summaryrefslogtreecommitdiffstats
path: root/sys/kern/sysv_msg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* free(9) size for temporary buffer.mpi2018-12-051-7/+7
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-4/+3
* pool_setipldlg2016-08-301-1/+2
* easy free sizes; ok mpideraadt2015-10-071-3/+3
* start retiring the nointr allocator. specify PR_WAITOK as a flag as atedu2014-12-191-3/+3
* convert bcopy to memcpy. ok millerttedu2014-12-101-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* In prep for killing ps_mainproc, use pr->ps_pid instead ofguenther2014-03-181-3/+3
* sys/param.h gets you sys/types.h automaticallyderaadt2013-03-281-2/+1
* Fix SysV message queue identifiers.blambert2012-02-051-8/+26
* Avoid panic'ing on a bad pointer passed in by callers of msgsnd;blambert2011-05-201-4/+1
* fix typos in comments, no code changes;schwarze2010-01-141-2/+2
* Rototill system V message queues.blambert2009-08-091-675/+524
* msgctl(), shmctl(), semctl() all have operations that are supposedguenther2009-06-021-3/+3
* remove tests for EIDRM and ENOMSG existence now that they're in the tree.fgsch2007-10-141-9/+1
* ansi/deregister. No binary change.jsg2005-12-131-37/+20
* Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,millert2004-07-151-23/+1
* Move the guts of the {sem,msg,shm}ctl system calls into a new functionmillert2004-07-141-40/+38
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-5/+5
* remove caddr_t casts. it's just silly to cast something when the functiontedu2003-07-211-15/+15
* Cosmetic changes:millert2002-12-221-255/+136
* Clear the high bit of ipc_perm.seq so msgget(3) never returns amillert2002-12-221-2/+2
* First round of __P removal in sysmillert2002-03-141-2/+2
* Don't allocate globals in include files, use extern declarations.millert2001-08-121-1/+5
* KNFderaadt2001-06-221-3/+3
* Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.millert2001-05-161-139/+3
* unique panic messagesderaadt1999-08-091-5/+5
* incorrect range checking, output buf oflow; futatuki@fureai.or.jpderaadt1999-04-181-3/+3
* wrap noise in DIAGNOSTICderaadt1999-02-041-11/+34
* change ipc.h to use uid_t and friends, and then build compat system calls for the old ushort based ipc.hderaadt1998-06-111-1/+157
* extra constderaadt1998-05-111-2/+2
* const a few more callsderaadt1998-05-111-2/+2
* From NetBSD: 960217 mergeniklas1996-03-031-8/+13
* initial import of NetBSD treederaadt1995-10-181-0/+979