summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Changed the maximum output queue count from (TTMAXHIWAT + 200) tobde1995-12-151-2/+3
* Disabled the sleep in ttyflush(). It can't work in general becausebde1995-12-151-1/+15
* Completed function declarations and/or added prototypes and/or addedbde1995-12-1531-109/+242
* Removed unused #includes.bde1995-12-151-8/+0
* Removed duplicated #includes of <sys/conf.h>bde1995-12-156-10/+4
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-152-23/+49
* Added a prototype. Merged prototype lists.bde1995-12-142-18/+20
* Added a prototype.bde1995-12-142-2/+6
* Moved some more prototypes outside of ifdefs and grouped them together.bde1995-12-142-12/+12
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-141-14/+32
* Added a prototype.bde1995-12-141-1/+3
* Fixed staticization of DDB functions.bde1995-12-147-14/+14
* Nuked ambiguous sleep message strings:bde1995-12-145-25/+12
* Restored a vm #include.bde1995-12-143-3/+6
* Restored unused function ttrstrt(). It would be used if the low levelbde1995-12-142-2/+29
* Removed my devsw access functions [un]register_cdev() andbde1995-12-147-145/+41
* Fixed the type of some sysinit functions.bde1995-12-142-4/+4
* Included <sys/conf.h> and updated to indirect devswitches so thatbde1995-12-141-4/+6
* Moved prototypes to better places.bde1995-12-143-31/+28
* Added prototypes.bde1995-12-142-1/+4
* Declared functions as static in their definitions as well as in theirbde1995-12-142-20/+17
* The change of [cb]devsw was missed here.bde1995-12-141-3/+3
* Restored lost prototypes.bde1995-12-143-3/+5
* another case where cdevsw becoming a pointer makes it neccesary tojulian1995-12-141-2/+6
* GENERIC/LINT: Remove redundant quoting on some option lines.peter1995-12-1415-82/+113
* Update the skeleton DEVFS code to match reality a little closer.. :-)peter1995-12-142-40/+22
* *hack alert*! :-) This adds an option to the MFS_ROOT code so that itpeter1995-12-141-1/+94
* Change the generic "btintr" function's name to "bt_intr" - the same aspeter1995-12-145-15/+15
* Another mega commit to staticize things.phk1995-12-1482-730/+692
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-1440-278/+203
* Two x87 emulators as LKMs.phk1995-12-143-2/+29
* Make math_emulators LKMable.phk1995-12-147-34/+140
* Check before dereferencing a possible null pointer (cdevsw[i]->d_open)peter1995-12-131-2/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-1323-232/+126
* Completed function declarations and added prototypes.bde1995-12-131-14/+32
* There was a bug that the size for an msync'ed region was not roundeddyson1995-12-131-2/+2
* Staticize.phk1995-12-131-23/+23
* Remove MACH_KERNEL, ORIGINAL, and ZP_DEBUG,phk1995-12-131-1740/+777
* Fix a problem that was caused by new (partial) support for merged cachedyson1995-12-131-1/+5
* PCI portion of the Buslogic SCSI driver. Needs to be tested and moregibbs1995-12-121-0/+134
* The core of the Buslogic SCSI driver that is shared for all models ongibbs1995-12-122-0/+1700
* Isa/VL probe portion of the Buslogic SCSI driver.gibbs1995-12-121-0/+147
* Have Eisa and PCI probes occur before ISA probes. Buslogic EISA and PCI cardsgibbs1995-12-122-10/+20
* Eisa Probe portion of revamped Buslogic SCSI driver.gibbs1995-12-121-0/+259
* Have bt0 entry specify "bt_isa_intr" for its vector. This one entry willgibbs1995-12-127-14/+18
* Add pci/bt9xx.c - the new PCI probe module of the Buslogic SCSI driver.gibbs1995-12-121-0/+1
* This should have fixed some conditions that could cause thedyson1995-12-121-4/+4
* Some new anti-deadlock code ended up messing up the paging stats. A modifieddyson1995-12-111-16/+18
* Some DIAGNOSTIC code was enabled all of the time in error. Thedyson1995-12-111-3/+3
* Make FIONREAD return the actual that a read() would return, not just thepeter1995-12-111-3/+5
OpenPOWER on IntegriCloud