index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ps
/
ps.c
Age
Commit message (
Expand
)
Author
2001-12-20
Sync getopt() / man page with actual getopt options.
soren
2001-11-03
fix minor WARNS=2
lukem
2001-07-30
Remove duplicate `if'. Noted by Geoff C. Wing in bin/13551.
wiz
2001-07-20
Add a small optimizetion in savevars(). break out of the loop once needcomm
matt
2001-06-14
If there were no processes to list, it meant that our criteria failed
cyber
2000-06-16
Don't check namelist when choosing to use the sysctl interface.
simonb
2000-06-08
Fix handling of "ps U<user>" where <user> ended it 't' - now if the
simonb
2000-06-07
Calculate field widths on the fly so that all columns line up nicely
simonb
2000-05-26
Use new sysctl/kvm interfaces. This will stop the "proc size mismatch"
simonb
2000-04-29
If ps cannot get the terminal size from STDOUT, it tried STDERR and STDIN.
abs
2000-04-15
Use tty "?" to select processes with no controlling tty and tty "-" to
simonb
2000-04-10
make -M imply -K. the current system is not likely to be
chs
1999-12-04
Document -U switch (displays processes belonging to given user/uid).
hubertf
1999-12-03
"ps -e" only shows the environment for the processes owned by the
simonb
1999-11-09
Since our gcc doesn't warn about NULL format strings anymore, we can
drochner
1999-10-15
command(): don't start using procfs_getargv() instead of kvm_getargv()
jdolecek
1999-10-15
getkinfo_kvm(): fix bug in previous - handled size_t i as if it would be signed
jdolecek
1999-10-15
When using the procfs for extracting process information, extract
jdolecek
1999-03-27
Minor fixes:
bgrayson
1999-03-26
Added experimental fallback /proc-based lookup. Warnings are printed when the
bgrayson
1999-01-04
Fixed segfaulting for "ps -T". There is no optarg with -T, so instructions
kim
1998-07-28
Add a -U option to select by user/uid.
mycroft
1998-07-28
Be more retentive about use of NOTREACHED and noreturn.
mycroft
1998-07-28
Delint.
mycroft
1998-07-27
__AUDIT__ cleanup.
mycroft
1998-07-06
- change setgid kmem programs (that lend themselves to this) so setegid(getgi...
mrg
1997-09-14
getopt returns -1 not EOF
lukem
1997-07-20
Fix compiler warnings
christos
1997-04-21
note that strcpy is safe.
mrg
1997-02-28
Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266
pk
1996-09-27
Fix SEGV when kludging old-style options.
thorpej
1995-05-18
Create and strvis(3) the argument and environment lists only as needed.
mycroft
1995-05-18
Gather the argument and environment lists when we actually want to print them.
mycroft
1995-03-21
convert to new RCS id conventions.
cgd
1994-09-16
Integrate `-c' option, from Arne Juul.
mycroft
1994-05-09
clean up import
cgd
1994-05-05
update for changed flags
cgd
1993-10-07
fix from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>:
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-07-19
from Brian Somers <brian@awfulhak.demon.co.uk>:
cgd
1993-07-11
fix alien 'w' handling. you really don't want to know...
cgd
1993-06-01
add support and documentation for the 'e' option, to print out
cgd
1993-03-23
changed "Id" to "Header" for rcsids
cgd
1993-03-22
added rcs ids to all files
cgd
1993-03-21
after 0.2.2 "stable" patches applied
cgd
1993-03-21
initial import of 386bsd-0.1 sources
cgd