aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Configurably don't reply to broadcast or multicast echos. There are stillGarrett Wollman1997-08-252-2/+13
* A clean fix for the spl "deadlock before smp_active" problem.Steve Passe1997-08-2411-29/+49
* Fix a deadlock caused by one of the spl functions being called beforeSteve Passe1997-08-241-11/+10
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. RenamedKATO Takenori1997-08-244-46/+14
* Synchronize with sys/i386/i386/microtime.s revision up to 1.29.KATO Takenori1997-08-241-29/+10
* Go back to previous definition of FE_CACHE_SET, since the problemStefan Eßer1997-08-241-3/+2
* The last of the encapsolation of cpl/spl/ipending things into a criticalSteve Passe1997-08-2418-239/+953
* Remove extraneous init parameter.Steve Price1997-08-231-4/+2
* Some cleanup and a fix for an assumed chip bug:Stefan Eßer1997-08-231-93/+90
* Minor corrections to the code added in rev. 1.100 and 1.101:Stefan Eßer1997-08-231-4/+4
* Increase the retry timeouts.Steve Price1997-08-231-4/+4
* Fixed logging of verbose limited packets.Alexander Langer1997-08-231-4/+5
* Added sysctl args vfs.ext2fs.doclusterread andKATO Takenori1997-08-234-18/+56
* add some comments while trying to understand why appletalkJulian Elischer1997-08-221-4/+36
* Fix the "remove optimization" by removing it. Sorry for the trouble.John Dyson1997-08-221-1/+3
* Print a warning if an unsupported (under SMP) shared address space forkPeter Wemm1997-08-221-2/+5
* Some fixes from Bruce:Peter Wemm1997-08-222-8/+10
* Synchronize with sys/i386/i386/userconfig.c and sys/i386/isa/clock.cKATO Takenori1997-08-224-5/+9
* typo in comment.Poul-Henning Kamp1997-08-221-2/+2
* This is a trial improvement for the vnode reference count while on the vnodeJohn Dyson1997-08-226-40/+49
* Change restart_sequencer to be more robust by performing an explicitJustin T. Gibbs1997-08-211-17/+6
* #include <machine/limits.h> explicitly in the few places that it is required.Bruce Evans1997-08-2118-18/+45
* Staticized.Bruce Evans1997-08-211-2/+2
* Police 4.4Lite #include style.Bruce Evans1997-08-211-2/+3
* Removed unused definition.Bruce Evans1997-08-211-3/+1
* make lkm/if_ppp build again.. opt_ppp.h is needed again...John-Mark Gurney1997-08-211-3/+9
* Synchronize with sys/i386/i386/machdep.c, trap.c andKATO Takenori1997-08-214-9/+11
* Get le_intr decl from sys/conf.hSteve Passe1997-08-211-2/+2
* Yank the casts.Steve Passe1997-08-213-4/+4
* 3c509.c was identical to kzipboot/unzip.c. I just copied it fromKATO Takenori1997-08-211-120/+567
* Reorder function decls alphabetically.Steve Passe1997-08-212-4/+4
* Synchronize with sys/i386/isa/sio.c revision up to 1.177.KATO Takenori1997-08-212-26/+8
* Synchronize with sys/i386/isa/isa.c revision 1.101.KATO Takenori1997-08-211-2/+1
* Synchronize with sys/i386/isa/clock.c revision 1.99.KATO Takenori1997-08-213-102/+18
* Forward declaration for the intr routine, avoids compiler warning.Steve Passe1997-08-211-1/+2
* Add several casts and include several header files to eliminate compilerSteve Passe1997-08-214-6/+12
* Add a cast to eliminate a compiler warning.Steve Passe1997-08-212-2/+2
* A few more casts and a function declaration for warning free kernel builds.Steve Passe1997-08-213-4/+6
* Added a half dozen casts to eliminate annoying warnings.Steve Passe1997-08-211-7/+7
* Revert my previous commit about using CS_SECURE macro.Philippe Charnier1997-08-2116-39/+39
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)Steve Passe1997-08-213-12/+12
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.Steve Passe1997-08-217-62/+23
* Another boo-boo, this file defines cil.Steve Passe1997-08-211-1/+5
* Oops, this should have been in last commit.Steve Passe1997-08-211-1/+4
* Made PEND_INTS default.Steve Passe1997-08-2129-955/+595
* Performance improvment to minimize delayed write output of filesJohn Dyson1997-08-211-1/+7
* Some corrections to the anonymous page managment.John Dyson1997-08-211-5/+5
* Add forward declaration for struct proc.Jonathan Lemon1997-08-201-1/+2
* Synchronize with sys/i386/i386/trap.c revision 1.106 andKATO Takenori1997-08-203-3/+105
* Attempt to make cy.c MP-safe.Steve Passe1997-08-203-3/+126