summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add some comments about the VINUMMINOR macro, which is not for humangrog1999-06-221-1/+6
* | bre: Don't loop if we try to access an invalid plex type. This isgrog1999-06-221-0/+1
* | Be more intelligent about attaching subdisks to plexes.grog1999-06-221-5/+13
* | Print more legible error message if a drive open fails.grog1999-06-221-2/+4
* | Modify to work with phk's latest mods to cdevsw. This is a temporarygrog1999-06-221-5/+4
* | When allocating new buffers in getnewbuf, there are several pointsmckusick1999-06-221-11/+40
* | Only print the device name once, during attach (device_quiet)n_hibma1999-06-211-0/+2
* | Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel.rnordier1999-06-215-11/+44
* | Correctly return ENOEXEC for really short zipped files. The way this ishoek1999-06-211-1/+10
* | Sync with sys/i386/i386/machdep.c revision 1.342.kato1999-06-212-24/+20
* | Sync with sys/i386/conf/majors.i386 revision 1.77.kato1999-06-211-3/+3
* | Sync with sys/i386/conf/files.i386 revision 1.247.kato1999-06-212-2/+4
* | dsopen: Print a message if the unit has an invalid sector size.grog1999-06-211-4/+6
* | Remove vm_object::cache_count and vm_object::wired_count. They arealc1999-06-203-32/+3
OpenPOWER on IntegriCloud