summaryrefslogtreecommitdiff
path: root/usr.bin/ipcs/ipcs.c
AgeCommit message (Expand)Author
2021-03-18ipcs.c: do not #include sys/inttypes.h header which is not necessarycheusov
2014-06-11Remove KVM support.joerg
2009-01-18fix -Wsign-compare issueslukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-12Fix shared memory code that it could handle > 4GB addresses correctly.rmind
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-12-15include sys/cdefs.h so that __attribute__ can be fixed laterperry
2006-11-25PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to thechristos
2006-10-22make nlist struct static and use c99 initializerschristos
2006-04-28Coverity CID 1858, 1857: Fix leaks. While here, pass lint use warn/warnxchristos
2005-02-21Print a nice introductory line, per SUSv3 (and Posix?)simonb
2004-09-15Change copyright to 2-clause BSD-copyright.hubertf
2004-03-21Fix option handling so that you can show information about more thansimonb
2003-10-21The last argument to sysctl() is a size_t, don't pass NULL in it.fvdl
2003-07-12strlcpyitojun
2003-04-07Make the ID field a little wider.simonb
2002-09-21fix a printf.chs
2002-05-21Widen the ID field to 7 chars; probably should be auto-sized...simonb
2001-02-19convert to use getprogname()cgd
2000-06-16Don't check namelist when choosing to use the sysctl interface.simonb
2000-06-03Include system info command line options [-MQST] in usage message.simonb
2000-06-03Big makeover:simonb
2000-06-02Make this compile again.thorpej
2000-05-29Rip out semconfig, since it's now a NOOPsommerfeld
2000-04-12Make some columns and headers line up.simonb
2000-03-28Make this compile again after several global structs where declared extern.augustss
1999-08-25Update for changes to SVID IPC data structures.thorpej
1998-07-06use 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-01Need <time.h> for localtime() prototype.kleink
1997-10-19WARNSify, fix .Nm usage, getopt returns -1 not EOFlukem
1997-02-11avoid not knowing the length of internal buffers.mrg
1996-07-19Allocate space for 'ipcs -m' correctly; this floated across a FreeBSDexplorer
1996-06-07Discard setgid privileges if not reading the running kernel as suggestedthorpej
1995-04-15some copyright updates requested by Thorsten Lockert <tholo@SigmaSoft.COM>cgd
1995-03-28KERNEL -> _KERNELjtc
1994-12-24add string.h, fix up rcsid.cgd
1994-09-05Fix typos, pointed out by Arne Juul.mycroft
1994-06-18add thorsten's copyright, which he sent to me.cgd
1994-06-18KNF, also clean up error messages.cgd
1994-06-18new version by Thorsten Lockert <tholo@SigmaSoft.COM>cgd
1994-05-11don't include shm.h if NOSHM defined, and defined itcgd
1994-04-01bad castcgd
1993-11-14Add a System V -style ipc status monitor. Implemented by Daniel Bouletcgd