summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-1012-60/+597
* Whee. Fix two bugs which ended up cancelling each other out.nate1996-07-104-12/+12
* Clean out some historical cruft.jkh1996-07-102-12/+2
* Disallow host routes that point to themselves. These routes serve nofenner1996-07-102-6/+35
* Functionality for IPFIREWALL_VERBOSE logging:nate1996-07-091-1/+7
* This is a proposal-in-code for a substantial modification of the waywollman1996-07-094-5/+500
* Log not exited signal only, but the fact that core dumped (or not) tooache1996-07-091-5/+6
* Quiet a couple of -Wunused warnings.wollman1996-07-094-6/+15
* make the NAMEBLOCK changes conditional on that preprocessor variable,julian1996-07-093-10/+15
* Fix something that's been bugging me for a long time: move the CPUwollman1996-07-086-392/+572
* Back-off on the previous commit, specifically remove the look-aheaddyson1996-07-081-11/+3
* Fix a problem with the pageout daemon RSS limiting, where it degradesdyson1996-07-081-21/+27
* In all special cases for spl or page_alloc where kmem_map is check for,dg1996-07-071-8/+8
* Add the ability to specify bootflags. This is similar to boot_i386(8),joerg1996-07-062-3/+31
* Obtained from: Whistle Communicationsjulian1996-07-056-63/+240
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-0510-5/+5286
* Get rid of PIPE_NBIO, cleaning up the code a bit.dyson1996-07-041-27/+15
* Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.phk1996-07-031-2/+2
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-024-22/+62
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialdyson1996-07-023-6/+7
* Fix a serious problem, with a window where an object lock is needed,dyson1996-07-022-114/+194
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-017-11/+26
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-013-19/+36
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-015-41/+22
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-015-35/+20
* Fix the ordering dependency I broke.jkh1996-06-301-2/+2
* Make -current consistant with -stable regarding time that a processdyson1996-06-301-2/+2
* Enable ktrace by default, accompanied by a small reminder about thejoerg1996-06-302-4/+14
* Fixed a major bug that caused various pmap related panics, hangs, and reboots.dg1996-06-301-2/+2
* 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
OpenPOWER on IntegriCloud