| Age | Commit message (Expand) | Author |
| 2019-10-04 | Avoid -LONG_MIN msgtyp in msgrcv(2) and treat it as LONG_MAX | kamil |
| 2019-08-07 | Many years ago someone created a new __link_set_sysctl_funcs to hold | pgoyette |
| 2019-04-10 | Replace some "panic()" calls with simple "printf() ; return error" | pgoyette |
| 2019-02-21 | for sysv ipc stat operations, explicitly copy the exported parts | mrg |
| 2018-03-30 | correct typo: and and -> and (comments only) | maya |
| 2016-09-05 | don't forget to destroy a cv | christos |
| 2015-11-06 | In sysv_sem.c, defer establishment of exithook so we can initialize the | pgoyette |
| 2015-05-13 | More prep: add a xxxfini() routine to each subcomponent so we can | pgoyette |
| 2015-05-13 | More preparation for modularizing the SYSVxxx options. Here we | pgoyette |
| 2015-05-12 | In preparation for modularization of the SYSV* options, restore the | pgoyette |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | s/mesage/message/ | msaitoh |
| 2013-07-23 | Fix debug code to not use uninitialised variables. | skrll |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-07-30 | Correct sizes to pass uvm_km_free(9) in error paths. | uebayasi |
| 2009-01-28 | Do not call put_type() but use copyout() when returning the message | njoly |
| 2009-01-26 | Make msgsnd(2)/msgrcv(2) fail with EINVAL for messages larger than | njoly |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-09-19 | Fix the aligning of memory blocks again, finally... | rmind |
| 2008-05-22 | Make msgsnd return EINVAL instead of 0, when the value of mtype is | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-07 | Patch up sysctl locking: | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-11-25 | - Retry the operations (instead of failing) in case of reallocation. | rmind |
| 2007-11-04 | fix deadlocks. | yamt |
| 2007-11-04 | Support for dynamic changing of SysV message queues and semaphores limits. | rmind |
| 2007-10-09 | - Style, consistency; | rmind |
| 2007-03-13 | msgctl1: fix a lock leak. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-06 | Introduce msgrcv1 and msgsnd1 which take special care of the msg_type | cube |
| 2005-12-07 | Use ANSI function delcs. | thorpej |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-03-23 | Nuke __P(). | junyoung |
| 2003-10-26 | allocate virtual memory for SYSV shm, msg and semaphore structures | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-03-05 | Make the debugging printfs compile: | nathanw |
| 2001-11-12 | add RCSIDs | lukem |
| 2000-07-22 | Delete a couple of <uvm/uvm_extern.h> includes that were for | simonb |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-02 | White space nit in previous. | simonb |
| 2000-06-02 | Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", | simonb |
| 2000-04-12 | Remove bogus "#ifdef EIDRM" checks and warnings that BSD doesn't define | simonb |
| 2000-03-30 | Get rid of register declarations. | augustss |