| Commit message (Expand) | Author | Age | Files | Lines |
* | free(9) size for temporary buffer. |  mpi | 2018-12-05 | 1 | -7/+7 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -4/+3 |
* | pool_setipl |  dlg | 2016-08-30 | 1 | -1/+2 |
* | easy free sizes; ok mpi |  deraadt | 2015-10-07 | 1 | -3/+3 |
* | start retiring the nointr allocator. specify PR_WAITOK as a flag as a |  tedu | 2014-12-19 | 1 | -3/+3 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -3/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | In prep for killing ps_mainproc, use pr->ps_pid instead of |  guenther | 2014-03-18 | 1 | -3/+3 |
* | sys/param.h gets you sys/types.h automatically |  deraadt | 2013-03-28 | 1 | -2/+1 |
* | Fix SysV message queue identifiers. |  blambert | 2012-02-05 | 1 | -8/+26 |
* | Avoid panic'ing on a bad pointer passed in by callers of msgsnd; |  blambert | 2011-05-20 | 1 | -4/+1 |
* | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
* | Rototill system V message queues. |  blambert | 2009-08-09 | 1 | -675/+524 |
* | msgctl(), shmctl(), semctl() all have operations that are supposed |  guenther | 2009-06-02 | 1 | -3/+3 |
* | remove tests for EIDRM and ENOMSG existence now that they're in the tree. |  fgsch | 2007-10-14 | 1 | -9/+1 |
* | ansi/deregister. No binary change. |  jsg | 2005-12-13 | 1 | -37/+20 |
* | Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, |  millert | 2004-07-15 | 1 | -23/+1 |
* | Move the guts of the {sem,msg,shm}ctl system calls into a new function |  millert | 2004-07-14 | 1 | -40/+38 |
* | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -5/+5 |
* | remove caddr_t casts. it's just silly to cast something when the function |  tedu | 2003-07-21 | 1 | -15/+15 |
* | Cosmetic changes: |  millert | 2002-12-22 | 1 | -255/+136 |
* | Clear the high bit of ipc_perm.seq so msgget(3) never returns a |  millert | 2002-12-22 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |
* | Don't allocate globals in include files, use extern declarations. |  millert | 2001-08-12 | 1 | -1/+5 |
* | KNF |  deraadt | 2001-06-22 | 1 | -3/+3 |
* | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. |  millert | 2001-05-16 | 1 | -139/+3 |
* | unique panic messages |  deraadt | 1999-08-09 | 1 | -5/+5 |
* | incorrect range checking, output buf oflow; futatuki@fureai.or.jp |  deraadt | 1999-04-18 | 1 | -3/+3 |
* | wrap noise in DIAGNOSTIC |  deraadt | 1999-02-04 | 1 | -11/+34 |
* | change ipc.h to use uid_t and friends, and then build compat system calls for the old ushort based ipc.h |  deraadt | 1998-06-11 | 1 | -1/+157 |
* | extra const |  deraadt | 1998-05-11 | 1 | -2/+2 |
* | const a few more calls |  deraadt | 1998-05-11 | 1 | -2/+2 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -8/+13 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+979 |