summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In in_pcbconnect(), check the return value from in_pcbbind() andpb1999-06-251-3/+6
* From submitter:kato1999-06-252-114/+106
* Never return the root node itself from rn_match(); return NULL instead.pb1999-06-251-2/+5
* Nine'th update to the new ATA/ATAPI driver:sos1999-06-2510-468/+650
* Add function cdevsw_remove, the opposite of cdevsw_add: remove angrog1999-06-253-3/+26
* Fix warning message; that was 4GB, not 2GB. I apparently can't dojlemon1999-06-242-4/+4
* Explicitly ignore any memory > 2GB, we don't support it yet.jlemon1999-06-242-2/+14
* Only include AMD wt_alloc routines if I586_CPU is defined. Fixesjlemon1999-06-242-4/+4
* (corrections for type change in softc)mjacob1999-06-242-6/+6
* Bruce pointed out I was being silly with volatile.mjacob1999-06-241-5/+5
* Quirk Tandberg 4100 like Tandberg 4200.mjacob1999-06-241-1/+5
* Sync with sys/dev/syscons/scvtb.c revision 1.2.kato1999-06-242-2/+46
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-242-2/+21
* Merge with sys/isa/syscons_isa.c and sys/dev/syscons/syscons.ckato1999-06-243-13/+15
* PC98 part of the second phase of syscons reorganization.kato1999-06-2415-3037/+4056
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-241-5/+7
* Declare the correct size of softc and fix sc_get_softc().yokota1999-06-241-4/+4
* set_drive_state:grog1999-06-241-0/+3
* build_request_buffer:grog1999-06-241-5/+13
* Split close_drive into two parts to ensure correct locking against thegrog1999-06-241-21/+30
* Implement daemonrq_closedrive function to close a drive.grog1999-06-242-1/+7
* free_drive:grog1999-06-241-2/+2
* Clarify some comments.grog1999-06-241-20/+26
* Sync with sys/i386/isa/clock.c revision 1.137.kato1999-06-243-15/+21
* Sync with sys/i386/conf/options.i386 revision 1.118.kato1999-06-242-8/+30
* Reenable Vinum buildgrog1999-06-241-3/+2
* Allow the Ross host to PCI bridge to appear as a PCI bus. This permitsjlemon1999-06-241-9/+9
* Add ida/id linesjlemon1999-06-243-3/+30
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-247-29/+59
* Fix more disordering I missed last time.jlemon1999-06-241-1/+1
* fix disorderingjlemon1999-06-241-4/+4
* Add IDA filesjlemon1999-06-241-0/+3
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-247-1786/+1506
* From the submitter:msmith1999-06-242-4/+4
* Changes in the way that the APs are started appears to have removed themsmith1999-06-237-77/+21
* Do not setup 4M pdir until all APs are up.luoqi1999-06-2311-136/+97
* -mdoc fix.ru1999-06-232-4/+4
* Matt's NFS fixes.julian1999-06-2313-862/+2136
* Backout last change. strerror doesn't exist in the kernel.grog1999-06-231-4/+2
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.msmith1999-06-227-21/+7
* Wrap the definition of "XE_DEBUG" so it is overridable from the ``cc''obrien1999-06-222-0/+4
* Fix conflicts.obrien1999-06-224-240/+428
* This commit was generated by cvs2svn to compensate for changes in r48114,obrien1999-06-221-114/+514
|\
| * Virgin import of Xircom PCCARD driver v1.20 (1999/06/13):obrien1999-06-222-233/+726
* | Virgin import of Xircom PCCARD driver v1.20 (1999/06/13):obrien1999-06-221-114/+514
* | The second phase of syscons reorganization.yokota1999-06-2268-6681/+11762
* | Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEbrian1999-06-222-5/+18
* | Pass the current timecounter to pps_event().phk1999-06-221-3/+3
* | Handle suspend/resume methodspeter1999-06-222-2/+6
* | Remove (1) "extern" declarations for variables that were previouslyalc1999-06-223-54/+5
OpenPOWER on IntegriCloud