summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Quiet some lint.dyson1997-12-101-5/+5
* The improvements to clock statistics by Tor Eggefsmp1997-12-084-4/+375
* add process id to tmp files... this prevents two runs from stompingjmg1997-12-081-7/+7
* Correct prototypes to match POSIX. Correct return code for aio_cancel.dyson1997-12-081-2/+2
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-081-12/+1
* Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to mysef1997-12-071-1/+5
* Slight performance improvement, removal of unneeded SPLs.dyson1997-12-071-11/+23
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-061-2/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-064-9/+9
* Changes to allow event-based process monitoring and control.sef1997-12-067-13/+78
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-055-4/+9
* Some fixes from John Hood:dyson1997-12-051-1/+4
* document and make the NO_F00F_HACK a proper option...jmg1997-12-041-2/+3
* After consultation with David, changejkh1997-12-041-5/+5
* Work around for the Intel Pentium F00F bug; this is Intel's recommendedsef1997-12-031-1/+24
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-023-9/+9
* Cleaned up __getcwd(). This should be cosmetic except disabled callsbde1997-12-022-22/+20
* Fix a serious problem during resizing buffers where old buffersdyson1997-12-011-2/+11
* Fix a problem when creating a new kernel thread. In some cases, aio_readdyson1997-12-011-1/+2
* Cleanup my last patch herejulian1997-12-012-86/+64
* Fix error handling for VCHR type I/O. Also, fix another spl problem, anddyson1997-12-011-342/+93
* Correct a last minute code change. Would have been an infinite loop underdyson1997-11-301-8/+4
* Fix an spl nit.dyson1997-11-301-1/+7
* Finish up the vast majority of the AIO/LIO functionality. Proper signaldyson1997-11-301-106/+552
* Disable the VCHR optimization for AIO until I have implemented it. Just indyson1997-11-291-1/+2
* Fix and complete the AIO syscalls. There are some performance enhancementsdyson1997-11-293-306/+804
* Shift a few SYSINT() calls around.julian1997-11-255-50/+76
* Fixed multiple definitions of boothowto.bde1997-11-241-5/+3
* Removed all traces of P_IDLEPROC. It was tested but never set.bde1997-11-243-6/+6
* Fixed some #include messes.bde1997-11-241-7/+11
* Avoid manipulating the buffer map at interrupt time by deferring bfreekvadyson1997-11-241-5/+1
* Fix the buffer flag frobbing. Note: It is invalid to gratuitiously modifydyson1997-11-241-2/+3
* Fixed a missing conversion of retval to p_retval in disabled code.bde1997-11-231-3/+3
* Fixed duplicate definitions of M_FILE (one static).bde1997-11-232-6/+4
* Fixed some style bugs in the poll() code.bde1997-11-231-18/+8
* Staticized.bde1997-11-224-29/+34
* Staticized.bde1997-11-222-6/+6
* Fixed rev.1.81. mp->mnt_kern_flag was restored in the non-error case ofbde1997-11-222-6/+8
* Const poisoning from ks_shortdesc.bde1997-11-211-2/+2
* Fixed a sloppy common-style definitions.bde1997-11-202-2/+11
* Avoid passing a `retval' to wait1()bde1997-11-201-13/+10
* Removed unused includes.bde1997-11-201-16/+17
* Removed unused #includes. Ifdefed a conditionally used #include.bde1997-11-181-14/+7
* Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.bde1997-11-181-5/+5
* Removed an unused #include.bde1997-11-181-3/+1
* Get tty ioctl numbers by #including <sys/ttycom.h> instead ofbde1997-11-181-3/+2
* Removed an unused #include. Added an unsed #include of <sys/ucred.h>bde1997-11-181-8/+9
* Removed an unused #include. Ifdefed a conditionally used #include.bde1997-11-181-2/+3
* Removed unused #include.bde1997-11-183-9/+3
* Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.bde1997-11-181-2/+2
OpenPOWER on IntegriCloud