summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-09Make the cleaner, syncer, pagedaemon, aiodone daemons allBret Lambert
2014-09-09Delete the SS_ISCONFIRMING flag that supported delayed connectionPhilip Guenther
2014-09-08change some (flags & PR_WAITOK) to ISSET(flags, PR_WAITOK)David Gwynne
2014-09-08remove uneeded route.h includesJonathan Gray
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-09-08deprecate the use of the PR_PHINPAGE flag by replacing it with a testDavid Gwynne
2014-09-05KASSERT that the page header pool will use in page headers.David Gwynne
2014-09-04Remove global cp_time[] array; no longer used now that all arches implementMiod Vallat
2014-09-04rework how pools with large pages (>PAGE_SIZE) are implemented.David Gwynne
2014-09-01sync generated filesDoug Hogan
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-09-01Add explicit membars, so that we can stop requiring rw_cas() toPhilip Guenther
2014-08-31replace LRU bufcache with something originally modelled after 2Q.Ted Unangst
2014-08-31Sync enc/dec routines with libc.Miod Vallat
2014-08-31regenPhilip Guenther
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsPhilip Guenther
2014-08-30Recognize EFI protective and system partitions. Do not put disklabel entriesMiod Vallat
2014-08-30Fix profiling (GPROF) build.Martin Pieuchot
2014-08-27deprecate the "item offset" handling. nothing uses it, so we canDavid Gwynne
2014-08-20Bye bye /dev/cryptoMike Belopuhov
2014-08-20bring back r1.130:David Gwynne
2014-08-18dont rely on mbuf.h to provide pool.h.David Gwynne
2014-08-18introduce mbuf list and queue apis. both manage fifo lists of mbufsDavid Gwynne
2014-08-18external page headers use an RB tree to find the page headerDavid Gwynne
2014-08-17i broke the userland shim used for the extent regress test when iDavid Gwynne
2014-08-14No need for raw_cb.hMartin Pieuchot
2014-08-12sigh. when returning ENOENT in the sysctl path, unlock on the way out.David Gwynne
2014-08-12i accidentally removed the check for whether the requested pool inDavid Gwynne
2014-08-12bring back r1.135:David Gwynne
2014-08-12bring back r1.134:David Gwynne
2014-08-12bring back r1.132. this is a bit different cos we're still using splvm toDavid Gwynne
2014-08-11Do not pmap_update(pmap_kernel()) within the `create mappings' loop, but onlyMiod Vallat
2014-08-11bring back r1.132:David Gwynne
2014-08-11bring back r1.131:David Gwynne
2014-08-10Write the core file of a non-suid process into the current directoryAlexander Bluhm
2014-07-28I/O ktrace of sendsyslog(2) did not work. As uiomove() adjustsAlexander Bluhm
2014-07-26If we're stopping a secondary cpu, don't let sched_choosecpu() short-circuitMark Kettenis
2014-07-23Set the console input in polling mode before entering ukc.Martin Pieuchot
2014-07-22The last poison change is awesome, it is triggering use after free bugs.Theo de Raadt
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-21fix some wrong comments and a bit of KNFMike Larkin
2014-07-20Support hibernating to softraid crypto volumes.Mike Larkin
2014-07-17zero random buf for sysctl too, just in caseTed Unangst
2014-07-16Reenable hibernate RLE support and flush+zero all memory after unpack.Mike Larkin
2014-07-13use mallocarray for multiplied value checkingTed Unangst
2014-07-13KASSERTMSG(9): New kernel assertion with messageMasao Uebayashi
2014-07-13Fix sched_stop_secondary_cpus() to properly drain CPUsMatthew Dempsky
2014-07-13Introduce PS_NOBROADCASTKILL a process flag that excludes processes fromClaudio Jeker
2014-07-13bzero -> memset. for the speeds.Ted Unangst