aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0cvs2svn2000-03-202-29/+25
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1317-16624/+0
* Try harder to make the lower 16 bits of fsids unique. The vfs typeBruce Evans2000-03-122-30/+50
* shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ,Alan Cox2000-03-101-0/+4
* Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion betweenYoshinobu Inoue2000-03-091-28/+108
* Fixed a null pointer panic for dumpon(8) on a nonexistent device whoseBruce Evans2000-03-091-0/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-032-8/+6
* I applied the wrong patch set. Back out anything associatedPeter Dufault2000-03-022-7/+1
* Patches that eliminate extra context switches in FIFO case.Peter Dufault2000-03-022-11/+48
* Fix a superuser credential check.Brian S. Dean2000-02-291-1/+3
* If a driver probe fails, unset it from the device. This fixes a problemDoug Rabson2000-02-291-1/+3
* Update a comment in elf_coredump to reflect that if you madvisePaul Saab2000-02-281-2/+3
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-281-0/+7
* Add new oid, debug.boothowto. This allows userland apps to seeJordan K. Hubbard2000-02-251-0/+1
* Add length check to sbcreatecontrol().Yoshinobu Inoue2000-02-242-0/+4
* Add the VFS_AIO config option and leave it off by default. Unless theJason Evans2000-02-231-7/+153
* Don't forget to reset the hardware debug registers when a process thatBrian S. Dean2000-02-201-1/+19
* Fix select(2) for the Alpha. (!!) It was never returning true forPeter Wemm2000-02-201-6/+8
* Hide the "devclass_alloc_unit: %s%d already exists, using next available..."Søren Schmidt2000-02-201-1/+2
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-1/+4
* Change the mountroot prompt to something that doesn't look at all like aMike Smith2000-02-172-2/+2
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-161-1/+2
* Hide the boring ``not probed (disabled)'' messages behind `bootverbose'.Joerg Wunsch2000-02-151-0/+2
* Don't try to account for the partial quantum unless the process isPoul-Henning Kamp2000-02-151-4/+0
* Allow comments in interpreter specification lines as inMartin Cracauer2000-02-151-1/+1
* Avoid a panic in __getcwd(2) when combined with umount -f.Peter Wemm2000-02-141-0/+2
* Fix sign reversal in adjtime(2).Poul-Henning Kamp2000-02-132-2/+2
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,Robert Watson2000-02-122-9/+10
* Fix sysctl namespace for jail: move the kern.jailcansethostname toRobert Watson2000-02-101-5/+5
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherRobert Watson2000-02-101-2/+9
* Correct an oversight in jail() that allowed processes in jail to accessRobert Watson2000-02-091-1/+8
* Also allow non-rot processes to setproctitle()Poul-Henning Kamp2000-02-081-2/+2
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-072-0/+32
* Remove static qualifier from vgonel, as it is needed by the Arla folkRobert Watson2000-02-022-4/+2
* Don't refer to TABLDISC in the comments here.Peter Wemm2000-01-301-1/+1
* Remove sys/tablet.h and kern/tty_tb.c (the old RS232 CAD-style tabletPeter Wemm2000-01-291-367/+0
* This patch fixes a locking bug that can result in deadlock ifRobert Watson2000-01-292-4/+34
* rename disk_delete() to disk_destroy().Poul-Henning Kamp2000-01-281-1/+1
* Fix a bug that could crash the system if you press ^T while a slowerBrian Feldman2000-01-281-17/+16
* Back out previous commit; it was premature.Archie Cobbs2000-01-281-57/+0
* Fixed a memory leak for slices with an (unsupported) bad sector table.Bruce Evans2000-01-281-1/+2
* Don't permit generation of non-physical disk addresses.Bruce Evans2000-01-281-20/+59
* Fixed sign and overflow bugs that caused the allocation size of the kernelDavid Greenman2000-01-281-6/+12
* When an attempt to install a line discipline fails, check forArchie Cobbs2000-01-281-0/+57
* Quick fix for stack overflow when there are more than about 25 slices.Bruce Evans2000-01-271-10/+27
* Add soft updates to the set of things being tagged. Syntax cleanup.Kirk McKusick2000-01-271-1/+4
* Improved English in the messages printed by diskerr().Bruce Evans2000-01-261-16/+15
* Don't follow null pointers if we somehow have a null devswitch entryBruce Evans2000-01-251-11/+17
* Fixed some style bugs (mainly ones associated with the bogus nameBruce Evans2000-01-241-8/+6
* Backout previous commit. It was a mistake.Boris Popov2000-01-231-1/+1