summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a nanotime() function so that we can start to use this call.phk1998-02-152-2/+20
* unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant.phk1998-02-151-21/+3
* Fixed an aliasing bug. It was too easy to defeat the check for movingbde1998-02-151-3/+13
* Make the rootdir handling more consistent. Now, processes alwaysdyson1998-02-155-18/+13
* Make NO_LKM a new-style option.eivind1998-02-121-1/+2
* I'm not sure whether this is a correct way to do it,dima1998-02-111-3/+3
* Fix a && that should be an &.dg1998-02-111-2/+2
* Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; giveeivind1998-02-111-2/+6
* Move include of <machine/ipl.h> inside ifndef SMP where it is used, toeivind1998-02-101-3/+3
* Fixed vnode interlock handling.kato1998-02-102-6/+26
* Staticize.eivind1998-02-0915-61/+64
* Fix a problem with vn_lock in fsync.dyson1998-02-082-16/+18
* When the vp is lcoked, vget() calls vfs_object_create() withkato1998-02-072-4/+6
* Back out DIAGNOSTIC changes.eivind1998-02-0627-71/+26
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-055-41/+50
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-0427-26/+71
* Restrict idleprio to superuser:dg1998-02-041-1/+11
* Fixed staticization.bde1998-02-031-2/+2
* Updated generated files.bde1998-02-032-2/+2
* Fixed type of mincore().bde1998-02-031-2/+3
OpenPOWER on IntegriCloud