aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Allow the init_path to be customised in an embedded system using theJohn Birrell1999-05-051-3/+8
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-0312-85/+134
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-023-317/+535
* This routine was "use"ing File::Basename. This commit removes thatMark Murray1999-05-021-2/+30
* Add a hook that can be called to initialise a slave processor's memoryMike Smith1999-04-301-1/+4
* Add beer-ware license and $Id$Poul-Henning Kamp1999-04-301-0/+11
* Make BOOTP to work again.Poul-Henning Kamp1999-04-301-1/+1
* Set curproc at the end of proc0_init().Dmitrij Tejblum1999-04-291-7/+4
* Address a performance problem in getnewbuf:Alan Cox1999-04-291-5/+33
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-2819-57/+270
* Add the jail system call.Poul-Henning Kamp1999-04-281-1/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-282-4/+4
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-287-194/+67
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-277-58/+49
* Suser() simplification:Poul-Henning Kamp1999-04-2720-81/+88
* Register the local (unix domain) sockets ourselves.Peter Wemm1999-04-261-1/+2
* Redo domain registration to use SYSINITS rather than linker sets.Peter Wemm1999-04-261-70/+8
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). ItPeter Wemm1999-04-251-3/+4
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thePoul-Henning Kamp1999-04-252-6/+18
* Fixed printf format errors on alpha.Dmitrij Tejblum1999-04-241-3/+5
* Lite2 bugfixes merge:Andrey A. Chernov1999-04-241-3/+3
* Fix a braino in the v_id wraparound code. Give more (current) detailsPoul-Henning Kamp1999-04-241-9/+17
* Use pointer arithmetic to do pointer arithmetic.Dmitrij Tejblum1999-04-241-3/+3
* The function msgrcv() could copy larger data than it should doSADA Kenji1999-04-211-3/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-212-406/+3
* Address several problems in vn_read and vn_write:Alan Cox1999-04-211-35/+21
* Make the location of init(8) tunable at boot time.Dag-Erling Smørgrav1999-04-201-16/+29
* GC some stray debugging printf()s...Peter Wemm1999-04-191-4/+1
* Zap LKM option and support. Farewell old friend.Peter Wemm1999-04-191-838/+0
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-192-49/+2
* GC some unused code.Peter Wemm1999-04-171-294/+1
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-174-7/+7
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-164-53/+386
* getnewbuf(): check return value from tsleep(). Interruptible NFS may passDmitrij Tejblum1999-04-141-7/+4
* Backout early start of APs since it caused some machines to hang.Tor Egge1999-04-131-4/+1
* More consistent with surrounding style. (Hey - it looked great in theEivind Eklund1999-04-121-2/+2
* Typo in comment.Dag-Erling Smørgrav1999-04-121-2/+2
* Staticize.Eivind Eklund1999-04-112-4/+4
* Staticize.Eivind Eklund1999-04-111-2/+2
* Add prototype for wait_ap().Tor Egge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.Tor Egge1999-04-101-1/+4
* Allow setting MAXFILES in the kernel config.Dag-Erling Smørgrav1999-04-091-1/+3
* More secure clock management. Allow positive steps only once per secondNick Sayer1999-04-071-11/+16
* Fix last delta so file would compile again- I think I got itMatt Jacob1999-04-071-10/+13
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.Peter Wemm1999-04-071-1/+7
* If securelevel>1, allow the clock to be adjusted negatively only up toNick Sayer1999-04-071-8/+27
* Fix a performance problem with the new getnewbuf() code: in an outofspaceAlan Cox1999-04-071-26/+30
* Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.Peter Wemm1999-04-061-9/+9
* Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.Peter Wemm1999-04-061-3/+3
* LK_RETRY is a vn_lock() flag, not one for lockmgr().Peter Wemm1999-04-061-3/+3