summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-112-2/+14
* Fixes for a couple of problems in last commit:peter1999-07-101-8/+8
* Fix a dev_t/udev_t issue with accounting. lastcomm now shows thephk1999-07-101-3/+3
* Fix the previous warning a different way since the emul_path exposure waspeter1999-07-091-7/+5
* Minor tweak - don't cause a warning.peter1999-07-091-2/+3
* Implement the %q prefix for the integer types. Note that egcs on thepeter1999-07-091-17/+81
* bufhashinit() is called with a caddr_t and is expected to return thepeter1999-07-091-3/+3
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+33
* Condition in KASSERT was reversed.mckusick1999-07-081-2/+2
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-086-188/+237
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-061-8/+22
* Also try to load the interpreter without prepending "emul_path". This allowsmarcel1999-07-051-7/+11
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-055-32/+47
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-15/+1
* Fixed corruption of the "blocked" list in lf_setlock() when tsleep()bde1999-07-041-17/+20
* The vfs.write_behind sysctl and related code support has been added tomckusick1999-07-041-3/+40
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-043-218/+365
* Stop rfork(0) from panicing. (oops!!)peter1999-07-031-2/+3
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-032-6/+6
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-032-6/+6
* Warn about drivers which take over other drivers cdevsw entries, but stillphk1999-07-031-2/+12
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-023-10/+15
* Fix a warning - the code is correct but gcc can't tell.peter1999-07-011-1/+2
* Moving the initialization for write sooner quiets a warning.peter1999-07-011-2/+2
* Quiet warnings on an Alpha. CBSIZE has long type and causes the otherpeter1999-07-012-6/+10
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-017-128/+145
* Slight tweak to fork1() calling conventions. Add a third argument sopeter1999-06-304-50/+63
* Hopefully fix the remaining glitches with the BUF_*() changes. This shouldpeter1999-06-292-5/+14
* Fix a bug that was almost certainly making breadn() fail. BUF_KERNPROC()peter1999-06-281-2/+2
* When requesting an exclusive lock with LK_NOWAIT, do not panicmckusick1999-06-281-5/+7
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlypeter1999-06-272-4/+5
* Call the chained module handler before unregistering the syscall so thatdfr1999-06-271-5/+12
* GC the remnants of the old pre-softupdates update daemon. It's beenpeter1999-06-261-48/+1
* I'm tired of having a 'hanging root device'.. This isn't a "fix", justpeter1999-06-262-2/+8
* Quieten some warnings as a result of changes in ls_items[] constness overpeter1999-06-261-4/+3
* * Call cdevsw_remove from the MOD_UNLOAD event.dfr1999-06-261-6/+5
* Make sure that we record the flags in all cases.dfr1999-06-261-2/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-2611-166/+171
* Add function cdevsw_remove, the opposite of cdevsw_add: remove angrog1999-06-251-1/+22
* Changes in the way that the APs are started appears to have removed themsmith1999-06-231-11/+3
* Do not setup 4M pdir until all APs are up.luoqi1999-06-231-8/+9
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.msmith1999-06-221-3/+1
* The second phase of syscons reorganization.yokota1999-06-221-6/+11
* When allocating new buffers in getnewbuf, there are several pointsmckusick1999-06-221-11/+40
* Correctly return ENOEXEC for really short zipped files. The way this ishoek1999-06-211-1/+10
* dsopen: Print a message if the unit has an invalid sector size.grog1999-06-211-4/+6
* For consistency with other implementations, check for the existencealc1999-06-191-3/+3
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-181-3/+2
* Reviewed by: the cast of thousandsgreen1999-06-173-10/+21
* Add Id stringsgpalmer1999-06-173-0/+6
OpenPOWER on IntegriCloud