Age | Commit message (Expand) | Author |
2015-01-05 | splassert on some archs (or just sparc64) check that you're not in | David Gwynne |
2015-01-04 | back out r1.173, aka the "* 8" diff. it tickles a problem on some | David Gwynne |
2015-01-04 | avoid the use of an uninitialised variable in one of the codepaths in | Jonathan Gray |
2014-12-31 | copyright_year=$(date +%Y) | Joel Sing |
2014-12-30 | Rework disklabel reading taskq to plug holes pointed out by jsing@. | Kenneth R Westerback |
2014-12-29 | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size | Miod Vallat |
2014-12-28 | The greatest happiness is to scatter inferiour APIs, to drive them | Kenneth R Westerback |
2014-12-28 | Replace last workq in tree (reading disklabels from newly attached | Kenneth R Westerback |
2014-12-23 | unifdef INET | Ted Unangst |
2014-12-22 | fix an error in piglet allocation when requesting an alignment < PAGE_SIZE | Mike Larkin |
2014-12-22 | Make it possible to execute PIE binaries that don't have an PT_INTERP segment | Mark Kettenis |
2014-12-22 | remove some unused fields from pool. ok dlg | Ted Unangst |
2014-12-22 | if we're able to use large page allocators, try and place at least | David Gwynne |
2014-12-20 | Zap a sneaky trailing blank that was hiding in plain view. | Kenneth R Westerback |
2014-12-20 | Zap local variable that shadows another local variable. Fixes a panic caused | Mark Kettenis |
2014-12-20 | Zap a bunch of leading/trailing whitespace. | Kenneth R Westerback |
2014-12-19 | start retiring the nointr allocator. specify PR_WAITOK as a flag as a | Ted Unangst |
2014-12-19 | timestamp empty pages, and only free them if theyve been idle for at least | David Gwynne |
2014-12-19 | the last commit changed LIST_INSERT_HEAD to TAILQ_INSERT_TAIL cos the | David Gwynne |
2014-12-19 | replace the page LISTS with page TAILQs. this will let me pull pages from | David Gwynne |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-12 | sysctl kern.global_ptrace. | Ted Unangst |
2014-12-12 | sysctl_proc_vmmap(): Allow retrieving "self" VM mapping without privilege. | Masao Uebayashi |
2014-12-11 | convert bcopy to memcpy/memmove. ok krw | Ted Unangst |
2014-12-11 | typos; from kaspars bankovskis | Jason McIntyre |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-12-08 | regen | Philip Guenther |
2014-12-08 | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. | Philip Guenther |
2014-12-07 | typo; fix from Kaspars Bankovskis | Theo de Raadt |
2014-12-05 | Allow only root to use KERN_PROC_VMMAP until it is really proven safe. | Masao Uebayashi |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-12-04 | init the mutex used in sleeping pool_gets with the right ipl if the | David Gwynne |
2014-12-03 | stale header: this code hasn't used hash.h in a while | Ted Unangst |
2014-12-02 | In sys_socket() and doaccept(), gotta skip setting the close-on-exec | Philip Guenther |
2014-12-01 | clist's chained, and could get fairly long which is why there was a | Theo de Raadt |
2014-11-21 | simple lock is long dead | Ted Unangst |
2014-11-19 | panic should be reserved for unrecoverable errors, not things we merely | Ted Unangst |
2014-11-19 | missed a file when removing KERN_VNODE. | Ted Unangst |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | Disable the page zeroing thread on MULTIPROCESSOR mips64 kernels as well. | Miod Vallat |
2014-11-18 | unifdef SETUIDSCRIPT and FDSCRIPT. we always use them. ok deraadt | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |