summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out the previous spl change, since it opens a race window.jasone2000-01-201-1/+1
* When we are execing a setugid program, and we have a procfs filesystemimp2000-01-202-0/+60
* Don't tsleep() while at splbio().jasone2000-01-201-2/+12
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-194-61/+49
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-192-18/+18
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-12/+25
* Need to reset the buffer pointer to avoid reconsidering the same buffermckusick2000-01-181-0/+1
* Fix vn_isdisk() usage to make AIO work on non-disk-files again, rathergreen2000-01-171-2/+11
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inpeter2000-01-164-8/+172
* Cleanup some more remaining bdev fluff.phk2000-01-161-70/+18
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-148-504/+647
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-131-4/+6
* Seconds to ticks conversion was done at the wrong place.luoqi2000-01-121-2/+2
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-112-5/+19
* Also handle zero return from dscheck().phk2000-01-101-1/+1
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-105-20/+42
* Panic if proc0 hasn't been created and we try to call kthread_create.imp2000-01-101-0/+5
* Handle the case where we truss an SUGID program -- in particular, we needsef2000-01-102-1/+2
* Several performance improvements for soft updates have been added:mckusick2000-01-101-5/+144
* Add bwillwrite to all system calls that create things in the filesystem.mckusick2000-01-103-0/+19
* Remove the P_BUFEXHAUST flag from the syncer process (leavingmckusick2000-01-102-4/+0
* Change NDFREE() from a macro to a function for the time being; the macroeivind2000-01-082-0/+68
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-071-2/+4
* Introduce a mechanism to suspend/resume system processes. Suspend syncerluoqi2000-01-075-24/+121
* Export the nselcoll counter via the kern.nselcoll sysctl so we can seepeter2000-01-051-1/+3
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-052-4/+38
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-041-6/+64
* Be more careful about NOUDEV and NODEV.phk2000-01-041-0/+8
* Create a separate pps_offset variable to use for applying thephk2000-01-041-1/+8
* truss /usr/bin/suphk2000-01-031-2/+2
OpenPOWER on IntegriCloud