| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | Prepare to handle non-trivial errors from vm_map_delete(). | Konstantin Belousov | 2020-09-09 | 1 | -1/+1 |
* | Provide separate accounting for user-wired pages. | Mark Johnston | 2019-05-13 | 1 | -18/+8 |
* | i386: honor kern.elf32.read_exec for ommap(2) and break(2), as already | Konstantin Belousov | 2019-02-09 | 1 | -3/+1 |
* | Normalize the declaration of i386_read_exec variable. | Konstantin Belousov | 2019-02-09 | 1 | -0/+3 |
* | Use __riscv to determine building for RISC-V | Li-Wen Hsu | 2018-07-23 | 1 | -3/+3 |
* | Split kern_break from sys_break and use it in linuxulator | Ed Maste | 2018-06-27 | 1 | -5/+19 |
* | Name the implementation of brk and sbrk sys_break(). | Brooks Davis | 2018-06-14 | 1 | -6/+3 |
* | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 1 | -4/+10 |
* | Make vadvise compat freebsd11. | Brooks Davis | 2018-05-25 | 1 | -13/+4 |
* | Don't implement break(2) at all on aarch64 and riscv. | Brooks Davis | 2018-05-24 | 1 | -5/+4 |
* | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
* | ANSIfy function definitions in sys/vm/ | Ed Maste | 2018-01-12 | 1 | -6/+2 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Implement lockless resource limits. | Mateusz Guzik | 2015-06-10 | 1 | -5/+3 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | Edward Tomasz Napierala | 2015-04-29 | 1 | -35/+46 |
* | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -1/+1 |
* | - Improve readability of sys_obreak(). | Andrey Zonov | 2013-01-11 | 1 | -22/+21 |
* | - Reduce kernel size by removing unnecessary pointer indirections. | Andrey Zonov | 2013-01-10 | 1 | -5/+4 |
* | - Fix locked memory accounting for maps with MAP_WIREFUTURE flag. | Andrey Zonov | 2012-12-18 | 1 | -1/+32 |
* | Control the execution permission of the readable segments for | Konstantin Belousov | 2011-10-15 | 1 | -1/+1 |
* | In sys_obreak() and when compiling for amd64 or ia64, when the process | Marcel Moolenaar | 2011-10-13 | 1 | -2/+12 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 1 | -0/+6 |
* | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 1 | -0/+25 |
* | Remove execute permission from the memory allocated by sbrk(). | Alan Cox | 2009-04-11 | 1 | -1/+1 |
* | Revert the addition of the freelist argument for the vm_map_delete() | Konstantin Belousov | 2009-02-24 | 1 | -4/+1 |
* | Do not call vm_object_deallocate() from vm_map_delete(), because we | Konstantin Belousov | 2009-02-08 | 1 | -1/+4 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
* | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -4/+8 |
* | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -0/+21 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -1/+1 |
* | Part I of RLIMIT_VMEM implementation. Implement core functionality for | Matthew Dillon | 2002-06-26 | 1 | -0/+5 |
* | o Remove an incorrect cast from obreak(). This cast would, | Alan Cox | 2002-06-20 | 1 | -5/+5 |
* | o Acquire and release the vm_map lock instead of Giant in obreak(). | Alan Cox | 2002-06-20 | 1 | -11/+7 |
* | Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED, | Bruce Evans | 2002-02-15 | 1 | -1/+0 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -6/+6 |
* | mark obreak() and ovadvise() as being MPSAFE | Matthew Dillon | 2001-08-31 | 1 | -0/+6 |
* | whitespace / register cleanup | Matthew Dillon | 2001-07-04 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -24/+22 |
* | Stick VM syscalls back under Giant if the BLEED option is not defined. | John Baldwin | 2001-05-24 | 1 | -0/+8 |
* | Acquire Giant around vm_map_remove() inside of the obreak() syscall for | John Baldwin | 2001-05-23 | 1 | -2/+7 |
* | Remove duplicate include and sort includes. | John Baldwin | 2001-05-22 | 1 | -3/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+7 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+1 |
* | If a process is over its resource limit for datasize, still allow | David Malone | 2000-10-06 | 1 | -3/+7 |
* | Revert spelling mistake I made in the previous commit | Philippe Charnier | 2000-03-27 | 1 | -1/+1 |