| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 5 | -234/+519 |
* | Staticized. | bde | 1998-02-20 | 1 | -3/+3 |
* | Don't depend on "implicit int" or bloat the data section in the | bde | 1998-02-20 | 3 | -5/+5 |
* | Don't depend on "implicit int". | bde | 1998-02-20 | 3 | -6/+6 |
* | Removed unused #includes. | bde | 1998-02-20 | 2 | -5/+2 |
* | Revert sosend() to its behavior from 4.3-Tahoe and before: if | fenner | 1998-02-19 | 1 | -3/+7 |
* | Add HW_WDOG to LINT, and turn it into a new-style option. | eivind | 1998-02-16 | 1 | -1/+2 |
* | A bunch of nits from bde. | phk | 1998-02-15 | 1 | -15/+13 |
* | Add a nanotime() function so that we can start to use this call. | phk | 1998-02-15 | 2 | -2/+20 |
* | unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant. | phk | 1998-02-15 | 1 | -21/+3 |
* | Fixed an aliasing bug. It was too easy to defeat the check for moving | bde | 1998-02-15 | 1 | -3/+13 |
* | Make the rootdir handling more consistent. Now, processes always | dyson | 1998-02-15 | 5 | -18/+13 |
* | Make NO_LKM a new-style option. | eivind | 1998-02-12 | 1 | -1/+2 |
* | I'm not sure whether this is a correct way to do it, | dima | 1998-02-11 | 1 | -3/+3 |
* | Fix a && that should be an &. | dg | 1998-02-11 | 1 | -2/+2 |
* | Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; give | eivind | 1998-02-11 | 1 | -2/+6 |
* | Move include of <machine/ipl.h> inside ifndef SMP where it is used, to | eivind | 1998-02-10 | 1 | -3/+3 |
* | Fixed vnode interlock handling. | kato | 1998-02-10 | 2 | -6/+26 |
* | Staticize. | eivind | 1998-02-09 | 15 | -61/+64 |
* | Fix a problem with vn_lock in fsync. | dyson | 1998-02-08 | 2 | -16/+18 |
* | When the vp is lcoked, vget() calls vfs_object_create() with | kato | 1998-02-07 | 2 | -4/+6 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 27 | -71/+26 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 5 | -41/+50 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 27 | -26/+71 |
* | Restrict idleprio to superuser: | dg | 1998-02-04 | 1 | -1/+11 |
* | Fixed staticization. | bde | 1998-02-03 | 1 | -2/+2 |
* | Updated generated files. | bde | 1998-02-03 | 2 | -2/+2 |
* | Fixed type of mincore(). | bde | 1998-02-03 | 1 | -2/+3 |
* | Generate a forward declaration of `struct proc' in <sys/sysproto.h>. | bde | 1998-02-03 | 1 | -8/+9 |
* | Return the vm_map in the eproc structure, so we can support more accurate | dyson | 1998-02-02 | 1 | -1/+2 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 2 | -6/+35 |
* | Make the debug options new-style. | eivind | 1998-01-31 | 2 | -2/+6 |
* | Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. | eivind | 1998-01-31 | 2 | -1/+5 |
* | Update freevnodes when adding a vnode to the head of the free list. | tegge | 1998-01-31 | 2 | -4/+8 |
* | Retire LFS. | phk | 1998-01-30 | 4 | -45/+17 |
* | Fix a couple of operator precedence bugs. | steve | 1998-01-25 | 1 | -3/+3 |
* | Various NFS fixes: | dyson | 1998-01-25 | 1 | -1/+5 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 9 | -8/+24 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 5 | -24/+70 |
* | VM level code cleanups. | dyson | 1998-01-22 | 10 | -30/+58 |
* | Set p_retval for the correct process in getpriority(). This fixes | bde | 1998-01-19 | 1 | -3/+3 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 3 | -33/+53 |
* | Move almost all the ntp related stuff from kern_clock.c to | phk | 1998-01-14 | 3 | -1341/+669 |
* | Make softticks static. | phk | 1998-01-14 | 1 | -35/+2 |
* | Fix another vnode leak. | dyson | 1998-01-12 | 2 | -4/+8 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 4 | -21/+112 |
* | Implement the first page access for object type determination more | dyson | 1998-01-11 | 2 | -95/+130 |
* | Try to solve timeout race by not touching softtics here. | phk | 1998-01-11 | 2 | -8/+4 |
* | Fix softclock calling so we don't loose timeouts (I broke this ~10h ago) | phk | 1998-01-11 | 3 | -10/+14 |
* | Whoops. softclock is called from doreti_swi as well. Abandon call from | phk | 1998-01-10 | 3 | -14/+8 |