summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-10/+39
* Clean-up the vget mechanism by permanently attaching VM objects todyson1998-02-232-50/+66
* Replace TOD clock code with more systematic approach.phk1998-02-205-234/+519
* Staticized.bde1998-02-201-3/+3
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-203-5/+5
* Don't depend on "implicit int".bde1998-02-203-6/+6
* Removed unused #includes.bde1998-02-202-5/+2
* Revert sosend() to its behavior from 4.3-Tahoe and before: iffenner1998-02-191-3/+7
* Add HW_WDOG to LINT, and turn it into a new-style option.eivind1998-02-161-1/+2
* A bunch of nits from bde.phk1998-02-151-15/+13
OpenPOWER on IntegriCloud