summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use time_offset as a leaky bucket variable in hardpps(), thisphk1999-12-291-15/+18
* Remove vnode_if.sh - it's a perl script. This stayed around for a whilepeter1999-12-291-354/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-14/+14
* Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clustersmsmith1999-12-281-2/+22
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-272-8/+8
* Fixed some type mismatches. p_retval[0] in struct proc has typebde1999-12-271-10/+12
* Correct an uninitialized variable use, which, unlike most times, isgreen1999-12-271-4/+2
* Removed unused includes.bde1999-12-261-26/+12
* Use vfs_timestamp() instead of getnanotime() to set timestamps. Thisbde1999-12-261-3/+4
* * Set the devclass of a device before calling the probe method. This allowsdfr1999-12-241-1/+12
* Fixed a cast of a pointer to an integer of a possibly different size.bde1999-12-243-8/+8
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishmckusick1999-12-222-34/+38
OpenPOWER on IntegriCloud