| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticize and cleanup. | phk | 1995-12-10 | 7 | -21/+20 |
* | Make NEW_SCSICONF the default way of doing things | julian | 1995-12-10 | 5 | -423/+21 |
* | Add DEVFS to LINT | julian | 1995-12-10 | 3 | -3/+12 |
* | Restored used function fusword() (used by GPL math emulator). | bde | 1995-12-10 | 3 | -3/+39 |
* | Moved vm includes out of centralized headers again. | bde | 1995-12-10 | 4 | -7/+4 |
* | Moved the declaration of boolean_t from <vm/vm_param.h> to | bde | 1995-12-10 | 3 | -11/+13 |
* | Restored used variable `name[32]' (used by DEVFS). | bde | 1995-12-10 | 2 | -9/+22 |
* | Restored used variable `name[32]' (used by DEVFS). | bde | 1995-12-10 | 1 | -3/+3 |
* | Staticize, clean lint. | phk | 1995-12-09 | 5 | -50/+39 |
* | Change SYSCTL_OPAQUE to take a format string. | phk | 1995-12-09 | 1 | -3/+3 |
* | Staticize. | phk | 1995-12-09 | 3 | -16/+17 |
* | scsi_tape.h had some old cruft that looked like missing typedefs or | phk | 1995-12-09 | 3 | -17/+15 |
* | Remove various unused symbols and procedures. | phk | 1995-12-09 | 9 | -633/+27 |
* | Move sysctl machdep.consdev to cons.c | phk | 1995-12-09 | 6 | -48/+22 |
* | Staticize. | phk | 1995-12-09 | 1 | -9/+6 |
* | Remove option ARP_PROXYALL, it's now a sysctl var. | phk | 1995-12-09 | 3 | -18/+3 |
* | Remove old ballast, clean up a little bit, staticize. | phk | 1995-12-09 | 2 | -73/+69 |
* | clean a few DEVFS things.. | julian | 1995-12-09 | 6 | -128/+41 |
* | Attempt to make the Linux LKM compile again after the recent VM include | peter | 1995-12-09 | 4 | -4/+22 |
* | A really gross hack to make more of the source tree compile again. | peter | 1995-12-09 | 1 | -2/+8 |
* | Update ibcs2 to use the new ps_strings / stack gap arrangements.. | peter | 1995-12-09 | 1 | -2/+1 |
* | Update the Linux LKM to use the new ps_strings and stack gap arrangements. | peter | 1995-12-09 | 1 | -2/+2 |
* | Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability. | peter | 1995-12-09 | 2 | -9/+11 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 73 | -150/+289 |
* | Added a conditionalized printf for debugging MTU discovery. | wollman | 1995-12-08 | 1 | -2/+6 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 100 | -4005/+3750 |
* | 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 |