summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't generate new prototype files with the extra int retval[] arg atpeter1997-11-181-3/+3
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-132-6/+6
* Set return value for the correct process in ptrace().tegge1997-11-121-5/+5
* Reviewed by: various.julian1997-11-124-24/+28
* MF22: MSG_EOR bug fix.jkh1997-11-091-3/+9
* Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-071-7/+7
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-0723-64/+36
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-0633-786/+528
* Remove the long description from the in-kernel datastructure.phk1997-10-281-1/+4
* Removed unused #includes.bde1997-10-2810-27/+10
* Fixed style bugs in open() fix.bde1997-10-282-8/+10
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-4/+1
* Use 127 instead of CHAR_MAX for the limit on the sequence count. Thebde1997-10-271-18/+17
OpenPOWER on IntegriCloud