Project

General

Profile

Activity

From 2008-04-06 to 2008-05-05

2008-05-02

15:40 pcp Revision 1cdf3c30: Rename a shell script for naming consistency.
Nathan Scott
15:29 pcp Revision 086cb3d4: Rework the Windows shim layer so that it is now compiled with the
MinGW (gcc-based) compiler rather than with the Microsoft Visual
C compiler. In the long term it'd be great to compi...
Nathan Scott

2008-05-01

10:57 pcp Revision ecebb7e6: Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into nathans
Nathan Scott
10:56 pcp Revision 3ea795fb: Fix memory leaks in the pmdapmcd code dealing with the pmie indom.
Nathan Scott
10:54 pcp Revision 644ccf2f: Remove an unused variable in the jstat PMDA.
Nathan Scott

2008-04-30

07:47 pcp Revision dcd62fce: Bump build version number to 20080430.
Nathan Scott
07:43 pcp Revision e4ec4631: Fix issues in the network interface speed/baudrate metrics.
network.interface.speed is scaled from Megabits/second to
Megabytes/second using division by 8 instead of 10, units
o...
Ken McDonell

2008-04-28

16:14 pcp Revision 8769b45d: Turns out that the sqlserver cache_mgr cache_object_count is signed.
Nathan Scott
16:12 wconsd Revision 9c5b7bd0: Show link to documentation in menu help
Hamish Coleman

2008-04-25

14:30 pcp Revision bc917fa4: Tighten the pmcd-is-already-running error message, when bind fails.
I saw EPERM here from Cygwin recently, when pmcd was not running at
all, which resulted in a misleading diagnostic - ...
Nathan Scott
14:26 pcp Revision e563365f: Fix two invalid uses of status/error variables in the jstat PMDA.
Nathan Scott
14:21 pcp Revision d76f9691: /etc/init.d/pmie status fails if there's more than one PMIE running.
The fix seems to be at line 372 of /usr/share/pcp/lib/rc-proc.sh.
< [ $_n -eq 1 ] && return 0
> [ $_n ...
Mikel Ward

2008-04-24

10:10 wconsd Revision 3fa88c6f: Handle WSAECONNRESET, add Telnet keepalives, rework the show_conn_table.
During long-term connection testing, I found that at least one of my
connections would have some kind of disconnect -...
Hamish Coleman
09:18 wconsd Revision 121e6b56: Begin testing in an attempt to enumerate serial ports
Hamish Coleman

2008-04-23

14:33 wconsd Revision 306304a2: Update run_menu to get it to detect a closed network connection. Also message beautification
Hamish Coleman

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
 

Also available in: Atom