summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-301-1/+4
* Add beer-ware license and $Id$phk1999-04-301-0/+11
* Make BOOTP to work again.phk1999-04-301-1/+1
* Set curproc at the end of proc0_init().dt1999-04-291-7/+4
* Address a performance problem in getnewbuf:alc1999-04-291-5/+33
* This Implements the mumbled about "Jail" feature.phk1999-04-2819-57/+270
* Add the jail system call.phk1999-04-281-1/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-282-4/+4
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-287-194/+67
* Change suser_xxx() to suser() where it applies.phk1999-04-277-58/+49
* Suser() simplification:phk1999-04-2720-81/+88
* Register the local (unix domain) sockets ourselves.peter1999-04-261-1/+2
* Redo domain registration to use SYSINITS rather than linker sets.peter1999-04-261-70/+8
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). Itpeter1999-04-251-3/+4
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-252-6/+18
* Fixed printf format errors on alpha.dt1999-04-241-3/+5
* Lite2 bugfixes merge:ache1999-04-241-3/+3
* Fix a braino in the v_id wraparound code. Give more (current) detailsphk1999-04-241-9/+17
* Use pointer arithmetic to do pointer arithmetic.dt1999-04-241-3/+3
* The function msgrcv() could copy larger data than it should dosada1999-04-211-3/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-212-406/+3
* Address several problems in vn_read and vn_write:alc1999-04-211-35/+21
* Make the location of init(8) tunable at boot time.des1999-04-201-16/+29
* GC some stray debugging printf()s...peter1999-04-191-4/+1
* Zap LKM option and support. Farewell old friend.peter1999-04-191-838/+0
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-192-49/+2
* GC some unused code.peter1999-04-171-294/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-174-7/+7
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-164-53/+386
* getnewbuf(): check return value from tsleep(). Interruptible NFS may passdt1999-04-141-7/+4
* Backout early start of APs since it caused some machines to hang.tegge1999-04-131-4/+1
* More consistent with surrounding style. (Hey - it looked great in theeivind1999-04-121-2/+2
* Typo in comment.des1999-04-121-2/+2
* Staticize.eivind1999-04-112-4/+4
* Staticize.eivind1999-04-111-2/+2
* Add prototype for wait_ap().tegge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+4
* Allow setting MAXFILES in the kernel config.des1999-04-091-1/+3
* More secure clock management. Allow positive steps only once per secondnsayer1999-04-071-11/+16
* Fix last delta so file would compile again- I think I got itmjacob1999-04-071-10/+13
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-071-1/+7
* If securelevel>1, allow the clock to be adjusted negatively only up tonsayer1999-04-071-8/+27
* Fix a performance problem with the new getnewbuf() code: in an outofspacealc1999-04-071-26/+30
* Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.peter1999-04-061-9/+9
* Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.peter1999-04-061-3/+3
* LK_RETRY is a vn_lock() flag, not one for lockmgr().peter1999-04-061-3/+3
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-1/+17
* Regenerate (padding for pread and pwrite).dt1999-04-042-4/+4
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-046-152/+120
* Fix a division which I had made a multiplication.phk1999-04-041-3/+5
OpenPOWER on IntegriCloud