summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Produce compiler warning if dev_t and udev_t is confused.phk1999-05-121-6/+10
* Don't peek into dev_tphk1999-05-122-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-119-33/+112
* Send subr_rlist.c off to the big Attic in the sky. It's been #if 0'edpeter1999-05-111-316/+0
* Use colons instead of semi-colons to behave like UNIX instead of DOS.jb1999-05-111-4/+4
* Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that'speter1999-05-102-12/+12
* Use NODEV instead of -1phk1999-05-101-4/+4
* Fix descriptor leak provoked by KKIS.05051999.003b exploit code.truckman1999-05-101-1/+4
* Remove hack to accept French spelling of METHOD (METHODE)n_hibma1999-05-101-4/+2
* * Augment the interface language to allow arbitrary C code to be 'passeddfr1999-05-104-29/+151
* Superceded by makedevops.pldfr1999-05-101-232/+0
* Lites2 seems to have pretty much disappeared from the radar, and I suspectpeter1999-05-091-5/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-091-13/+6
* Fix a couple of warnings and some bitrot in comments.peter1999-05-094-13/+4
* major(something) can never become NODEV.phk1999-05-091-4/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+11
* Hack the diskslice stuff so that it allows the alpha sysinstall todfr1999-05-091-2/+8
* Peter beat me to half this patch, but didn't do the other half:phk1999-05-091-4/+5
* Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (nopeter1999-05-091-4/+1
* Fix a freelist trashing under following confitions:dt1999-05-081-1/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-082-8/+10
* 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
OpenPOWER on IntegriCloud