summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Updates to read the extra indirection in ps_strings. Note that anypeter1995-12-092-35/+53
* | Update ibcs2 to use the new ps_strings / stack gap arrangements..peter1995-12-091-2/+1
* | Update the Linux LKM to use the new ps_strings and stack gap arrangements.peter1995-12-091-2/+2
* | Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability.peter1995-12-092-9/+11
* | Julian forgot to make the *devsw structures static.phk1995-12-0873-150/+289
* | "What? He's modifying the NIS protocol definition!?"wpaul1995-12-081-7/+12
* | Added a conditionalized printf for debugging MTU discovery.wollman1995-12-081-2/+6
* | Pass 3 of the great devsw changesjulian1995-12-08100-4005/+3750
* | Include sys/time.h, not sys/user.h.dg1995-12-081-1/+1
* | The static prototype for setroot() was apparently accidently movedpeter1995-12-072-4/+6
* | Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a'wollman1995-12-071-9/+26
* | Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn.peter1995-12-072-2/+4
* | Fixed the type of a signal handler.bde1995-12-071-2/+2
* | Moved a test for HAVE_GETBOOTFILE to after the #include of thebde1995-12-071-5/+6
* | Added missing data to a struct initializer by copying it from similarbde1995-12-071-1/+4
* | Fixed the type of time_type.bde1995-12-071-2/+2
* | Don't #define NO_CONST. Defining it caused type mismatches forbde1995-12-071-1/+0
* | Add support for ALL_HOOK feature. Lets you replace the `all' targetjkh1995-12-071-1/+13
* | A number of misc changes, a revamp of chapter 17, place-holder forjkh1995-12-077-126/+196
* | Fixed type mismatches.bde1995-12-074-12/+12
* | Untangled the vm.h include file spaghetti.dg1995-12-07163-241/+742
* | Update the -current sources from the 2.1 branch.peter1995-12-07136-8774/+11783
* | Implement detection of whether or not bounce-buffering is requiredpeter1995-12-071-3/+10
* | Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-0621-40/+66
* | Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-0621-37/+27
* | Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-069-23/+9
* | Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (abde1995-12-063-18/+3
* | Added explicit #include of <vm/vm.h> so that conf.c doesn't break whenbde1995-12-061-1/+3
* | Typo corrected: 127.0.0.0 --> 127.0.0.1jfieber1995-12-061-2/+2
* | Fixed compilation of lfs utilities which I broke the other day bybde1995-12-062-7/+15
* | Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn'tbde1995-12-062-2/+4
* | Set default burst length limit to 32 bytes, since this seems to bese1995-12-062-4/+6
* | A couple of minor tweaks to the sysctl stuff.phk1995-12-066-24/+60
* | Moving the kern.dumpdev sysctl handler from kern_sysctl.c to swapgeneric.cpeter1995-12-063-22/+39
* | Make sendmail's setproctitle() use PS_STRINGS rather than smashpeter1995-12-062-5/+4
* | Initialize some uninitialized variables to fix a bug that sometimesdg1995-12-061-1/+1
* | Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-054-4/+10
* | Added explicit include of <sys/queue.h>. Currently, some things onlybde1995-12-051-1/+3
* | Define FALSE and TRUE in <sys/param.h> (if KERNEL is defined) as wellbde1995-12-051-1/+4
* | Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>bde1995-12-052-2/+13
* | Renamed TRUE (which has value 2) to M_TR to avoid a clash with thebde1995-12-051-33/+33
* | Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequatebde1995-12-052-7/+10
* | Moved some prototypes to a better place.bde1995-12-051-5/+66
* | Moved prototypes for rawread(), rawrite() and setconf() to a better place.bde1995-12-052-10/+18
* | Removed dummy routines sscstrategy(), sscread(), sscwrite() andbde1995-12-052-17/+9
* | Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too muchbde1995-12-052-4/+4
* | Path MTU Discovery is now standard.wollman1995-12-058-41/+37
* | Updated my copyright.dg1995-12-052-130/+190
* | Increased the number of Tx segments from 13 to 29 to reduce the need todg1995-12-054-16/+68
* | Submitted by: John Hayjulian1995-12-051-6/+7
OpenPOWER on IntegriCloud