summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo that prevented the initial/lock state devices from workingpeter1996-06-302-4/+4
* Make sure we have an object in the map entry before trying to trim pagesdg1996-06-291-2/+3
* Reject rules which try to mix ports with incompatible protocols.alex1996-06-291-1/+11
* Bump various timeouts in scprobe(). This finally fixes the brokenjoerg1996-06-273-18/+18
* Correct comment relating to pty's. There can be 256 (probablygpalmer1996-06-263-6/+6
* Fixed bug in pasting 8bit char (ache).sos1996-06-266-243/+171
* Fix a problem that caused system crashes after physio. This problemdyson1996-06-261-6/+11
* This commit does a couple of things:dyson1996-06-264-136/+183
* When page table pages were removed from process address space, thedyson1996-06-262-2/+6
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-2525-21/+48
* Fixed the `machine' link. It pointed to the wrong place, and was createdbde1996-06-251-6/+9
* trap.c:bde1996-06-259-192/+37
* Save John Polstra's initial fix for profiling for reference. Thebde1996-06-253-12/+15
* Change the way moused talk to syscons, now its only delivering mouseeventssos1996-06-258-362/+692
* Fixed end condition for clustered reads.dg1996-06-251-2/+2
* Limit the scan for preloading pte's to the end of an object.dyson1996-06-252-2/+8
* Fix some serious problems with limits checking in the sbrk(2)/brk(2)dyson1996-06-251-13/+25
* Allow fragment checking to work with specific protocols.alex1996-06-251-16/+26
* Remove another extraneous setting of if_lastchangegpalmer1996-06-241-2/+1
* Ensure that media protection is released before attempting to eject thegibbs1996-06-242-13/+25
* Remove RSS limiting until I rewrite the code to be non-recursive. Thedyson1996-06-241-9/+5
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-24/+8
* Fix problem with scb flag handing that crept in with the SCB paging support.gibbs1996-06-231-58/+59
* Oops, forget the fact that LINT compiles (fixing previos PAS commi)ache1996-06-233-12/+15
* Describe the way how to add OPL for PAS without conflictache1996-06-233-6/+12
* Unstaticize psratio and staticize profprocs. psratio needs to be exportedbde1996-06-234-16/+20
* Don't truncate minor or major numbers in the nfsv3 client.bde1996-06-234-12/+12
* Moved declarations of static functions to the correct file. This fixesbde1996-06-236-111/+111
* Removed unused #include. Linux doesn't support SCO consoles.bde1996-06-232-4/+2
* Forward-declare a struct tag so that this doesn't depend on a side effectbde1996-06-231-1/+2
* Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)bde1996-06-232-4/+4
* Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.bde1996-06-231-5/+4
* Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by thebde1996-06-231-1/+1
* Finished converting ipfw to use opt_ipfw.h.bde1996-06-231-1/+2
* Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existingbde1996-06-231-1/+1
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicatebde1996-06-232-6/+7
* Disabled unusable union lkm.bde1996-06-231-3/+3
* Describe MAXMEM better. Enable it by default. (It's a positive option.bde1996-06-233-15/+18
* Remove an un-necessary call to microtime() to set if_lastchangegpalmer1996-06-231-1/+0
* Dump the timeout for st_erase().joerg1996-06-221-2/+2
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thepeter1996-06-211-1/+3
* When writing the settings for stop bits and output hardware flow control,peter1996-06-212-36/+48
* Oops, fix a bug that caused updates to the screen to happen, withoutsos1996-06-213-6/+18
* Some news for syscons (long overdue):sos1996-06-218-317/+568
* Improve algorithm for page hash queue. It was previously aboutdyson1996-06-211-2/+2
* Use the route that's guaranteed to exist when picking a source addressfenner1996-06-201-2/+2
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)fenner1996-06-201-2/+2
* Put the 'debug' messages of the type:nate1996-06-201-1/+3
* Properly account for non-page aligned buffers.dg1996-06-202-6/+8
* Minor KNF formatting change to vmapbuf() and vunmapbuf().dg1996-06-202-26/+18
OpenPOWER on IntegriCloud