cvs commit: src/bin/ps keyword.c

2007-10-28 Thread Julian Elischer
julian 2007-10-28 17:10:36 UTC FreeBSD src repository Modified files: bin/ps keyword.c Log: fix sorting of 'tdnam' keyword in keyword list. Revision ChangesPath 1.78 +1 -2 src/bin/ps/keyword.c ___ c

cvs commit: src/bin/ps keyword.c

2006-04-19 Thread Garance A Drosehn
gad 2006-04-19 21:59:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) bin/ps keyword.c Log: MFC 1.76 (aka 1.72.2.3): Make sure the correct fix for the bug introduced in 1.73 is included for 6.1-release. The original bug wrt specify

cvs commit: src/bin/ps keyword.c

2006-04-13 Thread Garance A Drosehn
gad 2006-04-14 02:47:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) bin/ps keyword.c Log: MFC 1.76: Implement the correct fix for the bug introduced in 1.73. This time we avoid the seg-fault while still keeping the column headers in

Re: cvs commit: src/bin/ps keyword.c

2006-04-05 Thread Garance A Drosehn
At 8:56 PM -0700 4/5/06, Colin Percival wrote: Garance A Drosehn wrote: > Apologies. I expect this means the dunce cap is mine for > awhile. If this doesn't work, I'll just drop back to 1.72 > and hide under my desk for awhile. Unless you're very short, or your desk is very high, you

Re: cvs commit: src/bin/ps keyword.c

2006-04-05 Thread Colin Percival
Garance A Drosehn wrote: > Apologies. I expect this means the dunce cap is mine for awhile. > If this doesn't work, I'll just drop back to 1.72 and hide under > my desk for awhile. Unless you're very short, or your desk is very high, you probably won't fit under it while wearing a pointy ha

cvs commit: src/bin/ps keyword.c

2006-04-05 Thread Garance A Drosehn
gad 2006-04-06 03:24:31 UTC FreeBSD src repository Modified files: bin/ps keyword.c Log: Re-correct commit 1.73, but this time in a way that does not cause all column-headers to print in lowercase by default. I was in too much of a rush in committing 1.75,

cvs commit: src/bin/ps keyword.c

2006-04-05 Thread Garance A Drosehn
gad 2006-04-05 21:01:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) bin/ps keyword.c Log: MFC 1.75: Fix a problem introduced by previous change, which causes a seg-fault if the user specifies a keyword which is implemented as an ali

cvs commit: src/bin/ps keyword.c

2006-04-05 Thread Garance A Drosehn
gad 2006-04-05 17:40:46 UTC FreeBSD src repository Modified files: bin/ps keyword.c Log: Fix a problem introduced by change 1.73, which causes a seg-fault if the user specifies a keyword which is an alias to some other keyword. E.g.: stat (for state) or pcpu

cvs commit: src/bin/ps keyword.c

2006-04-04 Thread Garance A Drosehn
gad 2006-04-04 20:31:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) bin/ps keyword.c Log: MFC 1.73->1.74: Fix the case where the user specifies an alternate heading for some output-format keyword, and the keyword they picked is an a

cvs commit: src/bin/ps keyword.c

2006-03-08 Thread Garance A Drosehn
gad 2006-03-08 09:15:20 UTC FreeBSD src repository Modified files: bin/ps keyword.c Log: Collapse strncpy/strncat/strncat into a single snprintf, as suggested by pjd. MFC after: 3 weeks Revision ChangesPath 1.74 +1 -3 src/bin/ps

cvs commit: src/bin/ps keyword.c

2006-03-08 Thread Garance A Drosehn
gad 2006-03-08 08:58:44 UTC FreeBSD src repository Modified files: bin/ps keyword.c Log: Fix the case where the user specifies an alternate heading for some output-format keyword, and the keyword they picked is an alias to some other keyword.