summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Reword warning to make it clearer (I read it as "remove block devices createdkris2000-03-251-1/+1
* Fix in-kernel infinite loop in pipe_write() when the reader goes awaydillon2000-03-241-3/+15
* Whine at users who still have block devices in /dev, give them untilphk2000-03-211-0/+5
* Add sysctl kern.coredump to enable/disable core dumps system wide.ps2000-03-211-1/+5
* Split the logic ofgreen2000-03-202-22/+96
* Isolate the Timecounter internals in their own two files.phk2000-03-205-1050/+60
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-202-5/+5
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-206-16/+16
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-209-64/+77
* Make sure to free the socket in soabort() if the protocol couldn'tfenner2000-03-181-1/+7
* In vn_isdisk(), check whether vp->v_rdev is NULL. If it is, thenchris2000-03-182-0/+10
* Instead of using the next unit available, use the first unit available.n_hibma2000-03-161-13/+20
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-165-56/+0
* Print "previous type" correctly when INVARIANTS is defined.kuriyama2000-03-141-1/+1
* Don't try so hard to make the lower 16 bits of fsids unique. It tendedbde2000-03-142-44/+26
* In 'ipcperm()', only call 'suser()' if it is actually required.bsd2000-03-131-7/+2
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.phk2000-03-131-2/+2
* Try harder to make the lower 16 bits of fsids unique. The vfs typebde2000-03-122-30/+50
* shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ,alc2000-03-101-0/+4
* Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion betweenshin2000-03-091-28/+108
* Fixed a null pointer panic for dumpon(8) on a nonexistent device whosebde2000-03-091-0/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-032-8/+6
* I applied the wrong patch set. Back out anything associateddufault2000-03-022-7/+1
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-022-11/+48
* Fix a superuser credential check.bsd2000-02-291-1/+3
* If a driver probe fails, unset it from the device. This fixes a problemdfr2000-02-291-1/+3
* Update a comment in elf_coredump to reflect that if you madviseps2000-02-281-2/+3
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-281-0/+7
* Add new oid, debug.boothowto. This allows userland apps to seejkh2000-02-251-0/+1
* Add length check to sbcreatecontrol().shin2000-02-242-0/+4
* Add the VFS_AIO config option and leave it off by default. Unless thejasone2000-02-231-7/+153
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-201-1/+19
* Fix select(2) for the Alpha. (!!) It was never returning true forpeter2000-02-201-6/+8
* Hide the "devclass_alloc_unit: %s%d already exists, using next available..."sos2000-02-201-1/+2
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-1/+4
* Change the mountroot prompt to something that doesn't look at all like amsmith2000-02-172-2/+2
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-1/+2
* Hide the boring ``not probed (disabled)'' messages behind `bootverbose'.joerg2000-02-151-0/+2
* Don't try to account for the partial quantum unless the process isphk2000-02-151-4/+0
* Allow comments in interpreter specification lines as incracauer2000-02-151-1/+1
* Avoid a panic in __getcwd(2) when combined with umount -f.peter2000-02-141-0/+2
* Fix sign reversal in adjtime(2).phk2000-02-132-2/+2
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-122-9/+10
* Fix sysctl namespace for jail: move the kern.jailcansethostname torwatson2000-02-101-5/+5
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherrwatson2000-02-101-2/+9
* Correct an oversight in jail() that allowed processes in jail to accessrwatson2000-02-091-1/+8
* Also allow non-rot processes to setproctitle()phk2000-02-081-2/+2
* Do refcounting of open devices (more) correctly.sos2000-02-072-0/+32
* Remove static qualifier from vgonel, as it is needed by the Arla folkrwatson2000-02-022-4/+2
* Don't refer to TABLDISC in the comments here.peter2000-01-301-1/+1
OpenPOWER on IntegriCloud