summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Uncut&paste cache_lookup().phk1997-08-2625-505/+139
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-267-64/+42
* Don't return EINVAL for negative timespecs in the nanosleep functions.bde1997-08-261-12/+9
* Finished staticizing.bde1997-08-261-3/+5
* Fixed some formatting and style bugs.bde1997-08-261-7/+5
* Print more info in the "calcru: negative time" message.bde1997-08-261-2/+3
* Fixed some gratuitous ANSIisms.bde1997-08-263-14/+21
* Removed some stale comments.bde1997-08-261-4/+4
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1997-08-262-8/+2
* Don't depend on the gcc feature of permitting conditional expressionsbde1997-08-251-4/+4
* Fixed misplaced declaration.bde1997-08-252-4/+6
* Minor formatting and style fixes.bde1997-08-252-4/+10
* Fixed pedantic syntax error (trailing comma in enum).bde1997-08-251-2/+2
* Removed more abuses of timeout_func_t.bde1997-08-251-2/+2
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-253-9/+6
* Fixed reversed arguments and poor formatting and comments for OUT*.bde1997-08-251-8/+8
* Fixed some not-so-recently broken indentation.bde1997-08-251-3/+3
* Fixed some not-so-recently broken indentation.bde1997-08-251-2/+2
* Check for irq conflicts even if conflicts are allowed. Conflictingbde1997-08-252-14/+18
* Fixed type mismatch for a (low quality interface) function with anbde1997-08-252-10/+4
* Police 4.4Lite #include style.bde1997-08-251-3/+3
* Fixed type mismatch for a (low quality interface) function with an argbde1997-08-251-3/+2
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-259-100/+47
* Added an XXX comment.bde1997-08-251-1/+4
* Removed an unused variable.bde1997-08-251-2/+1
* Fixed a pedantic syntax error (case labels without a statement).bde1997-08-251-1/+2
* Finished (?) support for DISABLE_PSE option. 2-3MB of kernel vm was sometimesbde1997-08-252-32/+16
* Removed a tautological comment.bde1997-08-251-2/+2
* Removed a bogus comment.bde1997-08-257-14/+14
* Eliminate the blocking of INTs while spinning for the safe simplelock.fsmp1997-08-251-8/+9
* Copy&Paste considered harmful:phk1997-08-251-67/+1
* Add a new vnode op (cachedlookup) so that filesystems can plug intophk1997-08-251-1/+13
* Add SLIST_FOREACHphk1997-08-251-2/+5
* ICMP Timestamp Request messages could have harbored the same sort ofwollman1997-08-252-2/+9
* s/.align/.p2align/ so that we get the same results when building elfpeter1997-08-253-8/+8
* Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug andkato1997-08-252-32/+36
* Renamed doclusterread/write to unique names (ffs_doclusterread/write),kato1997-08-252-9/+11
* Synchronize with sys/i386/boot/netboot/ns8390.c revision 1.12.kato1997-08-251-4/+2
* Make the MD* header files C++-aware. Also, string arguments are supposedjoerg1997-08-251-2/+6
* Configurably don't reply to broadcast or multicast echos. There are stillwollman1997-08-252-2/+13
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-2411-29/+49
* Fix a deadlock caused by one of the spl functions being called beforefsmp1997-08-241-11/+10
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamedkato1997-08-244-46/+14
* Synchronize with sys/i386/i386/microtime.s revision up to 1.29.kato1997-08-241-29/+10
* Go back to previous definition of FE_CACHE_SET, since the problemse1997-08-241-3/+2
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-2418-239/+953
* Remove extraneous init parameter.steve1997-08-231-4/+2
* Some cleanup and a fix for an assumed chip bug:se1997-08-231-93/+90
* Minor corrections to the code added in rev. 1.100 and 1.101:se1997-08-231-4/+4
* Increase the retry timeouts.steve1997-08-231-4/+4
OpenPOWER on IntegriCloud