summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New vmmap implementation.ariane2012-03-091-7/+3
* Backout vmmap in order to repair virtual address selection algorithmsariane2011-06-061-3/+7
* Reimplement uvm/uvm_map.ariane2011-05-241-7/+3
* Proper check for wrapping high address and setting the break below theotto2009-11-241-5/+5
* Recommit part of miod's no-coredumps-on-ramdisks diff that got lost in thekettenis2009-06-171-1/+5
* date based reversion of uvm to the 4th May.oga2009-06-171-5/+1
* We need miod's no-coredumps-on-ramdisks diff, because we have grown thederaadt2009-06-061-1/+5
* While working on some stuff in uvm I've gotten REALLY sick of readingoga2009-03-201-13/+5
* Make ELF platforms generate ELF core dumps. Somewhat based on code fromkettenis2009-03-051-1/+74
* Include sigcode in core dumps. This makes it possible to backtracekettenis2008-03-021-2/+3
* Don't dump duplicate data in stack segments of core dumps when the stackkettenis2008-02-271-5/+9
* Mark vadvise(2) as obsolete and remove its implementation, so instead ofmiod2008-01-051-21/+1
* Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problemskettenis2007-12-161-2/+2
* replace ctob and btoc with ptoa and atop respectivelymartin2007-09-151-4/+4
* replace the machine dependant bytes-to-clicks macro by the MI ptoa()martin2007-09-011-5/+5
* The return value of uvm_grow() (and previously, grow()) has not been usedmiod2007-04-111-9/+7
* - Make a UVM_OBJ_IS_DEVICE macro.art2005-07-261-2/+13
* do not treat map entries above the stack as stack; only for the grow-upsmickey2003-03-041-2/+2
* fix the way stack is written into the core file on the upward growing stack machines. the other case is not affected. miod@ deraadt@ okmickey2003-02-181-5/+8
* user-defined stacks check is the same for grownups as for growndownsmickey2002-12-201-5/+1
* simplify stack grownups (growndowns are not touched)mickey2002-12-191-2/+2
* Since memory deallocation can't fail, remove the error return fromart2002-10-291-20/+15
* map the heap without PROT_EXEC.art2002-08-231-2/+2
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-21/+26
* Sync in more uvm from NetBSD. Mostly just cosmetic stuff.art2001-11-281-16/+14
* Sync in more uvm changes from NetBSD.art2001-11-281-17/+14
* Another sync of uvm to NetBSD. Just minor fiddling, no major changes.art2001-11-071-5/+5
* Add an alignment argument to uvm_map that specifies an alignment hintart2001-11-071-3/+3
* More sync to NetBSD.art2001-11-061-5/+6
* Move the last content from vm/ to uvm/art2001-11-061-4/+2
* Various random fixes from NetBSD.art2001-08-111-7/+7
* Add a new type voff_t (right now it's typedefed as off_t) used for offsetsart2001-08-061-2/+2
* Some updates to UVM from NetBSD. Nothing really critical, just a sync.art2001-07-251-2/+2
* Remove the (vaddr_t) casts inside the round_page and trunc_page macros.art2001-05-051-2/+2
* Get rid of CLSIZE and all related stuff.art2001-05-051-3/+3
* $OpenBSD$niklas2001-01-291-0/+1
* Fix the latest fix.art2000-07-041-11/+14
* Don't cast to int when checking if we have exceeded our rlimit in sbrk.art2000-06-301-22/+17
* Fix the NetBSD id strings.art2000-03-151-1/+1
* sync with NetBSD from 1999.05.24 (there is a reason for this date)art1999-08-231-5/+0
* accomodations for backward growing stack architectures; art@ kmickey1999-07-201-2/+19
* add OpenBSD tagsart1999-02-261-0/+1
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+258