| Age | Commit message (Expand) | Author |
| 2006-07-26 | at the request of elad, as veriexec.h has returned, revert the changes | dogcow |
| 2006-07-25 | mechanically go through and | dogcow |
| 2006-07-24 | some fixes: | elad |
| 2006-07-22 | deprecate the VERIFIED_EXEC option; now we only need the pseudo-device to | elad |
| 2006-07-14 | keep NetBSD boottime semantics: | kardel |
| 2006-07-14 | okay, since there was no way to divide this to two commits, here it goes.. | elad |
| 2006-07-01 | always call ntp initialisation for timecounter systems as | kardel |
| 2006-06-25 | 1. implement solaris-like vmem. (still primitive, though) | yamt |
| 2006-06-09 | re-order initialization sequence to have real counters available during autoc... | kardel |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-10 | Move "opt_maxuprc.h" from init_main.c to kern_proc.c, as the definition | onoe |
| 2006-03-30 | Remove useless whitepsace. | elad |
| 2006-03-07 | Clean up fallout proc_is_traced_p() change: | thorpej |
| 2006-02-12 | convert "magiclinks" from a per-fs mount option to a system-wide sysctl. | chs |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-27 | Overhaul how TTY line disciplines are handled: | thorpej |
| 2005-11-25 | Statically initalize the systrace lock. systrace_init() is now not | thorpej |
| 2005-11-25 | Use a once control to initialize the LKM subsystem on first open. Remove | thorpej |
| 2005-11-25 | Use a once control to initialize the NFS server / client shared data | thorpej |
| 2005-11-25 | Use a once control to call initialize the 802.11 layer when | thorpej |
| 2005-11-25 | - De-couple the software crypto implementation from the rest of the | thorpej |
| 2005-11-18 | Only call ieee80211_init() in kernels that include some wlan stuff. | martin |
| 2005-11-18 | Resolve conflicts and adapt to NetBSD. | skrll |
| 2005-08-05 | Move proc0 initialization from main() in init_main.c and proc0_insert() in | junyoung |
| 2005-07-16 | defopt verified_exec. | christos |
| 2005-07-15 | White space KNF nit. | simonb |
| 2005-06-23 | Implement expansion of special "magic" strings in symlinks into | thorpej |
| 2005-05-29 | - add const. | christos |
| 2005-04-25 | Move the MI printing of `copyright' to the MD cpu_startup() code | lukem |
| 2005-04-20 | Rototill of the verified exec functionality. | blymn |
| 2005-01-23 | move the call to link_pool_init() to the end of uvm_init(). needed for sun3. | chs |
| 2005-01-09 | Rework the mountroot interface so that vfs_mountroot() opens the root device | mycroft |
| 2004-10-15 | No longer need <sys/disk.h> | thorpej |
| 2004-10-15 | - Eliminate the need to call disk_init(). | thorpej |
| 2004-10-01 | introduce a function, proclist_foreach_call, to iterate all procs on | yamt |
| 2004-07-05 | Call inittodr() from main(). Let file system code set the recorded `last | pk |
| 2004-06-03 | Initialize simple_lock in struct cwd; otherwise, one gets an | nathanw |
| 2004-05-06 | Provide a mutex for the process limits data structure. | pk |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2004-03-28 | Make kernel continuations optional for now. | matt |
| 2004-03-27 | Use proper NetBSD conventions for deferred kthread creation, not the | jonathan |
| 2004-03-09 | Whitespaces. | junyoung |
| 2004-01-09 | Bump default size of vnode cache to 1% of physical memory, instead of | tls |
| 2004-01-05 | Store the copyright text in conf/copyright, and use conf/newvers.sh | lukem |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-01 | Welcome to 2004! | mycroft |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-11-14 | include <sys/mbuf.h> before FAST_IPSEC-dependent headers. | jonathan |