summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud