summaryrefslogtreecommitdiff
path: root/usr.bin/ipcs/ipcs.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2012-02-05Fix handling of msg queues when in crash dump mode: the kernel structuresPhilip Guenthe
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-02more malloc(n * m) -> calloc(n, m); from Igor ZinovikTheo de Raadt
2005-02-22sort options; sync usage();Jason McIntyre
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-06-15enlarge ID column to fix output alignment.Matthieu Herrb
2002-06-12a real pid_t cleanup.Mike Pechkin
2001-09-28Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.orgTodd C. Miller
2001-08-13Declare globals made extern in sys/sem.h; naddy@Todd C. Miller
2001-08-13Don't reference seminfo.semmap as it no longer exists.Todd C. Miller
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-02-14Relax advertising requirements on copyrightThorsten Lockert
2000-05-29Print space between the last process to attach/use and the access time.Angelos D. Keromytis
2000-05-01do not use semconfig()Theo de Raadt
1999-08-16nuke unused variableTodd C. Miller
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-08-11one incorrect variable; jin@george.lbl.gov via freebsdTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-06-16syncTheo de Raadt
1996-05-30revoke privs before opening kvm if user has specified mem/kernel pathsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt