summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate a forward declaration of `struct proc' in <sys/sysproto.h>.bde1998-02-031-8/+9
* Return the vm_map in the eproc structure, so we can support more accuratedyson1998-02-021-1/+2
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-312-6/+35
* Make the debug options new-style.eivind1998-01-312-2/+6
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-312-1/+5
* Update freevnodes when adding a vnode to the head of the free list.tegge1998-01-312-4/+8
* Retire LFS.phk1998-01-304-45/+17
* Fix a couple of operator precedence bugs.steve1998-01-251-3/+3
* Various NFS fixes:dyson1998-01-251-1/+5
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-249-8/+24
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-245-24/+70
* VM level code cleanups.dyson1998-01-2210-30/+58
* Set p_retval for the correct process in getpriority(). This fixesbde1998-01-191-3/+3
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-173-33/+53
* Move almost all the ntp related stuff from kern_clock.c tophk1998-01-143-1341/+669
* Make softticks static.phk1998-01-141-35/+2
* Fix another vnode leak.dyson1998-01-122-4/+8
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-124-21/+112
* Implement the first page access for object type determination moredyson1998-01-112-95/+130
* Try to solve timeout race by not touching softtics here.phk1998-01-112-8/+4
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)phk1998-01-113-10/+14
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-103-14/+8
OpenPOWER on IntegriCloud