summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed logging of verbose limited packets.alex1997-08-231-4/+5
* Added sysctl args vfs.ext2fs.doclusterread andkato1997-08-234-18/+56
* add some comments while trying to understand why appletalkjulian1997-08-221-4/+36
* Fix the "remove optimization" by removing it. Sorry for the trouble.dyson1997-08-221-1/+3
* Print a warning if an unsupported (under SMP) shared address space forkpeter1997-08-221-2/+5
* Some fixes from Bruce:peter1997-08-222-8/+10
* Synchronize with sys/i386/i386/userconfig.c and sys/i386/isa/clock.ckato1997-08-224-5/+9
* typo in comment.phk1997-08-221-2/+2
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-226-40/+49
* Change restart_sequencer to be more robust by performing an explicitgibbs1997-08-211-17/+6
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-2118-18/+45
* Staticized.bde1997-08-211-2/+2
* Police 4.4Lite #include style.bde1997-08-211-2/+3
* Removed unused definition.bde1997-08-211-3/+1
* make lkm/if_ppp build again.. opt_ppp.h is needed again...jmg1997-08-211-3/+9
* Synchronize with sys/i386/i386/machdep.c, trap.c andkato1997-08-214-9/+11
* Get le_intr decl from sys/conf.hfsmp1997-08-211-2/+2
* Yank the casts.fsmp1997-08-213-4/+4
* 3c509.c was identical to kzipboot/unzip.c. I just copied it fromkato1997-08-211-126/+573
* Reorder function decls alphabetically.fsmp1997-08-212-4/+4
* Synchronize with sys/i386/isa/sio.c revision up to 1.177.kato1997-08-212-26/+8
* Synchronize with sys/i386/isa/isa.c revision 1.101.kato1997-08-211-2/+1
* Synchronize with sys/i386/isa/clock.c revision 1.99.kato1997-08-213-102/+18
* Forward declaration for the intr routine, avoids compiler warning.fsmp1997-08-211-1/+2
* Add several casts and include several header files to eliminate compilerfsmp1997-08-214-6/+12
* Add a cast to eliminate a compiler warning.fsmp1997-08-212-2/+2
* A few more casts and a function declaration for warning free kernel builds.fsmp1997-08-213-4/+6
* Added a half dozen casts to eliminate annoying warnings.fsmp1997-08-211-7/+7
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-2116-39/+39
OpenPOWER on IntegriCloud