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