aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Updates and bugfixes to the worm driver:Joerg Wunsch1996-11-062-13/+21
* Improve the queuing algorithms used by NFS' asynchronous i/o. TheDoug Rabson1996-11-0623-226/+384
* Update to changes in generic SCSI layer.Justin T. Gibbs1996-11-051-36/+21
* A little 80 column cleanup.Justin T. Gibbs1996-11-051-15/+28
* Add missing parenthesis. That's what I get for having e different versionsJustin T. Gibbs1996-11-051-2/+2
* Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) whenDavid Greenman1996-11-051-17/+22
* Clean up some code having to do with the 398X cards. We can't rely on theJustin T. Gibbs1996-11-051-10/+30
* Move the include opt_aic7xxx in aic7xxx.h so that all of the driver files getJustin T. Gibbs1996-11-052-24/+16
* index_untagged_scb should rely solely on the argument passed in SINDEX andJustin T. Gibbs1996-11-051-3/+3
* Protect against PCI devices which may have their 'changed' flag set,Mike Smith1996-11-051-2/+6
* Vastly improved contigmalloc routine. It does not solve theJohn Dyson1996-11-051-63/+153
* Add audio mixer ioctls.Sujal Patel1996-11-054-4/+184
* New vx driver for:Guido van Rooij1996-11-0410-1269/+1870
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingSøren Schmidt1996-11-043-87/+132
* struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.Jeffrey Hsu1996-11-041-2/+2
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asBruce Evans1996-11-042-12/+20
* Fixed some races and misleading comments in ufs_rename().Bruce Evans1996-11-041-6/+30
* Set REVISION=3.0 and RELDATE=199701Poul-Henning Kamp1996-11-031-3/+3
* Fix a problem with running down processes that have left wiredJohn Dyson1996-11-032-6/+20
* Fix the broken EOF handling in the floppy driver. The most obviousJoerg Wunsch1996-11-023-84/+108
* Avoid touching the LEDs too early in the game. After the recentJoerg Wunsch1996-11-021-4/+0
* Fill in the bios-geometry array in struct bootinfo.Poul-Henning Kamp1996-11-022-0/+79
* The last update/merge of PC98 stuff before 2.2. The wholeSatoshi Asami1996-11-0243-8639/+339
* add in CONSPEED option which controls console serial port speedPaul Traina1996-11-026-18/+39
* add in CONSPEED optionPaul Traina1996-11-022-2/+4
* Rationalize support for serial consoles running at baud rates other than 9600Paul Traina1996-11-022-4/+8
* if_sr.c corrupted the global variable `ticks'.John Hay1996-10-316-60/+27
* collate_range_cmp -> __collate_range_cmpAndrey A. Chernov1996-10-311-3/+4
* Further improved version of hadling a HALT when there is no console.Julian Elischer1996-10-315-6/+34
* More merge and update.Satoshi Asami1996-10-30114-28780/+1166
* if there is no console, cngetc should act like getc and return -1Julian Elischer1996-10-307-17/+33
* Pass right arp to bpf_mtap().Poul-Henning Kamp1996-10-301-3/+3
* Fix braino on my part. When we have three different port ranges (default,Peter Wemm1996-10-302-3/+8
* Fix a potential deadlock from the previous commit.John Dyson1996-10-302-4/+8
* Fix the /proc/???/map file so that it is possible to read an arbitrarilyJohn Dyson1996-10-302-36/+46
* Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by defaultJohn Dyson1996-10-291-2/+2
* Search for labels on all slices whenever any minor for a drive is opened.Bruce Evans1996-10-291-44/+55
* Another round of merge/updates.Satoshi Asami1996-10-2955-2569/+149
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsJohn Hay1996-10-298-2379/+6634
* Remove some unnecessary code in the interrupt handler.John Hay1996-10-283-36/+45
* A #define really don't need a ; at the end.John Hay1996-10-282-4/+4
* comaptibles->compatiblesWarner Losh1996-10-281-3/+3
* In data_phase_reinit when I converted the code to use bcopy, I should haveJustin T. Gibbs1996-10-281-3/+3
* devfs_tree.c: improve our bdevvp() function.Poul-Henning Kamp1996-10-282-4/+8
* init_main.c: pass -d to init if DEVFS_ROOTPoul-Henning Kamp1996-10-284-4/+14
* DEVFS_ROOT -> opt_devfs.hPoul-Henning Kamp1996-10-281-1/+3
* Kill _OLD_PATH_LOG. It's not needed.Joerg Wunsch1996-10-281-2/+1
* Add basic support for the 398X cards as multi-channel SCSI host adapters.Justin T. Gibbs1996-10-281-23/+106
* Add basic support for the 398X cards as multi-channel SCSI host adapters.Justin T. Gibbs1996-10-284-184/+292
* Add some code to allow SCB sharing for the 398X cards. This involves passingJustin T. Gibbs1996-10-281-5/+6