summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove sys/tablet.h and kern/tty_tb.c (the old RS232 CAD-style tabletpeter2000-01-291-367/+0
* This patch fixes a locking bug that can result in deadlock ifrwatson2000-01-292-4/+34
* rename disk_delete() to disk_destroy().phk2000-01-281-1/+1
* Fix a bug that could crash the system if you press ^T while a slowergreen2000-01-281-17/+16
* Back out previous commit; it was premature.archie2000-01-281-57/+0
* Fixed a memory leak for slices with an (unsupported) bad sector table.bde2000-01-281-1/+2
* Don't permit generation of non-physical disk addresses.bde2000-01-281-20/+59
* Fixed sign and overflow bugs that caused the allocation size of the kerneldg2000-01-281-6/+12
* When an attempt to install a line discipline fails, check forarchie2000-01-281-0/+57
* Quick fix for stack overflow when there are more than about 25 slices.bde2000-01-271-10/+27
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-271-1/+4
* Improved English in the messages printed by diskerr().bde2000-01-261-16/+15
* Don't follow null pointers if we somehow have a null devswitch entrybde2000-01-251-11/+17
* Fixed some style bugs (mainly ones associated with the bogus namebde2000-01-241-8/+6
* Backout previous commit. It was a mistake.bp2000-01-231-1/+1
* Replace non obvious number with SPECNAMELEN constant.bp2000-01-231-1/+1
* Add a couple of strategic sysctls for monitoring.phk2000-01-231-4/+30
* Fix the style bugs in the style bugs fix. The style bug fix made theimp2000-01-211-4/+6
* Fix style bugs in the last commit.green2000-01-211-10/+8
* bdeize last commit:imp2000-01-201-3/+0
OpenPOWER on IntegriCloud