| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 100 | -4005/+3750 |
* | Include sys/time.h, not sys/user.h. | dg | 1995-12-08 | 1 | -1/+1 |
* | The static prototype for setroot() was apparently accidently moved | peter | 1995-12-07 | 2 | -4/+6 |
* | Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a' | wollman | 1995-12-07 | 1 | -9/+26 |
* | Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn. | peter | 1995-12-07 | 2 | -2/+4 |
* | Fixed the type of a signal handler. | bde | 1995-12-07 | 1 | -2/+2 |
* | Moved a test for HAVE_GETBOOTFILE to after the #include of the | bde | 1995-12-07 | 1 | -5/+6 |
* | Added missing data to a struct initializer by copying it from similar | bde | 1995-12-07 | 1 | -1/+4 |
* | Fixed the type of time_type. | bde | 1995-12-07 | 1 | -2/+2 |
* | Don't #define NO_CONST. Defining it caused type mismatches for | bde | 1995-12-07 | 1 | -1/+0 |
* | Add support for ALL_HOOK feature. Lets you replace the `all' target | jkh | 1995-12-07 | 1 | -1/+13 |
* | A number of misc changes, a revamp of chapter 17, place-holder for | jkh | 1995-12-07 | 7 | -126/+196 |
* | Fixed type mismatches. | bde | 1995-12-07 | 4 | -12/+12 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 163 | -241/+742 |
* | Update the -current sources from the 2.1 branch. | peter | 1995-12-07 | 136 | -8774/+11783 |
* | 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 |
* | Typo corrected: 127.0.0.0 --> 127.0.0.1 | jfieber | 1995-12-06 | 1 | -2/+2 |
* | 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 |
* | Make sendmail's setproctitle() use PS_STRINGS rather than smash | peter | 1995-12-06 | 2 | -5/+4 |
* | Initialize some uninitialized variables to fix a bug that sometimes | dg | 1995-12-06 | 1 | -1/+1 |
* | 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 |
* | Submitted by: John Hay | julian | 1995-12-05 | 1 | -6/+7 |
* | fix a couple of stuffups in the worm driver and in other associated scsi files | julian | 1995-12-05 | 4 | -35/+13 |
* | Submitted by: john hay | julian | 1995-12-05 | 2 | -4/+5 |
* | 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 |
* | Add David O'Brien (obrien@cs.ucdavis.edu) for his immesurable contribution | asami | 1995-12-05 | 1 | -1/+2 |
* | Gobs of small tweaks and cleanups. | jfieber | 1995-12-04 | 12 | -100/+107 |
* | aargh! I tested JREMOD, only to discover that the "good oil" part of | peter | 1995-12-04 | 2 | -6/+6 |