| Age | Commit message (Expand) | Author |
| 2021-03-18 | ipcs.c: do not #include sys/inttypes.h header which is not necessary | cheusov |
| 2014-06-11 | Remove KVM support. | joerg |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-12 | Fix shared memory code that it could handle > 4GB addresses correctly. | rmind |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-12-15 | include sys/cdefs.h so that __attribute__ can be fixed later | perry |
| 2006-11-25 | PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the | christos |
| 2006-10-22 | make nlist struct static and use c99 initializers | christos |
| 2006-04-28 | Coverity CID 1858, 1857: Fix leaks. While here, pass lint use warn/warnx | christos |
| 2005-02-21 | Print a nice introductory line, per SUSv3 (and Posix?) | simonb |
| 2004-09-15 | Change copyright to 2-clause BSD-copyright. | hubertf |
| 2004-03-21 | Fix option handling so that you can show information about more than | simonb |
| 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 |