summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate commentdufault1998-03-281-4/+1
* Include sys/resource.h to get PRIO_MAX.dufault1998-03-281-0/+1
* Removed unused #includes.bde1998-03-284-15/+4
* Don't depend on <sys/mount.h> including <sys/socket.h>.bde1998-03-282-2/+4
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-289-69/+355
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-289-9/+19
* Split the padding out into a separate function.phk1998-03-271-5/+17
* Correct a problem where buffers might not be zeroed when needed. Thedyson1998-03-271-3/+3
* Add two new functions, get{micro|nano}time.phk1998-03-264-32/+69
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-231-1/+33
* In kern_physio.c fix tsleep priority messup.dyson1998-03-195-113/+166
* Fix an embarassing problem in vtruncbuf.dyson1998-03-192-4/+4
* Correct a problem where data OR metadata could be thrown away if adyson1998-03-171-3/+9
* Deleted PC-98 code because (1) machine dependent code should not be inkato1998-03-171-8/+1
* Correct a severely evil bug in the vtruncbuf code. It didn't causedyson1998-03-172-4/+68
* Remove a soft-update hook that was accidentally added to the READ path.julian1998-03-161-26/+53
* A bunch of BNN (Bruce Normal Nits) from bde:phk1998-03-162-110/+184
* Allow vfs_ioopt to be enabled with a (temporary) config option.dyson1998-03-162-6/+2
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-164-81/+287
* Disable the vfs.ioopt option for now, so that we don't get gratuitiousdyson1998-03-142-2/+6
* Don't misuse vnode interlocks in routines that can be called from interrupts.tegge1998-03-142-10/+14
* idprio processes must be preempted as soon as anything is runnable.dufault1998-03-111-4/+7
* If the root mount fails from a device that is not the compatability slicemsmith1998-03-112-2/+26
* Add statements to generate a sys/syscall.mk file for inclusionjb1998-03-091-2/+11
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-0810-50/+875
* Free the first page also if it is not valid.dyson1998-03-081-2/+2
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-078-139/+95
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-071-1/+6
* Some kern_lock code improvements. Add missing wakeup, and enabledyson1998-03-071-10/+43
* Set the input and output buffer sizes and the input buffer watermarksbde1998-03-071-39/+71
* Reviewed by: msmith, bde long agodufault1998-03-042-0/+329
* Reviewed by: msmith, bde long agodufault1998-03-043-14/+44
* Fix a rounding error for the NFS buffer validend.dyson1998-03-041-2/+2
* When entering the apic version of slow interrupt handler, leveltegge1998-03-031-1/+60
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-032-3/+62
* Reduce timeout before assuming that forwarding of hardclock or softclocktegge1998-03-031-7/+11
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-022-157/+51
* Change vfs.ioopt default back to '0'.dyson1998-03-012-4/+4
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-0/+23
* Make sure that you can only bind a more specific address when it isguido1998-03-013-3/+6
* 1) Use a more consistent page wait methodology.dyson1998-03-014-30/+13
* Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This sholdguido1998-02-271-4/+5
* Removed unused #includes.bde1998-02-251-3/+1
* Removed a stale comment and staler code.bde1998-02-252-15/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-251-3/+3
* Don't depend on "implicit int".bde1998-02-251-4/+4
* Declare function pointer args as pointers, not as functions.bde1998-02-251-3/+3
* Fixed a missing newline in a debugging printf.bde1998-02-251-4/+4
* Removed unused #includes.bde1998-02-251-2/+1
* Fixed the calculation of `delta' in settime(). We once set allbde1998-02-251-29/+14
OpenPOWER on IntegriCloud