Jim Warner
23dd0cec41
NEWS: updated with the next procps-ng release of 3.3.9
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-11-25 20:57:32 +11:00
Craig Small
ce0539ecac
3.3.8 NEWS and API
...
NEWS mentions systemd unit support for ps
Library REVISION (internal change only) incremented
Signed-off-by: Craig Small <csmall@enc.com.au>
2013-05-26 08:03:01 +10:00
Jim Warner
0fe393ff27
top: inoculated against a window manager like 'screen'
...
If top were invoked under the 'screen' window manager,
writing the terminfo string 'exit_ca_mode' at top exit
would not restore the display to the state existing at
the time top was started. That's what occurs normally.
The net result of that failure was a corrupted screen.
However, there is a 'screen' configuration option that
will produce proper 'rmcup' behavior, but it is off by
default. That screencr option is known as 'altscreen'.
I stumbled across this provision by cloning the screen
git repository then searching for references to 'cup'.
If 'altscreen on' had been in either the /etc/screenrc
or the $HOME/.screenrc configuration file, my poor old
top would never have been accused of such corruptions.
Of course, the Programming Gods decree that any simple
solution for our problem must always be revealed last.
So before discovering that rc option, another approach
was taken involving top only. With just a little extra
refactoring of top display logic he was made immune to
any such quirk in the implementation of 'smcup/rmcup'.
I always feel good about any enhancement that actually
reduces the total number of lines of code. Even though
this change involved mostly rearranging some logic, it
yielded one less line (can't judge by diffstat because
of braces & notes). Anyway, rather than requiring some
change to a screenrc file, now we are self-sufficient.
Reference(s):
procps ---------------------------------------------
https://bugzilla.redhat.com/show_bug.cgi?id=962022
http://www.freelists.org/post/procps/top-procpsng337-no-screen-cleaning-at-exit,3
. top : disable tty scrollback buffer to improve SIGWINCH
commit dedaf6e1a8
screen ---------------------------------------------
git://git.sv.gnu.org/screen.git
. Improve cursor store/restore on smcup/rmcup.
commit f95352946080be803b794c9f2733d8c809c1a39a
. Fix using alternate screen buffers in some cases.
commit ad56f746c6243d45124485d198d577bdbb78071c
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558724
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-05-22 14:55:40 +02:00
Jim Warner
b11a328a97
NEWS: update of some changes destined for next release
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-05-19 09:40:42 +10:00
Jim Warner
c2afde130e
top: documentation update, enable NUMA/Node extensions
...
This commit provides the NEWS and man document changes
supporting the new NUMA/Node top program enhancements.
For providing the initial impetus for this enhancement
I wish to thank Lance Shelton <LShelton@fusionio.com>.
(everything is perfectly justified plus right margins)
(are completely filled, but of course it must be luck)
Signed-off-by: Jim Warner <james.warner@comcast.net>
Signed-off-by: Lance Shelton <LShelton@fusionio.com>
2013-04-14 22:21:41 +10:00
Jim Warner
f9a208b273
top: enable other filtering, add documentation support
...
This commit provides the hard copy support for our new
'Other Filter' feature. The man document contains some
potentially useful examples and it will be interesting
to see what use this new tool is put to in the future.
(everything is perfectly justified plus right margins)
(are completely filled, but of course it must be luck)
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-03-04 18:46:37 +01:00
Jim Warner
041730bfa4
NEWS: top's changes to be included in the next release
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-02-24 08:43:45 +11:00
Craig Small
f7c418155a
Expose freeproc for libproc
...
freeproc was missing from the libproc API which meant while you could
allocate proc structures, you couldn't free them!
Bug-Debian: http://bugs.debian.org/681653
2013-01-01 13:13:44 +11:00
Craig Small
c4427d9823
Updated NEWS for procps 3.3.6
...
Signed-off-by: Craig Small <csmall@enc.com.au>
2013-01-01 12:52:09 +11:00
Jim Warner
5f640b3768
NEWS: updated with additional changes for next release
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-12-23 06:48:36 +11:00
Jim Warner
705d1b28cd
NEWS: updated with changes for the new release (3.3.6)
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-11-27 22:08:02 +11:00
Craig Small
c5ee091e4c
Updated news for 3.3.5
2012-11-06 23:01:08 +11:00
Jim Warner
66c87f8ef1
top: update NEWS with additional capabilities
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-10-02 20:56:40 +10:00
Jaromir Capik
8e867659e6
SELinux spelling (rhbz#859900)
...
We got a bug report, that our project doesn't spell "SELinux"
consistently/correctly. I've fixed that and the patch is attached.
Signed-off-by: Craig Small <csmall@enc.com.au>
2012-09-27 21:46:46 +10:00
Alfredo Esteban
a5d9c40262
pkill -u uid fix
...
pkill would not parse -u <uid> options correctly and needed no space
between the flag and uid.
Bug-Debian: http://bugs.debian.org/676239
Signed-Of-By: Craig Small <csmall@enc.com.au>
2012-06-11 22:30:01 +10:00
Steven Chamberlain
a5ba6b98c1
Description: fix to build on non-Linux arches
...
Fix the build where it seems a code fix for Linux was likely untested
on other systems.
Define SCHED_BATCH in test-schedbatch, for systems that don't have it;
the corresponding RH BZ#741090 patch used the magic value 3 in output.c
anyway.
Bug-Debian: http://bugs.debian.org/677055
2012-06-11 22:11:23 +10:00
Jaromir Capik
2b58862421
Add -i option to w
...
w can now show IP address for the from field with the -i option
2012-05-29 22:20:36 +10:00
Craig Small
dc1531b211
Removed bogus bogus -aux message
...
This message has been here for ages and either people ignore it because
they are so used to using -aux or never see it. It was here before 2005
and really 7 years is enought time to people to change their ways.
The notice is now removed, people who make usenames like "x" deserve all
the punishment they can get.
Bug-Debian: http://bugs.debian.org/670592
2012-05-22 20:50:34 +10:00
Craig Small
d9239ee3e6
Last minute updates to NEWS for v3.3.3
2012-05-20 14:39:52 +10:00
Jim Warner
4b833b1bce
NEWS: just playing catch-up with resolved issues
...
This commit simply:
. adds some missing top acknowledgements
. reorganizes 3.3.3 text by program and bug number
. eliminates one instance of trailing whitespace
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-04-15 10:25:10 +10:00
Jim Warner
2323f864f3
top: correct miscellaneous omission, typo and buglet
...
Signed-off-by: Jim Warner <james.warner@comcast.net>
2012-03-18 08:18:11 +11:00
Craig Small
29b62a1482
mentioned kB kiB change in news
2012-03-09 06:57:10 +11:00
Craig Small
dbc47f4496
Updated NEWS for next version
2012-03-03 15:10:48 +11:00
Craig Small
ab25578bee
Updated NEWS with new items for procps-ng 3.3.2
2012-01-06 16:48:09 +11:00
Craig Small
562b4a039f
Added news item for top search capability
2011-12-20 22:16:40 +11:00
Craig Small
367b8bb616
Fixed watch 8 bit so its optional
...
You can make watch 8bit clean by using the configure option
--enable-watch8bit
2011-12-20 22:12:37 +11:00
Craig Small
5a991f0444
updated to version 3.3.2
2011-12-14 23:10:55 +11:00
Craig Small
f9ab2fec43
Added Debian bug note for pgrep -u and testsuite
...
Makefile.am testsuite needed to explicitly state the files because while
everything else works, make distcheck fails.
NEWS got updated with the Debian bug number for pgrep -u
2011-12-06 21:37:45 +11:00
Craig Small
0bee2f1060
slabtop prints plain ASCII in once mode
...
Using ncurses initscr/endwin clears the screen for xterm/etc it
now prints raw text using printf
Bug-Debian: http://bugs.debian.org/503089
Author: Craig Small <csmall@debian.org>
2011-12-02 22:36:38 +11:00
Craig Small
bf1cd8b6e7
Merge branch 'master' of gitorious.org:procps/procps
...
Conflicts:
NEWS
2011-12-01 23:13:15 +11:00
Craig Small
7790520f07
8 bit patch added to watch
2011-12-01 23:01:12 +11:00
Craig Small
93a9550315
Added news about 8bit char and tests
2011-11-28 22:41:19 +11:00
Craig Small
20463f1a13
vmstat -p <part> works and updated version to 3.3.1
...
configure.ac now set to 3.3.1
vmstat -p has not worked for a long time, this applies Debian patch
vmstat_part_format, the details:
Author: Daniel Novotny
Description: The contents of /proc/diskstats have changed since 2.6.25
Changed PATH_MAX to 32 because its missing on hurd
Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=485243
Bug-Debian: http://bugs.debian.org/588677
Last-Update: 2010-11-17
2011-11-27 22:47:17 +11:00
Craig Small
203dbbe482
Updated NEWS file with what has changed
2011-10-26 22:24:00 +11:00
Sami Kerola
71d10d3a49
name change: procps -> procps-ng
...
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-06-04 20:50:12 +02:00
albert
93fd4a460e
not ppc64
2009-12-10 11:37:48 +00:00
albert
b0210803bf
update /dev/tty* info to May 2009 devices.txt
2009-05-03 06:39:33 +00:00
albert
7dd414ac1b
new /proc/meminfo fields
2008-03-24 04:41:26 +00:00
albert
c0f3df30ca
watch: tolerate umlauts
2007-05-28 03:18:52 +00:00
albert
7ed102fd76
sysctl: fix crash -- thanks Steinar Gunderson #423704
2007-05-28 01:59:28 +00:00
albert
805d426d07
vmstat: use EXIT_FAILURE -- thanks Yoshio Nakamura #425492
2007-05-28 00:20:13 +00:00
albert
e5b2b8614d
pgrep: usage error should exit with 2
2007-05-28 00:16:39 +00:00
albert
8e4bf3e115
top: normal exit code should be 0
2007-05-27 23:56:49 +00:00
albert
8dcea80764
ps: man page less ambiguous
2006-12-17 18:47:18 +00:00
albert
9049ffef32
ps man page
2006-09-10 06:25:56 +00:00
albert
9278134e49
top: show CPU time stolen from a virtual machine
2006-06-25 02:15:36 +00:00
albert
a791f8034f
sysctl: use - for stdin
2006-06-24 21:17:51 +00:00
albert
47d33e7ed4
g is criteria
2006-06-24 20:12:29 +00:00
albert
492acac001
pgrep cleanup
2006-06-21 04:18:02 +00:00
albert
87eb7ec462
w: stale utmp entries snuck in via uninitialized var -- thanks Robert A Basch
2006-06-17 06:14:33 +00:00
albert
89ed9ba210
top: CPU usage column width fixes -- thanks Tony Ernst
2006-06-17 05:20:01 +00:00
albert
6e91ded9ff
procps.spec needed a slash -- thanks Jesse Brandeburg
2006-06-17 05:12:35 +00:00
albert
ac23e47c3e
pwdx: buffer overflow fixed -- thanks Ulf Harnhammar
2006-06-17 05:01:17 +00:00
albert
d4a9781d4a
avoid integer overflow for usleep() arg
2006-06-17 04:52:42 +00:00
albert
5c591b836f
fix "ps sm" bug involving 1-thread-proc optimization
2006-06-17 04:14:57 +00:00
albert
20fba946af
SCHED_BATCH
2006-01-22 08:00:03 +00:00
albert
58f47c6614
terabytes
2006-01-22 07:57:13 +00:00
albert
d8760aae6c
document H option -- thanks Tony Ernst
2005-12-27 04:25:32 +00:00
albert
36524ac0fd
vmstat: -p handles /dev/ and does not overflow #319523 #330969
2005-10-30 06:03:28 +00:00
albert
73030f7346
top: crash on resize fixed -- thanks Michal Maruska #320289
2005-10-30 05:28:22 +00:00
albert
f505219ae1
spelling fixes
2005-10-30 03:30:14 +00:00
albert
ca1a277318
man page more detailed #334682
2005-10-30 02:52:46 +00:00
albert
777fcd3cf1
/proc/stat for 1024 CPUs
2005-10-30 00:14:16 +00:00
albert
7767733812
dietlibc needs termios.h for struct winsize -- thanks Thomas Ogrisegg
2005-10-30 00:04:21 +00:00
albert
6a304370f8
ps: fix crash related to realloc -- thanks David Houlder
2005-09-12 03:25:01 +00:00
albert
a402ba1848
fix %CPU max on 2..9 CPU SMP -- thanks Ga*tan LEURENT
2005-09-12 01:27:59 +00:00
albert
38d36b4960
top can show loose tasks now
2005-06-21 19:20:39 +00:00
albert
864a5356a1
fix race condition
2005-06-10 15:43:15 +00:00
albert
cd80f609e6
more MIPS crud
2005-02-28 03:29:57 +00:00
albert
c67ae03e96
prep for 3.2.5 release
2005-01-26 05:18:37 +00:00
albert
7514c4e4a0
show full path when no -x or -d option (was buggy)
2005-01-10 23:41:10 +00:00
albert
8747618ef2
2.6.10 bumped the slabinfo minor; let the old parser handle it
2005-01-10 05:59:41 +00:00
albert
95cc4c37bb
variable-width %CPU,PPID,PID
2005-01-06 00:13:12 +00:00
albert
1010c1d281
fix overflow on huge NUMA boxes
2005-01-05 21:46:22 +00:00
albert
0edb6a86fb
better error messages
2005-01-05 21:21:58 +00:00
albert
0fb81f5c39
display problem on 64-bit systems fixed
2005-01-05 21:11:21 +00:00
albert
10ac32d68e
compile with glibc 2.2.17 and older
2005-01-05 20:50:54 +00:00
albert
55aee6a969
SIGTSTP not a bug
2005-01-05 20:34:51 +00:00
albert
aae3e72ab7
help and version message on stdout, with exit(0) #283541
2005-01-05 20:29:26 +00:00
albert
2e78a17eda
security labels can contain any printable ASCII
2005-01-05 20:09:03 +00:00
albert
c961f2604a
leftovers in the 3.2.4 release
2004-11-04 20:50:59 +00:00
albert
d89cf44470
pkill should be quiet about processes that have gone away
2004-10-19 18:04:31 +00:00
albert
3353f0f8fe
another shot at -m64 on shitty SPARC boxes
2004-09-20 21:57:49 +00:00
albert
59fc9dd711
%cpu and other changes
2004-09-12 15:43:48 +00:00
albert
af2077f22d
new /proc/vmstat fields
2004-08-27 14:23:36 +00:00
albert
4acae28535
misc
2004-08-18 02:22:13 +00:00
albert
ef0b63de31
string.h and maybe a release
2004-08-10 04:30:27 +00:00
albert
bc43342e2a
update help text
2004-07-30 04:49:14 +00:00
albert
713d32a93a
some overflow problems fixed -- thanks Holger Kiehl
2004-07-26 13:48:59 +00:00
albert
266d5b708a
wchan for multithreaded process is now ~0ull or "*"
2004-07-21 21:17:35 +00:00
albert
f1db79c042
better handling of long usernames
2004-07-20 23:31:12 +00:00
albert
deae025969
new packager guidelines
2004-07-17 15:25:45 +00:00
albert
092d81f244
pgrep man page SEE ALSO updated
2004-07-15 16:27:38 +00:00
albert
b357452770
sysctl -N
2004-07-15 15:22:23 +00:00
albert
34c4da73d1
tolerate IA-64 headers w/o PAGE_SIZE
2004-07-15 05:29:56 +00:00
albert
aae2db6f9b
Debian and Red Hat sysctl patches
2004-07-15 04:44:42 +00:00
albert
8300609ba9
plenty -- see NEWS file and a diff
2004-07-15 01:17:15 +00:00
albert
e8b5f776a3
tolerate sparse CPU numbering
2004-07-07 00:11:19 +00:00
albert
04e7814f9c
be crudely tolerant of crude tty emulators
2004-07-06 04:44:18 +00:00
albert
c8a8290ef2
fix vmstat -d
2004-05-04 23:29:40 +00:00
albert
6a48d37343
ps: add k and -x
2004-04-26 00:47:31 +00:00
albert
d526282deb
nswap data dead since 2.4.xx kernels
2004-04-13 03:56:52 +00:00
albert
a3dad291bb
Fabian fixes slabtop; prep for 3.2.1 release
2004-03-27 04:30:05 +00:00
albert
3f49530d77
new -M and Z options for security data
2004-03-27 03:55:52 +00:00
albert
9f9c3a16ce
STAT flags for fg process group and session leader
2004-03-26 01:34:16 +00:00
albert
63b001e5b9
build w/ curses in odd location
2004-03-20 03:43:15 +00:00
albert
cb8bd84b21
CodingStyle left out of tarball. Tweak top. Leftovers?
2004-02-23 18:47:42 +00:00
albert
74954d33e3
3.2.0 release prep; pmap -d
2004-01-29 05:05:37 +00:00
albert
98f8cbd614
output like Solaris 9, not Solaris 7
2004-01-29 03:33:44 +00:00
albert
a760a2c22d
"top -p1" then hit "=" did SIGSEGV; flags not regenerated right
2004-01-28 21:53:44 +00:00
albert
1e1218cca8
pmap stack detection
2004-01-26 20:01:56 +00:00
albert
391518de30
fix top ^Z terminal handling
2004-01-24 22:43:27 +00:00
albert
efd8648fc7
add slabtop, fix top ^Z terminal handling
2004-01-24 22:33:56 +00:00
albert
c36c11c6b2
NSA SELinux for Linux 2.6.xx
2003-12-24 04:18:24 +00:00
albert
e6bf84b8f3
A, -, a, i, w, A, A, + problem and auto-margin problem #217559
2003-12-22 01:34:06 +00:00
albert
7046b34f42
thread-related hacks
2003-12-13 16:51:40 +00:00
albert
9f62cb1b9d
x86-64 sucks
2003-10-23 03:41:58 +00:00
albert
3a16c12ce3
top on wyse60, whitespace doc, thread fixes
2003-10-07 03:12:50 +00:00
albert
71312f1516
more per-process stuff
2003-09-29 04:09:52 +00:00
albert
ac6260bc23
hard disk about to die
2003-09-28 02:45:05 +00:00
albert
c462dcfad5
ps thread support
2003-09-20 08:29:55 +00:00
albert
8b04273f89
EVIL_PROC_HACK
2003-09-17 21:58:32 +00:00
albert
d611d4e66f
any leftover changes
2003-09-17 17:14:32 +00:00
albert
e54c8239b1
new Linux 2.6.0-test4 CPU stats shown
2003-09-08 01:39:49 +00:00
albert
a44a2c74af
fixed -p option (James Harlow)
2003-09-07 23:28:49 +00:00
albert
6dbef339c2
fix 4 GB wrap-around in top
2003-09-06 05:11:04 +00:00
albert
28d744ee6a
Peter Moulder fixed CFLAGS
2003-09-01 00:18:58 +00:00
albert
6ba229fa4c
alignment
2003-08-11 01:59:53 +00:00
albert
45764fb735
3.1.11
2003-07-14 12:11:43 +00:00
albert
0db94e6a1a
GPLONLY_ and PID-related stuff
2003-07-03 05:20:19 +00:00
albert
edcc923657
NEWS and Makefile fixes
2003-07-01 01:39:32 +00:00
albert
1dc1b63d34
man page stuff
2003-06-30 03:30:35 +00:00
albert
87402486f7
CodingStyle
2003-06-08 00:46:07 +00:00
albert
8ba9a234f7
more NEWS
2003-05-31 15:49:44 +00:00
albert
e609ea4312
fabian.frederick@gmx.fr vmstat code
2003-05-31 03:01:18 +00:00
albert
bbf868e869
document the -o, o, -O, and O options
2003-05-24 03:53:51 +00:00
albert
7f48745f5e
document what "kill -9 -1" does, etc.
2003-05-24 02:34:42 +00:00
albert
dfeebb0d97
ditch warning until a GOOD interface is found
2003-05-24 01:55:24 +00:00
albert
89ccfbf4f8
whip me, beat me, make me do UNIX terminal handling
2003-03-27 16:28:41 +00:00
albert
f5d42ca11d
oops -- top keyboard handling broke, 3.1.8 coming soon
2003-03-20 19:12:12 +00:00
albert
aa6fd01f1d
SKIP
2003-03-19 01:15:58 +00:00
albert
1351592110
top: do not refresh like crazy
2003-03-17 23:42:00 +00:00
albert
7775a65c4d
explains -t, --no-title #182246
2003-02-24 06:05:34 +00:00
albert
cc5c6955be
warning directs users to the FAQ
2003-02-18 03:51:03 +00:00
albert
4a54e25aca
2.5.61
2003-02-17 00:57:15 +00:00
albert
f082411c7d
misc
2003-02-12 08:15:53 +00:00
albert
27ed270851
memory leak fixed
2003-02-11 08:19:12 +00:00
albert
f5702f2c75
ps --ppid
2003-02-09 07:31:11 +00:00
albert
b8e27a1ecf
watch -t
2003-02-09 07:27:16 +00:00
albert
61a952e666
no idea what :-)
2003-01-24 08:42:16 +00:00
albert
9c25e92bf0
3.1.6 news
2003-01-23 07:08:00 +00:00
albert
70599c3d3f
last bits
2002-12-21 14:13:33 +00:00
albert
1158fdd1b1
checkpoint
2002-12-21 06:22:00 +00:00
albert
b8c8125f63
works now: rpmbuild -ta procps-3.*.tar.gz
2002-12-15 07:03:16 +00:00
albert
3e67b58ec2
satisfy GPL section 2a and LGPL section 2b name+date requirement
2002-12-15 00:30:17 +00:00
albert
19574230de
satisfy GPL section 2a and LGPL section 2b name+date requirement
2002-12-15 00:28:02 +00:00
albert
c84a872bff
stop trashing every "3" in a command name
2002-12-14 00:52:04 +00:00
albert
8a745812cf
Linux 2.5.xx /proc/*/wchan
2002-12-12 21:58:12 +00:00
albert
dd5b24727f
document u U -u -U
2002-12-11 23:17:18 +00:00
albert
732a595fa1
fix corrupted fields string
2002-12-08 04:12:33 +00:00
albert
2df855bc46
prep for 3.1.2
2002-12-08 00:19:44 +00:00
albert
c3ee8f3252
Inact_laundry
2002-12-08 00:14:02 +00:00
albert
7a6f768791
so I don't forget
2002-12-01 07:05:08 +00:00
albert
94d8204f82
looks like 3.1.1 now
2002-11-20 04:09:26 +00:00
albert
5007f548ce
3.1.0
2002-11-09 03:01:35 +00:00
albert
80ec87f55a
vmstat does IO-wait
2002-11-09 02:00:52 +00:00
albert
25273095ad
never-ending vmstat code cleanup
2002-11-08 07:42:54 +00:00
albert
ea4be1f178
pmap
2002-10-27 10:35:13 +00:00
albert
8ecf7e8504
more top.1 rants into README.top
2002-10-23 21:48:11 +00:00
albert
2b5a605ca8
had "bi" and "bo" output interchanged on 2.5.xx
2002-10-23 21:27:51 +00:00
albert
501e740a31
new -o option: only the oldest that matches
2002-10-23 07:53:16 +00:00
albert
7f68f2504c
NEWS
2002-10-23 03:00:31 +00:00
albert
5c737719ec
junk removal, RPM work, 3.0.5 prep
2002-10-21 09:07:18 +00:00
albert
2de91e85be
fix top for 2.5.xx
2002-10-19 08:49:00 +00:00
albert
67a4d8eb24
not yet
2002-10-19 01:53:12 +00:00
albert
e93fceeadd
top changes
2002-10-18 22:20:41 +00:00
albert
1e1645c4d4
first 3.0.4 thing: ELF note warning
2002-10-14 07:53:08 +00:00
albert
4b57916ac9
ps --sort bug
2002-10-14 05:12:14 +00:00
albert
52171277d8
prep for 3.0.3
2002-10-13 09:32:25 +00:00
albert
0f4a1dff2e
prep for 3.0.3
2002-10-12 20:51:13 +00:00
albert
d2d68a65a2
new NEWS
2002-10-12 01:42:18 +00:00
albert
3615538e2e
new default display
2002-10-11 22:45:09 +00:00
albert
10364b92cc
more NEWS
2002-10-10 20:08:37 +00:00
albert
c785a0e34a
slashdot fix
2002-10-09 06:23:58 +00:00
albert
d64a12f799
prep for 3.0.1
2002-10-09 04:52:40 +00:00
albert
4bd1dfbb50
NEWS should be NEW
2002-10-06 21:03:29 +00:00
csmall
03a9b5a30f
procps 010114
2002-02-01 22:47:29 +00:00