| Commit message (Expand) | Author | Age | Files | Lines |
* | The static prototype for setroot() was apparently accidently moved | peter | 1995-12-07 | 2 | -4/+6 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 163 | -241/+742 |
* | Implement detection of whether or not bounce-buffering is required | peter | 1995-12-07 | 1 | -3/+10 |
* | Replaced #includes of <sys/user.h> by less gross headers, usually | bde | 1995-12-06 | 21 | -40/+66 |
* | Removed unnecessary #includes of <sys/user.h>. Some of these were just | bde | 1995-12-06 | 21 | -37/+27 |
* | Removed unnecessary #includes of vm stuff. Most of them were once | bde | 1995-12-06 | 9 | -23/+9 |
* | Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (a | bde | 1995-12-06 | 3 | -18/+3 |
* | Added explicit #include of <vm/vm.h> so that conf.c doesn't break when | bde | 1995-12-06 | 1 | -1/+3 |
* | Fixed compilation of lfs utilities which I broke the other day by | bde | 1995-12-06 | 2 | -7/+15 |
* | Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn't | bde | 1995-12-06 | 2 | -2/+4 |
* | Set default burst length limit to 32 bytes, since this seems to be | se | 1995-12-06 | 2 | -4/+6 |
* | A couple of minor tweaks to the sysctl stuff. | phk | 1995-12-06 | 6 | -24/+60 |
* | Moving the kern.dumpdev sysctl handler from kern_sysctl.c to swapgeneric.c | peter | 1995-12-06 | 3 | -22/+39 |
* | Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking when | bde | 1995-12-05 | 4 | -4/+10 |
* | Added explicit include of <sys/queue.h>. Currently, some things only | bde | 1995-12-05 | 1 | -1/+3 |
* | Define FALSE and TRUE in <sys/param.h> (if KERNEL is defined) as well | bde | 1995-12-05 | 1 | -1/+4 |
* | Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h> | bde | 1995-12-05 | 2 | -2/+13 |
* | Renamed TRUE (which has value 2) to M_TR to avoid a clash with the | bde | 1995-12-05 | 1 | -33/+33 |
* | Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequate | bde | 1995-12-05 | 2 | -7/+10 |
* | Moved some prototypes to a better place. | bde | 1995-12-05 | 1 | -5/+66 |
* | Moved prototypes for rawread(), rawrite() and setconf() to a better place. | bde | 1995-12-05 | 2 | -10/+18 |
* | Removed dummy routines sscstrategy(), sscread(), sscwrite() and | bde | 1995-12-05 | 2 | -17/+9 |
* | Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too much | bde | 1995-12-05 | 2 | -4/+4 |
* | Path MTU Discovery is now standard. | wollman | 1995-12-05 | 8 | -41/+37 |
* | Updated my copyright. | dg | 1995-12-05 | 2 | -130/+190 |
* | Increased the number of Tx segments from 13 to 29 to reduce the need to | dg | 1995-12-05 | 4 | -16/+68 |
* | fix a couple of stuffups in the worm driver and in other associated scsi files | julian | 1995-12-05 | 4 | -35/+13 |
* | If the open fails, don't mark the device as open (duh!) | julian | 1995-12-05 | 1 | -2/+2 |
* | all: | dg | 1995-12-05 | 29 | -549/+367 |
* | aargh! I tested JREMOD, only to discover that the "good oil" part of | peter | 1995-12-04 | 2 | -6/+6 |
* | A major sweep over the sysctl stuff. | phk | 1995-12-04 | 14 | -169/+493 |
* | Close PR: kern/865 | jkh | 1995-12-04 | 1 | -1/+3 |
* | Added a prototype. | bde | 1995-12-03 | 1 | -2/+3 |
* | Fixed the type mismatch in check for the bogus mmap function `nullop'. | bde | 1995-12-03 | 1 | -3/+5 |
* | Added prototypes. | bde | 1995-12-03 | 1 | -5/+6 |
* | __purified pmap_pte(). This seems to make no difference. | bde | 1995-12-03 | 2 | -4/+4 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-03 | 6 | -24/+62 |
* | Oops, the last commit left a redundant declaration. | bde | 1995-12-03 | 1 | -3/+1 |
* | Staticized. | bde | 1995-12-03 | 2 | -90/+74 |
* | Added prototypes. | bde | 1995-12-03 | 6 | -64/+158 |
* | Added prototypes. | bde | 1995-12-03 | 8 | -10/+60 |
* | Added prototypes. | bde | 1995-12-03 | 27 | -55/+426 |
* | null_node_find() and umap_node_find() were sometimes called without a | bde | 1995-12-03 | 4 | -8/+8 |
* | Moved inline functions for insque() and remque() to <sys/queue.h>. | bde | 1995-12-03 | 9 | -75/+62 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-03 | 5 | -22/+63 |
* | Completed function declarations and/or added prototypes and/or #includes | bde | 1995-12-03 | 5 | -17/+29 |
* | Removed unused thread support (partly to get rid of its incomplete | bde | 1995-12-03 | 2 | -92/+4 |
* | Completed function declarations and/or added prototypes and/or moved | bde | 1995-12-03 | 16 | -253/+364 |
* | malloc.h: add sysctl class. | phk | 1995-12-02 | 2 | -3/+7 |
* | I don't know what I messed up in 1.40, but the crynwr mode didn't make it. | phk | 1995-12-02 | 1 | -25/+224 |