summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed lookup of ".." in checkpath. It always failed, so renames ofbde1996-11-092-2/+2
* Fix an ordering bug -- pmap_remove_pages should be called BEFOREdyson1996-11-091-2/+2
* Back out my previous change.max1996-11-091-2/+2
* Re-sync with -current. Should be in 2.2.asami1996-11-0911-127/+158
* (1) Updateasami1996-11-0910-30/+38
* Only access the specific interrupt status registers if required.se1996-11-081-4/+4
* Fixed spacefree calculation in ext2_direnter(). This bug sometimes causedbde1996-11-082-2/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.bde1996-11-082-24/+34
* Remove option I586_FAST_BCOPY. The code will be included by defaultasami1996-11-088-52/+38
* Typo, MATSHITA -> MATSUSHITA.max1996-11-071-2/+2
* Fix the message buffer mapping. This actually allows to increasejoerg1996-11-074-68/+66
* Bzero the kernel scb array after it is allocated otherwise the control bytegibbs1996-11-071-3/+5
* Don't switch from fast interrupt handlers to normal interruptbde1996-11-073-12/+24
* Add the 'piix' device, to get the right flags for it. This appears tomsmith1996-11-071-2/+3
* Fix the sequence at odopen() time so the driver actually notices if ajoerg1996-11-061-12/+8
* Count only hardware interrupts in cnt.v_intr, so that the individualbde1996-11-063-6/+6
* Compile linux_genassym with the same options as genassym. ${PARAM} andbde1996-11-062-6/+6
* Compile genassym without -static (undo rev.1.20). The default can bebde1996-11-063-6/+6
* Rewrote the COMMENT about the bogus options CHILD_MAX and OPEN_MAX. Thesebde1996-11-063-39/+60
* Updates and bugfixes to the worm driver:joerg1996-11-062-13/+21
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-0623-226/+384
* Update to changes in generic SCSI layer.gibbs1996-11-051-36/+21
* A little 80 column cleanup.gibbs1996-11-051-15/+28
* Add missing parenthesis. That's what I get for having e different versionsgibbs1996-11-051-2/+2
* Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) whendg1996-11-051-17/+22
* Clean up some code having to do with the 398X cards. We can't rely on thegibbs1996-11-051-10/+30
* Move the include opt_aic7xxx in aic7xxx.h so that all of the driver files getgibbs1996-11-052-24/+16
* index_untagged_scb should rely solely on the argument passed in SINDEX andgibbs1996-11-051-3/+3
* Protect against PCI devices which may have their 'changed' flag set,msmith1996-11-051-2/+6
* Vastly improved contigmalloc routine. It does not solve thedyson1996-11-051-63/+153
* Add audio mixer ioctls.smpatel1996-11-054-4/+184
* New vx driver for:guido1996-11-0410-1272/+1873
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-043-87/+132
* struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.hsu1996-11-041-2/+2
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asbde1996-11-042-12/+20
* Fixed some races and misleading comments in ufs_rename().bde1996-11-041-6/+30
* Set REVISION=3.0 and RELDATE=199701phk1996-11-031-3/+3
* Fix a problem with running down processes that have left wireddyson1996-11-032-6/+20
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-023-84/+108
* Avoid touching the LEDs too early in the game. After the recentjoerg1996-11-021-4/+0
* Fill in the bios-geometry array in struct bootinfo.phk1996-11-022-0/+79
* The last update/merge of PC98 stuff before 2.2. The wholeasami1996-11-0243-8639/+339
* add in CONSPEED option which controls console serial port speedpst1996-11-026-18/+39
* add in CONSPEED optionpst1996-11-022-2/+4
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-316-60/+27
* collate_range_cmp -> __collate_range_cmpache1996-10-311-3/+4
* Further improved version of hadling a HALT when there is no console.julian1996-10-315-6/+34
* More merge and update.asami1996-10-30114-28780/+1166
* if there is no console, cngetc should act like getc and return -1julian1996-10-307-17/+33
OpenPOWER on IntegriCloud