| Commit message (Expand) | Author | Age | Files | Lines |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 1 | -2/+2 |
* | free(9) sizes for sysv shm. |  mpi | 2018-12-12 | 1 | -3/+6 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -4/+4 |
* | pool_setipl |  dlg | 2016-08-30 | 1 | -1/+2 |
* | easy free sizes; ok mpi |  deraadt | 2015-10-07 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | The flags variable in shmat was not actually used. We need UVM_FLAG_* |  millert | 2015-01-15 | 1 | -5/+4 |
* | start retiring the nointr allocator. specify PR_WAITOK as a flag as a |  tedu | 2014-12-19 | 1 | -3/+2 |
* | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter |  guenther | 2014-12-17 | 1 | -2/+2 |
* | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, |  guenther | 2014-12-15 | 1 | -2/+2 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -4/+4 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -3/+3 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -4/+4 |
* | use mallocarray where arguments are multipled. ok deraadt |  tedu | 2014-07-13 | 1 | -3/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | In prep for killing ps_mainproc, use pr->ps_pid instead of |  guenther | 2014-03-18 | 1 | -3/+3 |
* | New vmmap implementation. |  ariane | 2012-03-09 | 1 | -5/+3 |
* | Allow segments to be used even after they were marked for deletion with |  robert | 2011-10-27 | 1 | -8/+3 |
* | Backout vmmap in order to repair virtual address selection algorithms |  ariane | 2011-06-06 | 1 | -1/+4 |
* | Reimplement uvm/uvm_map. |  ariane | 2011-05-24 | 1 | -4/+1 |
* | explicitly specify flags to malloc and pool_get instead of relying on 0. |  tedu | 2010-07-03 | 1 | -2/+3 |
* | msgctl(), shmctl(), semctl() all have operations that are supposed |  guenther | 2009-06-02 | 1 | -3/+3 |
* | replace ctob and btoc with ptoa and atop respectively |  martin | 2007-09-15 | 1 | -7/+7 |
* | Use M_ZERO in a few more places to shave bytes from the kernel. |  art | 2007-09-07 | 1 | -11/+6 |
* | adapt from netbsd: |  sturm | 2007-05-29 | 1 | -13/+11 |
* | Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, |  millert | 2004-07-15 | 1 | -16/+1 |
* | Move the guts of the {sem,msg,shm}ctl system calls into a new function |  millert | 2004-07-14 | 1 | -11/+18 |
* | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -5/+5 |
* | POSIX says the length parameter for semop(2) and shmget(2) should be size_t. |  millert | 2004-05-03 | 1 | -3/+4 |
* | not a pasto. ok millert@ |  tedu | 2004-04-16 | 1 | -2/+4 |
* | Correct a reference counting bug in shmat(2); adapted from FreeBSD. |  millert | 2004-02-05 | 1 | -2/+4 |
* | Remove duplicated code (pasto) |  millert | 2003-12-22 | 1 | -3/+1 |
* | Linux shmat allows lookup of segments that are marked as removed so |  millert | 2003-10-12 | 1 | -2/+8 |
* | sys/types.h is not really needed with sys/param.h; ok mickey@ |  kevlo | 2003-08-21 | 1 | -2/+1 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 1 | -8/+12 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 1 | -22/+11 |
* | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) |  jason | 2003-05-12 | 1 | -2/+2 |
* | There are two related changes. |  art | 2003-04-14 | 1 | -3/+2 |
* | xerxes [/home/src/local/millert/sudo/sudo-1.6.7] % vi /usr/src/local/TiVo/Linux/Don't allow s{e,h}mmni to be set > 0xffff via sysctl since that could |  millert | 2003-01-07 | 1 | -3/+3 |
* | Add a "findremoved" arg to shm_find_segment_by_shmid() similar to |  millert | 2003-01-06 | 1 | -8/+8 |
* | Add my copyright notice. |  millert | 2002-12-17 | 1 | -1/+27 |
* | Make SysV-style shared memory and semaphore limits sysctl'able. |  millert | 2002-12-17 | 1 | -179/+264 |
* | Eliminate the use of KERN_SUCCESS outside of uvm/ |  art | 2002-11-06 | 1 | -6/+4 |
* | Since memory deallocation can't fail, remove the error return from |  art | 2002-10-29 | 1 | -5/+3 |
* | minor formatting. |  art | 2002-07-16 | 1 | -2/+2 |
* | Fix vm -> uvm in a comment. |  art | 2002-07-12 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -9/+9 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -6/+9 |
* | Sync in more uvm changes from NetBSD. |  art | 2001-11-28 | 1 | -9/+6 |
* | Add an alignment argument to uvm_map that specifies an alignment hint |  art | 2001-11-07 | 1 | -2/+2 |