procps/NEWS

97 lines
2.7 KiB
Plaintext
Raw Normal View History

2002-10-21 14:37:18 +05:30
procps-3.0.4 --> procps-3.0.5
top tolerates super-wide displays
better (?) RPM generation
2002-10-23 08:30:31 +05:30
XConsole and top.desktop removed
old build system removed
code cleanup
pgrep and pkill get "-o" (oldest matching process)
had vmstat "bi" and "bo" output interchanged on 2.5.xx
fix man page tbl directives
2002-10-21 14:37:18 +05:30
2002-10-14 13:23:08 +05:30
procps-3.0.3 --> procps-3.0.4
2002-10-19 03:50:41 +05:30
make top go faster
Linux 2.2.xx ELF note warning removed
only show IO-wait on recent kernels
fix top's SMP stats
fix top for "dumb" and "vt510" terminals
2002-10-19 14:19:00 +05:30
in top, limit the priority values to -99 ... 99
2002-10-14 13:23:08 +05:30
2002-10-13 02:21:13 +05:30
procps-3.0.2 --> procps-3.0.3
more "make install" fixes
lib CFLAGS working again
top.1 codes fixed
bad (int*) cast in top removed
2002-10-13 15:02:25 +05:30
top runs faster
2002-10-14 10:42:14 +05:30
libproc memory corruption fixed
rant moved out of top.1 man page
ability to SKIP installing things
fixed ps --sort crash
2002-10-13 02:21:13 +05:30
2002-10-12 04:15:09 +05:30
procps-3.0.1 --> procps-3.0.2
2002-10-12 07:12:18 +05:30
top defaults to the old layout
top defaults to sorting by %CPU
2002-10-12 04:15:09 +05:30
fix top for non-SMP 2.2.xx and 2.0.xx
2002-10-12 07:12:18 +05:30
new "make install" fixed
2002-10-12 04:15:09 +05:30
vmstat -a fixed
vmstat compiles with latest gcc-3.x
vmstat does 64-bit time
2002-10-09 10:22:40 +05:30
procps-3.0.0 --> procps-3.0.1
2002-10-09 11:53:58 +05:30
sysctl handles net/ipv4/conf/eth1.0123/tag (VLAN interface)
sysctl handles net.ipv4.conf.eth1/0123.tag (VLAN interface)
2002-10-09 10:22:40 +05:30
"ps" is now about 2x faster than in procps-2.x.x
"ps -F" now documented
w works in KOI8-R locale
vmstat documentation update
2002-10-11 01:38:37 +05:30
"skill -n blah blah blah" lets you test options
simple "make && make install" now
2002-10-09 10:22:40 +05:30
procps-2.x.x --> procps-3.0.0
2002-10-07 02:33:29 +05:30
designed to support Linux 2.0 through 2.5.41 and beyond
new top, with optional: color, windowing, SMP stats
runs faster
more "it crashes" bugs fixed
top shows IO-wait time
vmstat can show active/inactive memory stats
real-time info supported in ps
correct "ps -o size" and "ps --sort size"
new maintainers
reduced memory usage for ps
allow large PIDs to be specified
SELINUX support is just a recompile away
the "F" column shrank, so "ps -l" has more command name room
64-bit time reduces the overflow problem
support S/390, IA-64 emulator, and user-mode Linux
oldps is gone
configure script -- use "make -f Makefile.noam" as a backup
"w" program better at determining what a user is doing
more stable
code at http://procps.sf.net/ now (SourceForge)
Earlier changes, for those not using Debian already:
more stable
runs faster
-F format option
better error reporting in ps for unknown format specifiers
BSD's sysctl options -b and -X
top displays well on large-memory systems
old BSD-style select-by-PID ("ps l$$")
15-character user names
ps 'f' ASCII art forest fixed
add SIGSYS on i386
top reports real RSS value
large-memory systems work
minimal ps program for embedded systems (minimal.c)
BSD personality process selection fixed
support locale (French) with ',' and '.' mixed up
pgrep program
includes the "kill" and "nice" programs
don't chop non-tty ps output at 80 columns