summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_msg.c
AgeCommit message (Expand)Author
2015-10-07easy free sizes; ok mpiTheo de Raadt
2014-12-19start retiring the nointr allocator. specify PR_WAITOK as a flag as aTed Unangst
2014-12-10convert bcopy to memcpy. ok millertTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-18In prep for killing ps_mainproc, use pr->ps_pid instead ofPhilip Guenther
2013-03-28sys/param.h gets you sys/types.h automaticallyTheo de Raadt
2012-02-05Fix SysV message queue identifiers.Bret Lambert
2011-05-20Avoid panic'ing on a bad pointer passed in by callers of msgsnd;Bret Lambert
2010-01-14fix typos in comments, no code changes;Ingo Schwarze
2009-08-09Rototill system V message queues.Bret Lambert
2009-06-02msgctl(), shmctl(), semctl() all have operations that are supposedPhilip Guenthe
2007-10-14remove tests for EIDRM and ENOMSG existence now that they're in the tree.Federico G. Schwindt
2005-12-13ansi/deregister. No binary change.Jonathan Gray
2004-07-15Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,Todd C. Miller
2004-07-14Move the guts of the {sem,msg,shm}ctl system calls into a new functionTodd C. Miller
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2003-07-21remove caddr_t casts. it's just silly to cast something when the functionTed Unangst
2002-12-22Cosmetic changes:Todd C. Miller
2002-12-22Clear the high bit of ipc_perm.seq so msgget(3) never returns aTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-12Don't allocate globals in include files, use extern declarations.Todd C. Miller
2001-06-22KNFTheo de Raadt
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
1999-08-09unique panic messagesTheo de Raadt
1999-04-18incorrect range checking, output buf oflow; futatuki@fureai.or.jpTheo de Raadt
1999-02-04wrap noise in DIAGNOSTICTheo de Raadt
1998-06-11change ipc.h to use uid_t and friends, and then build compat system calls for...Theo de Raadt
1998-05-11extra constTheo de Raadt
1998-05-11const a few more callsTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt