summaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Lites2 seems to have pretty much disappeared from the radar, and I suspectPeter Wemm1999-05-091-5/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getPeter Wemm1999-05-091-13/+6
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-094-13/+4
* major(something) can never become NODEV.Poul-Henning Kamp1999-05-091-4/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-2/+11
* Hack the diskslice stuff so that it allows the alpha sysinstall toDoug Rabson1999-05-091-2/+8
* Peter beat me to half this patch, but didn't do the other half:Poul-Henning Kamp1999-05-091-4/+5
* Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (noPeter Wemm1999-05-091-4/+1
* Fix a freelist trashing under following confitions:Dmitrij Tejblum1999-05-081-1/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-082-8/+10
* Change resource_set_*() to be more useful. BTW; resource_find() is aPeter Wemm1999-05-081-16/+9
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andPeter Wemm1999-05-081-1/+3
* Use KERNBASE for the load address of the kernel rather than magic constantsPeter Wemm1999-05-083-20/+7
* First stages of a module dependency cleanup. This part fixes aPeter Wemm1999-05-082-26/+45
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-082-6/+6
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-0810-43/+43
* Nit fix.Dag-Erling Smørgrav1999-05-071-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-074-102/+31
* Fix a goof in the #ifdef DEVFS case which was found by inspection,Poul-Henning Kamp1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-071-1/+13
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-063-8/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-2/+3
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-068-22/+28
* Remove unused fields from struct buf:Poul-Henning Kamp1999-05-061-6/+1
* Fixed profiling of elf kernels. Made high resolution profiling compileBruce Evans1999-05-061-2/+5
* 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-314/+532
* 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