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
/
usr.bin
/
ipcs
/
ipcs.c
Age
Commit message (
Expand
)
Author
2003-10-21
The last argument to sysctl() is a size_t, don't pass NULL in it.
fvdl
2003-07-12
strlcpy
itojun
2003-04-07
Make the ID field a little wider.
simonb
2002-09-21
fix a printf.
chs
2002-05-21
Widen the ID field to 7 chars; probably should be auto-sized...
simonb
2001-02-19
convert to use getprogname()
cgd
2000-06-16
Don't check namelist when choosing to use the sysctl interface.
simonb
2000-06-03
Include system info command line options [-MQST] in usage message.
simonb
2000-06-03
Big makeover:
simonb
2000-06-02
Make this compile again.
thorpej
2000-05-29
Rip out semconfig, since it's now a NOOP
sommerfeld
2000-04-12
Make some columns and headers line up.
simonb
2000-03-28
Make this compile again after several global structs where declared extern.
augustss
1999-08-25
Update for changes to SVID IPC data structures.
thorpej
1998-07-06
use a buffer the size we fill. ensure another buffer is nul-terminated (ok i...
mrg
1998-07-06
- change setgid kmem programs (that lend themselves to this) so setegid(getgi...
mrg
1998-04-01
Need <time.h> for localtime() prototype.
kleink
1997-10-19
WARNSify, fix .Nm usage, getopt returns -1 not EOF
lukem
1997-02-11
avoid not knowing the length of internal buffers.
mrg
1996-07-19
Allocate space for 'ipcs -m' correctly; this floated across a FreeBSD
explorer
1996-06-07
Discard setgid privileges if not reading the running kernel as suggested
thorpej
1995-04-15
some copyright updates requested by Thorsten Lockert <tholo@SigmaSoft.COM>
cgd
1995-03-28
KERNEL -> _KERNEL
jtc
1994-12-24
add string.h, fix up rcsid.
cgd
1994-09-05
Fix typos, pointed out by Arne Juul.
mycroft
1994-06-18
add thorsten's copyright, which he sent to me.
cgd
1994-06-18
KNF, also clean up error messages.
cgd
1994-06-18
new version by Thorsten Lockert <tholo@SigmaSoft.COM>
cgd
1994-05-11
don't include shm.h if NOSHM defined, and defined it
cgd
1994-04-01
bad cast
cgd
1993-11-14
Add a System V -style ipc status monitor. Implemented by Daniel Boulet
cgd