summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* regenerate after making getfh a standard syscall.alfred1999-12-211-1/+1
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-1/+1
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Reimplement buf_daemon / getnewbuf() interaction for dealing withdillon1999-12-201-46/+43
* Make m_print const correct (avoids a warning)eivind1999-12-201-1/+1
* If we fail to find init, print out the search path used. This helpsgrog1999-12-201-1/+1
* Don't ignore return value from tsleep().phk1999-12-191-1/+3
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-1910-7/+1328
* First pass commit to introduce new ACL and Extended Attribute system calls.rwatson1999-12-191-0/+12
* Since VOP_LOCK can be used to up and downgrade locks, it is not possibleeivind1999-12-181-1/+1
* Woops, I'm so sorry I forgot this! From the last mbuf.h change:green1999-12-181-2/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-1516-80/+149
* Bug fix:green1999-12-141-0/+2
* Fix two problems with pipe_write():tegge1999-12-131-23/+64
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-122-240/+294
* Put on asbestos suit and put a splcam() around the 'Mounting root from..'peter1999-12-122-0/+6
* The sysctl mod_xx hack is no longer required now that we have totallypeter1999-12-121-10/+0
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisgreen1999-12-124-22/+155
OpenPOWER on IntegriCloud