summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.1.5cvs2svn1996-10-061-685/+0
* Ported the 3Com 3c590/3c595 driver from -current to -stable (for 2.1.5).David Greenman1996-07-165-12/+22
* Woops, one change snuck in that I wanted in a seperate commit...David Greenman1996-07-161-2/+1
* Add forgotten fxp0 entry.David Greenman1996-07-162-2/+4
* Add forgotten fxp0 entry.David Greenman1996-07-161-1/+2
* Back out that last patch since it is causing people's cards to hang.David Greenman1996-07-161-2/+2
* Bump REVISION to "2.1.5" and BRANCH to "RELEASE" in preperation for 2.1.5Peter Wemm1996-07-131-3/+3
* Brought in fix from rev 1.50: enable transmit complete interrupt.David Greenman1996-07-131-2/+2
* Bring in fix in rev 1.34: copy the pullup'd mbuf to avoid corruptionBill Fenner1996-07-121-2/+2
* Brought in fix from revs 1.18/1.19: fix bug in slow timeout processing.David Greenman1996-07-121-4/+19
* Add sio2 and sio3 back as disabled devices. Sheesh, you'd think I killedJordan K. Hubbard1996-07-111-1/+3
* Bump RELDATE to 199607. Note that REVISION and BRANCH still need to beDavid Greenman1996-07-101-2/+2
* Do the same for 2.1-stable. Those who'll note that sio2 and sio3 haveJordan K. Hubbard1996-07-101-8/+2
* Yikes! The wcd0 driver got left out of -stable's GENERIC! No wonderJordan K. Hubbard1996-07-081-3/+3
* Applied changes similar to rev 1.52: treat kmem_map and mb_map equallyDavid Greenman1996-07-071-8/+8
* Bring in changes from the HEAD:Nate Williams1996-07-031-1/+8
* Bring in changes from the HEAD:Nate Williams1996-07-032-2/+6
* Brought in change from rev.1.30: fixed a vnode reference leak inBruce Evans1996-07-021-1/+2
* Brought in changes from rev.1.42: fixed handling of device flags.Bruce Evans1996-07-021-2/+5
* Brought in fix from rev.1.80: don't turn off the motor on active drives.Bruce Evans1996-07-021-1/+12
* Brought in changes from rev.1.6: fixed scrolling and removed bogusBruce Evans1996-07-021-7/+4
* Brought in change from rev.1.28: fixed getdirentries() on nfs mountedBruce Evans1996-07-021-14/+3
* Retrofitted changes from main branch: do pfsnode locking to preventDavid Greenman1996-07-022-9/+27
* Brought in changes from revs 1.13, 1.14, 1.18, and 1.20...various fixesDavid Greenman1996-07-021-14/+20
* At the urgence of several people, not the least of whom are the folksDavid Greenman1996-07-021-2/+3
* From main branch: Kill a bogus VM_WAIT in vm_fault_wire() that may haveDavid Greenman1996-07-021-6/+1
* Retrofitted new procfs_rwmem() from main branch. This version is similarDavid Greenman1996-07-021-61/+101
* Brought in changes for specifying the BIOS drive number to boot from.Bruce Evans1996-07-016-47/+94
* Fixed rather serious bug in the use of pmap_kenter() in kmem_malloc().David Greenman1996-07-011-2/+4
* Bring in rev 1.47, fix typo that prevented the locked termios state devicesPeter Wemm1996-07-011-2/+2
* Brought in fix from rev 1.94: make sure pages involved in I/O are notDavid Greenman1996-06-301-2/+3
* Fixes for MSS sound support. These are pretty harmless and shouldn't affectNate Williams1996-06-292-4/+5
* Make sure we have an object in the map entry before trying to trim pagesDavid Greenman1996-06-291-2/+3
* Fix two small nits in the -stable `od' driver.Joerg Wunsch1996-06-282-2/+3
* Merge the fix from rev 1.158: repair the keyboard reset i broke.Joerg Wunsch1996-06-271-5/+5
* Merge in a portion of the profiling fixes from main branch 1.78 -> 1.79.John Polstra1996-06-271-2/+4
* Add another check to vm_pageout_clean: make sure the page isn't wired.David Greenman1996-06-271-2/+2
* Correct a minor ommision: I left out a vput() when unwinding an exceptionalDavid Greenman1996-06-271-3/+12
* Increased slptime threshold for swapout from 4 seconds to 10. The oldDavid Greenman1996-06-271-2/+2
* Retrofitted the non-recursive RSS limiting code from main branch. DueDavid Greenman1996-06-271-129/+111
* pmap_remove() the upages when swapping out the process. Not doing soDavid Greenman1996-06-271-1/+4
* Bring in change from rev. 1.22:Gary Palmer1996-06-271-2/+2
* Merge profiling bug fix from main branch 1.35 -> 1.36.John Polstra1996-06-271-4/+5
* Update comment relating to PTY's, as we can have 256, not 64 as it suggestedGary Palmer1996-06-261-2/+2
* Fix the immediate problem: add missing arg to freeer() routine. The lastDavid Greenman1996-06-261-3/+3
* Fix yet another editing mistake that caused physio() to be reallyDavid Greenman1996-06-261-3/+3
* Woops, I was a bit overzealous in my editing...add back the missing line.David Greenman1996-06-261-1/+2
* Disable the fancy i586 timer stuff. Making this work at this late stageMark Murray1996-06-261-1/+5
* In pmap_object_init_pt, limit the scan of pages through an object to theDavid Greenman1996-06-261-1/+4
* Fix a panic that occurs when an I/O is attempted with more thanDavid Greenman1996-06-261-8/+12