summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_msg.c
AgeCommit message (Expand)Author
2003-01-18Merge the nathanw_sa branch.thorpej
2002-03-05Make the debugging printfs compile:nathanw
2001-11-12add RCSIDslukem
2000-07-22Delete a couple of <uvm/uvm_extern.h> includes that were forsimonb
2000-06-27remove include of <vm/vm.h>mrg
2000-06-02White space nit in previous.simonb
2000-06-02Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",simonb
2000-04-12Remove bogus "#ifdef EIDRM" checks and warnings that BSD doesn't definesimonb
2000-03-30Get rid of register declarations.augustss
1999-08-25Overhaul of the SVID IPC facilities, primarily to use the types specifiedthorpej
1999-04-21properly test the msgsz as "msgsz - len". from PR#7386mrg
1998-10-21No need to get definition of "SYSV..." from "opt_sysv.h" because theytron
1998-10-19Defopt SYSVMSG, SYSVSEM and SYSVSHM.tron
1998-05-07Various SysV IPC prototype changes.kleink
1996-10-13backout previous kprintf changechristos
1996-10-10- Use debugging printf - macros instead if #ifdef #endif everywherechristos
1996-02-09More proto fixeschristos
1996-02-04First pass at prototypingchristos
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-06-24Extracted all of the compat_xxx routines, and created a library [libcompat]christos
1995-06-05We need some compat_10 routines if COMPAT_SUNOS is on (PR #1008).pk
1995-03-19Use %p.mycroft
1994-12-05Minor style cleanup.mycroft
1994-10-23fix for numerous cut & paste errors in the last changes, from Christos.cgd
1994-10-20update for new syscall args description mechanismcgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-25Fix typo.mycroft
1994-05-25Generalize ipcperm() a little.mycroft
1994-05-25sysv_shm.c from Adam.hpeyerl
1994-02-15Some more cleanup.mycroft
1994-02-13Fix typo.mycroft
1994-02-13Format police.mycroft
1993-12-18Canonicalize all #includes.mycroft
1993-11-14Add the System V message queue and semaphore facilities. Implementedcgd