summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Change resource_set_*() to be more useful. BTW; resource_find() is apeter1999-05-081-16/+9
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-081-1/+3
* Use KERNBASE for the load address of the kernel rather than magic constantspeter1999-05-083-20/+7
* First stages of a module dependency cleanup. This part fixes apeter1999-05-082-26/+45
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-082-6/+6
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-0810-43/+43
* Nit fix.des1999-05-071-2/+2
* Continue where Julian left off in July 1998:phk1999-05-074-102/+31
* Fix a goof in the #ifdef DEVFS case which was found by inspection,phk1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-1/+13
* remove b_proc from struct buf, it's (now) unused.phk1999-05-063-8/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-068-22/+28
* Remove unused fields from struct buf:phk1999-05-061-6/+1
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-2/+5
* Allow the init_path to be customised in an embedded system using thejb1999-05-051-3/+8
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-0312-85/+134
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-023-317/+535
* This routine was "use"ing File::Basename. This commit removes thatmarkm1999-05-021-2/+30
* 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
OpenPOWER on IntegriCloud