summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYbde1998-09-262-84/+126
* Automatically detect which disk was booted and change the root to that disk.dfr1998-09-263-8/+128
* * Add old UFS compatibility code to alpha/boot1.dfr1998-09-2618-58/+98
* Fixed missing newlines in messages in ext2_check_descriptors().bde1998-09-262-16/+24
* Fixed clean flag handling:bde1998-09-264-20/+72
* Fixed clean flag handling:bde1998-09-261-23/+33
* Cosmetic changes:yokota1998-09-265-51/+47
* - Use `u_long cmd' ioctl arg.yokota1998-09-266-34/+18
* Recover the arguments passed in from the previous load stage, use them to setmsmith1998-09-262-3/+31
* The BIOS can't perform a floppy operation where the destination crossesmsmith1998-09-263-22/+76
* console.cmsmith1998-09-265-25/+51
* Silence a harmless warning.des1998-09-261-2/+2
* PR: kern/7418dillon1998-09-261-1/+14
* Correct problems with xpt_set_transfer_settings and async transfergibbs1998-09-251-56/+68
* This commit was generated by cvs2svn to compensate for changes in r39652,rvb1998-09-251-0/+11
|\
| * lkm for codarvb1998-09-251-0/+11
* | lkm for codarvb1998-09-251-2/+2
* | Don't lose this filervb1998-09-252-0/+78
* | Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-2514-154/+410
* | Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-2517-1099/+21
* | Apply patch graciously provided by Jason Wright <jason@thought.net> fromwpaul1998-09-252-25/+36
* | Make these compile when there is an obj dir.peter1998-09-253-21/+15
* | Cosmetic change: adjust copyright notice.yokota1998-09-2510-141/+120
* | Slightly adjust the description on SC_ALT_SEQACCESS in the previousyokota1998-09-253-15/+15
* | Match LINT with SC_BAD_FLICKER change.jkh1998-09-253-9/+18
* | Add entry for ThunderLAN NIC.jkh1998-09-251-2/+3
* | Fix a few problems with the tag delay code:gibbs1998-09-241-47/+68
* | - Fix a bug where a "power_off_slot' timeout was not cancelled when thenate1998-09-241-1/+6
* | Small tweak: force another reset of the adapter after probing for all thewpaul1998-09-241-3/+13
* | Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.peter1998-09-242-4/+4
* | Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-247-82/+42
* | Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidpeter1998-09-242-14/+30
* | MF22: revert time bogon.jkh1998-09-242-4/+2
* | SC_BAD_FLICKER -> SC_ALT_SEQACCESSyokota1998-09-243-17/+17
* | Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-245-15/+5
* | Removed a stale comment about "ioconf.h".bde1998-09-241-4/+0
* | Don't redefine kernel. Makefile.i386 now defines it.bde1998-09-242-10/+2
* | Fix type 0 configuration accesses, and use a virtual rather than physicalmsmith1998-09-231-4/+5
* | return time in proper format for linux.jkh1998-09-232-2/+4
* | Fix and update for VESA BIOS support in syscons.yokota1998-09-2311-147/+650
* | Remove the -b boot option. It is no longer necessary now that the VESAyokota1998-09-233-42/+3
* | Overhaul the ThunderLAN driver. This update includes the followingwpaul1998-09-232-1031/+1008
* | Treat not ready errors (asc 0x04) as non-fatal errors for attach. Weken1998-09-231-5/+10
* | Allow 5 untagged commands to go to a device before enabling tags aftergibbs1998-09-231-30/+90
* | A fix from Justin for the NCR bug that caused panics on 875 (and possiblyken1998-09-221-3/+3
* | Add several quirks:ken1998-09-221-1/+43
* | Sync with sys/i386/isa/clock.c revision 1.127.kato1998-09-223-9/+9
* | Sync with sys/i386/conf/majors.i386 revision 1.50.kato1998-09-221-1/+2
* | Sync with sys/i386/conf/Makefile.i386 revision 1.124.kato1998-09-222-34/+38
* | Sync with sys/i386/conf/GENERICupgrade revision 1.3.kato1998-09-221-7/+6
OpenPOWER on IntegriCloud