summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* fix a couple of stuffups in the worm driver and in other associated scsi filesjulian1995-12-054-35/+13
* If the open fails, don't mark the device as open (duh!)julian1995-12-051-2/+2
* all:dg1995-12-0529-549/+367
* aargh! I tested JREMOD, only to discover that the "good oil" part ofpeter1995-12-042-6/+6
* A major sweep over the sysctl stuff.phk1995-12-0414-169/+493
* Close PR: kern/865jkh1995-12-041-1/+3
* Added a prototype.bde1995-12-031-2/+3
* Fixed the type mismatch in check for the bogus mmap function `nullop'.bde1995-12-031-3/+5
* Added prototypes.bde1995-12-031-5/+6
* __purified pmap_pte(). This seems to make no difference.bde1995-12-032-4/+4
* Completed function declarations and/or added prototypes.bde1995-12-036-24/+62
* Oops, the last commit left a redundant declaration.bde1995-12-031-3/+1
* Staticized.bde1995-12-032-90/+74
* Added prototypes.bde1995-12-036-64/+158
* Added prototypes.bde1995-12-038-10/+60
* Added prototypes.bde1995-12-0327-55/+426
* null_node_find() and umap_node_find() were sometimes called without abde1995-12-034-8/+8
* Moved inline functions for insque() and remque() to <sys/queue.h>.bde1995-12-039-75/+62
* Completed function declarations and/or added prototypes.bde1995-12-035-22/+63
* Completed function declarations and/or added prototypes and/or #includesbde1995-12-035-17/+29
* Removed unused thread support (partly to get rid of its incompletebde1995-12-032-92/+4
* Completed function declarations and/or added prototypes and/or movedbde1995-12-0316-253/+364
* malloc.h: add sysctl class.phk1995-12-022-3/+7
* I don't know what I messed up in 1.40, but the crynwr mode didn't make it.phk1995-12-021-25/+224
* Completed function declarations and/or added prototypes.bde1995-12-0210-15/+87
* Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has differentbde1995-12-021-1/+5
* Completed function declarations and/or added prototypes.bde1995-12-0216-29/+60
OpenPOWER on IntegriCloud