summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up prototypes:bde1995-11-247-131/+112
* Fixed a bogus name (ifn_en) that was introduced when a type mismatchbde1995-11-241-4/+4
* Added #include <sys/queue.h>. This will be required when I movebde1995-11-242-2/+4
* Undid bogus cleanups. 0 was mistyped as NULL.bde1995-11-242-5/+5
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-234-32/+229
* Completed function declarations and added prototypes.bde1995-11-2222-369/+462
* Completed function declarations, added prototypes and removed redundantbde1995-11-219-129/+336
* Completed function declarations, added prototypes and removed redundantbde1995-11-211-6/+13
* Completed function declarations, added prototypes and removed redundantbde1995-11-212-16/+76
* Made pci.c compile again. It unfortunately depends on the isa interruptbde1995-11-212-2/+6
* Completed function declarations and/or added prototypes.bde1995-11-2143-142/+223
* Restored static variable `nsio_tty' which is used only by pstat(8). Madebde1995-11-213-3/+9
* New file for pccard driver interface declarations.bde1995-11-211-0/+22
* Fixed replication error so that this compiles again.bde1995-11-211-4/+3
* Make the LKM version compile again.phk1995-11-211-4/+3
* Add and document the hooks for John Hay's Arnet sync driver...peter1995-11-215-8/+16
* This commit was generated by cvs2svn to compensate for changes in r12437,peter1995-11-213-0/+1962
|\
| * This driver supports the Arnet SYNC/570i ISA cards that is based on thepeter1995-11-213-0/+1962
* This driver supports the Arnet SYNC/570i ISA cards that is based on thepeter1995-11-214-0/+3417
* If a lcp configure request is received in the lcp opened state and itpeter1995-11-211-24/+28
* Quick fix for stat_imask and intr_mask[8] not having the RTC interruptbde1995-11-202-2/+4
* Mega commit for sysctl.phk1995-11-2033-821/+334
* Fully prototype physio().phk1995-11-202-6/+6
* Fix #includes.phk1995-11-201-2/+3
* fix #includes & warnings.phk1995-11-202-35/+4
* Add a couple of the easy prototypes.phk1995-11-201-12/+33
* Fix compiler warnings.phk1995-11-202-5/+4
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-2013-144/+39
* Put cbstat() under #ifdef DDBphk1995-11-202-8/+6
* Remove unused var.phk1995-11-202-4/+3
* Fix compiler warnings.phk1995-11-206-87/+84
* move variables inside the #ifdef.phk1995-11-201-3/+5
* Change call to kern_sysctl to userland_sysctl. Not tested.phk1995-11-201-4/+6
* Remove unused vars.phk1995-11-207-23/+14
* Close the "unused" warning for things in linker-sets.phk1995-11-202-7/+13
* Fix a printf.phk1995-11-201-1/+1
* Yet another small block FS bug fix.dyson1995-11-201-2/+2
* Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,dyson1995-11-202-4/+12
* Fix more clustering bugs for FSes with block sizes < PAGE_SIZE.dyson1995-11-201-6/+2
* Trim #includes to those that are necessary; other cosmetic changes.dg1995-11-201-15/+10
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-199-81/+71
* Changed an incorrect splhigh to splbio.dyson1995-11-191-2/+2
* Correct some serious porting errors. The worst one was that thedyson1995-11-196-18/+82
* General fixes to the vfs clustring code:dyson1995-11-191-1/+5
* General fixes to the vfs clustring code:dyson1995-11-194-167/+98
* i386 is defined by the compiler, so don't define it here. LOAD_ADDRESSdg1995-11-193-6/+6
* Change incorrect '#if EXT2FS' to '#ifdef EXT2FS'dyson1995-11-191-17/+17
* Kill setting of b_pfcent - it's unused.dg1995-11-191-1/+0
* Fixed settimeofday():bde1995-11-191-5/+7
* Moved the prototype for setsigvec() from kern_sig.c to signalvar.h.bde1995-11-191-3/+4
OpenPOWER on IntegriCloud