Project

General

Profile

Activity

From 2008-03-24 to 2008-04-22

2008-04-22

17:38 pcp Revision 13516857: Add "distclean" make rule, an alias for "realclean", used in other projects.
Nathan Scott
13:30 wconsd Revision 4cb40453: Clean up messages and provide better help information
Hamish Coleman
10:31 wconsd Revision 997564ce: Implement send break function (closes #23)
Hamish Coleman
09:45 wconsd Revision 2d552dd4: Implement the ability to kill existing connections
This is a new command to force quit any current serial connection Hamish Coleman

2008-04-21

19:16 wconsd Revision 201f6e65: Uncook CRLF sequences into plan CR in net_to_com
My testing had been done with the linux telnet client and it sent CR NUL
as the end-of-line character sequence. Both...
Hamish Coleman
18:46 wconsd Revision 14e838ba: Update version number
Hamish Coleman
18:45 wconsd Revision 3eb633b1: Add telnet processing to serial-data-pump. Add ability to exit back to menu.
There is still a lot of cleanup work remaining from here. We do not need the
menu thread, we should run the menu fro...
Hamish Coleman
15:33 wconsd Revision aaba0a4c: Migrate threads to new connection model, allowing multiple connections.
This is the first part of migrating the two threads to use the new
connection table. This change also rips out a lot...
Hamish Coleman
13:07 wconsd Revision 4450bbca: Minor build fixups
Hamish Coleman
00:11 wconsd Revision 83cf653a: Update copywright and version
Hamish Coleman

2008-04-20

23:26 wconsd Revision 89312c37: Convert run_menu to not busy wait
It took me a while to notice, but the run_menu is written using
blocking file metaphor, but the socket it is working ...
Hamish Coleman
23:24 wconsd Revision 08ceb73b: Add telnet option processing, including ECHO support
The amount of effort here seems like overkill, but it seems
to be the practical minimum implementation for telnet cli...
Hamish Coleman
21:12 wconsd Revision bd5605dd: Try using getnameinfo to show more information about connected users
Hamish Coleman
20:33 wconsd Revision 884971fc: Add connection table debugging, net byte counting, some more thread interlocks
Hamish Coleman
19:49 wconsd Revision c7c4a6f7: Migrate most of the menu system into the connection structure
Hamish Coleman
18:04 wconsd Revision c0d1e8fe: Clean up lots of compile warnings.
I have been getting lots of errors while testing under wine, so this
is the start of looking for problems. I have no...
Hamish Coleman
17:49 wconsd Revision ef78cec5: Start to implement a connection table
This change is only half baked as I still have not altered the rest of the
threads to use the new connection table. ...
Hamish Coleman

2008-04-19

22:30 wconsd Revision 780d7607: Add winelib support and the ability to set the listen port
Hamish Coleman

2008-04-18

18:30 wconsd Revision 0bcbd4d3: More cmdline processing fiddling
Hamish Coleman
18:06 wconsd Revision b9a4e090: More cmdline processing hacks
Hamish Coleman
17:10 wconsd Revision c2484981: Fix mode autodetection, change default tcp port back to 9600
It turns out that my telnet client doesnt work at all when I default
to port 23. Instead of debugging this problem a...
Hamish Coleman
17:00 wconsd Revision 62727af2: Detect if we are running as a service or console app. Change listen port to 23
Hamish Coleman
16:36 wconsd Revision b0f1897b: Add a quit option to the menu and update help texts
Hamish Coleman
16:10 wconsd Revision d51f658a: Use strtok for commandline tokenisation
Hamish Coleman
15:56 wconsd Revision 53110989: Factor the menu handling code and slightly clean it up.
closes 18 Hamish Coleman
15:55 wconsd Revision 695889f3: Add a makefile target for testing the application
Hamish Coleman
15:19 wconsd Revision 9b2f3609: More debug message changes
Hamish Coleman
15:00 wconsd Revision 25fa1d20: More debug print statement cleanups
Hamish Coleman
13:47 wconsd Revision 1b031c2b: Dont copy as much stuff to the windows compile system
Hamish Coleman
13:46 wconsd Revision 12cf305b: Sanitise the excessive number of lines used by all output messages
Hamish Coleman
13:38 wconsd Revision e6a4efc5: Create a dprintf function and convert all log messages to use it
Hamish Coleman
13:01 wconsd Revision 84d7e6f5: Update version to mark this one as compiling
Hamish Coleman
13:01 wconsd Revision d4040099: First version that compiles with mingw. Tested and working
Hamish Coleman
12:32 wconsd Revision 9db975ea: Update makefile to stop using lcc
It turns out that my previous testing was all invalid as lcc could
not even correctly compile a hello world program.
Hamish Coleman
12:31 wconsd Revision 61b53eda: Start makeing some minor changes
Hamish Coleman
11:20 pcp Revision 43d14160: Add Debian pkg conflict on pgpool2, which also has an /etc/pcp.conf.
Nathan Scott
11:19 pcp Revision e6f8ac17: Remove spurious use of a static local in libpcp_pmda cache.c code.
Nathan Scott
11:10 wconsd Revision b6970c98: Move the include statements around - this version compiles
Hamish Coleman
11:02 wconsd Revision 62045e98: Remove CR's from every line
I noticed that not every line had a CRLF and that this was screwing up viewing
diffs and confusing various editors. ...
Hamish Coleman
10:58 wconsd Revision a584276e: Add compile line to makefile
Hamish Coleman
09:59 wconsd Revision 9deea067: Add enough CR's to make vi realise that this is a dos format file
Hamish Coleman
09:56 wconsd Revision 4a634bca: Add initial makefile
Hamish Coleman

2008-04-17

17:44 wconsd Revision ff03d660: Newer version from ftp://ftp.h07.org/pub/h07.org/projects/system/wconsd-0.1.zip
Hamish Coleman
17:43 wconsd Revision 78d4c0b0: Original version from http://www.greenend.org.uk/steve/software/wconsd.c
Hamish Coleman

2008-04-15

17:41 pcp Revision 00b014f4: Bump build version number.
Nathan Scott
17:41 pcp Revision 7c9c955f: Add configuration magic for knsnap control file - needs to be here
as this is where the platform-specific control file locations are
decided, and I really don't want to create /etc/kmc...
Nathan Scott
17:32 pcp Revision 59133b4c: Add AIX path setting, mvoe platform-PATH setting up with other platform macros.
Nathan Scott
17:30 pcp Revision e113e6f6: Its poor form to override user-specified CFLAGS, even for Interix.
Nathan Scott
17:12 pcp Revision cfdbfdff: Remove remaining vistages of config.done, which is no longer used anywhere.
Nathan Scott
17:12 pcp Revision 61290eef: Fix _get_pids_by_name for Cygwin. Here we have a ps binary
that does not report a TIME column (only STIME, which is the
process start time, which only for awhile produces outpu...
Nathan Scott
16:50 pcp Revision 28b7ebee: Fix _get_pids_by_name for Mac OS X. Here we have a ps binary
that can return a time string of the form HH:MM.SS instead of
the expected HH:MM:SS used everywhere else.
Nathan Scott

2008-04-12

21:22 mrtg treeview Revision 90846cef: Prevent clicks from expanding tree children
Hamish Coleman
21:22 mrtg treeview Revision 87ca9250: Add a test rendering mode for activating the new gnuplot output
Hamish Coleman
21:21 mrtg treeview Revision 4c43b11f: Install the new gnuplot cgi system
Hamish Coleman
21:20 mrtg treeview Revision 3535716b: Add two systems for plotting MRTG log data in gnuplot
Hamish Coleman
06:33 pcp Revision d389a511: Rework PATH handling in all PCP shell scripts (via pcp.env)
to address some issues disussed on the mailing list...
> The explicit setting of LD_LIBRARY_PATH on Solaris gives
> ...
Nathan Scott
06:20 pcp Revision c6fd458b: Remove reference to removed README file from makefile.
Nathan Scott
06:16 pcp Revision 251b0ce1: Make the xconfirm script (the default PCP_XCONFIRM_PROG) run
kmconfirm, if it finds it. This is always a better choice if
found, since its a modern interface and is also cross-p...
Nathan Scott

2008-04-11

16:11 pcp Revision 1bffa41e: Remove several large IRIX-specific shell snippets from the pcp rc script.
Nathan Scott
16:04 pcp Revision a0062586: Remove funky TRIX shell snippet, as per yesterdays meeting re IRIX.
Nathan Scott
11:14 pcp Revision 444a0688: Use DSOSUFFIX macro when creating dsotbl.h for local context mode on MacOSX.
Nathan Scott

2008-04-04

10:42 pcp Revision 443ea791: Bump build version number.
Nathan Scott
08:38 pcp Revision 12fe26ac: Remove dependency on libncurses-dev for Debian builds, as its no longer needed.
Nathan Scott
08:30 pcp Revision 80193536: Update Perl PMDA interface TODO list to remove a completed item.
Nathan Scott
08:26 pcp Revision 04f29f1c: Update the pmdajstat(1) manual page to reflect recent changes,
particularly related to instance domain handling. Nathan Scott
08:15 pcp Revision 20f716a7: Make the PMC library and PMC-based tools configurable. This
gets PCP building in places where the deprecated iostream.h
header doesn't necessarily exist (Cygwin, and several Lin...
Nathan Scott

2008-04-03

11:22 pcp Revision 54da3b46: Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into nathans
Nathan Scott
08:27 pcp Revision 0f72f76c: Relax MacOSX install requirements on "bext" OSX version from build system.
Nathan Scott

2008-04-02

16:30 pcp Revision 77f6bd2e: Bump build version number.
Nathan Scott
16:29 pcp Revision 68cb0996: Fix syntax issues on new pmloglabel man page.
Nathan Scott
16:27 pcp Revision 3bd0eef0: Ensure we install the same set of man pages always (install produces this list now).
Nathan Scott
16:14 pcp Revision 1f6d830f: Make sort use in man page install deterministic.
Nathan Scott
14:14 pcp Revision fc9149f0: Fix a silly typo.
Nathan Scott
14:12 pcp Revision afcea11d: Improve handling of transient occurences of unavailable data
from jps and jstat, which seems to just happen occassionally.
Fix some compiler warnings on Cygwin, and further impro...
Nathan Scott
12:08 pcp Revision 9fb523c8: Handle output from Windows jps, where eol also has back-slash-r.
Nathan Scott
11:25 pcp Revision 5acc58d5: Add pmloglabel man page into the list installed by the man1 makefile.
Nathan Scott
10:50 pcp Revision c41147ea: Completely rework the jstat PMDA instance domain handling.
This is now setup on-the-fly using the output of jps(1). Nathan Scott

2008-04-01

14:40 pcp Revision f6f8122b: jstat PMDA time metrics needs to be scaled by the JVM HZ value.
Nathan Scott

2008-03-31

17:15 pcp Revision a04876b6: Bump version number.
Nathan Scott
16:23 pcp Revision 9484d793: Slight rework of indom handling to make jstat PMDA work under Cygwin too.
Nathan Scott
16:21 pcp Revision d2758458: Exclude non-essential bits that Cygwin build struggles with (cpan/libpcp.a).
Nathan Scott
16:20 pcp Revision 1a37837b: Make pmtop build use CMDTARGET rather than TARGET, fixing Cygwin builds.
Nathan Scott
16:19 pcp Revision 3667221a: Remove unused makefile macro in pmval build.
Nathan Scott
16:16 pcp Revision f52ca916: Add missing configure dependency in top level makefile.
Nathan Scott

2008-03-28

16:41 pcp Revision 5c76872f: Extend the set of JVM statistics exported by the jstat PMDA to
include major and minor garbage collection counts/times, and
sizes of the eden, survivor, old and permanent memory sp...
Nathan Scott
16:38 pcp Revision f1e9b482: Fix cut&paste typo in a pmloglabel error message.
Nathan Scott

2008-03-27

07:08 pcp Revision 9eb8e9e7: Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into nathans
Nathan Scott

2008-03-26

18:11 pcp Revision a6a94f0d: Be careful when configure macros are used on the same line as a
shell test statement - problems arise when the macro expands to
multiple lines of shell code and shell logical operat...
Nathan Scott
17:58 pcp Revision 06517a40: Simplify the awk checks and remove some crufty code, as per Mark's suggestion.
Nathan Scott
17:54 pcp Revision b725af3c: Find awk the same way as sed, avoiding possible PATH problems on Mac OS X.
James Peach
17:50 pcp Revision 53373524: Implement Max's suggestion of providing a dependency on a configure-
generated file now, instead of using the config.done mechanism. Nathan Scott
10:19 pcp Revision 8cae0b41: Bump build version number
Nathan Scott
10:08 pcp Revision 48e0fc68: Exit status for pmloglabel now reflects any issues found at runtime.
Nathan Scott
10:07 pcp Revision 80ffa12d: Add Mac local binary path into the set of "extras" searched by pcp.env
Nathan Scott
10:07 pcp Revision bfa5fe33: Explicitly create config.done in configure script, so that top
level Makefile doesn't clobber a users configure options. Nathan Scott
 

Also available in: Atom