summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* More drive-by stylification, and some clarificationsdes2001-11-061-10/+16
* More drive-by stylificationdes2001-11-061-4/+4
* Drive-by stylification + reintroduce set_border().des2001-11-063-212/+219
* syscons' set_border() is now named sc_set_border(), so there is no longerdes2001-11-061-2/+0
* - Fixes non-zero'd out sin_zero field problem so that the paddingarr2001-11-061-0/+1
* Add quirk entry for Olympus E-100RS digital camera. This and the existingkbyanc2001-11-051-0/+10
* o No need to set values to 0 when we utilize M_ZEROarr2001-11-051-2/+0
* GC the a.out support in DDB, nothing anywhere would pull thisphk2001-11-051-402/+0
* - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)arr2001-11-051-0/+1
* GC userconfig after Peter axed it 15 months ago.phk2001-11-057-6339/+0
* 3.5 years ago Wollman wrote:phk2001-11-055-586/+0
* Also remove the .h files for the old rp driver.phk2001-11-052-1137/+0
* Garbage call!phk2001-11-0511-810/+0
* o dpt_control.c is not compiled into the system (commented out inrwatson2001-11-051-6/+6
* Remove the old RocketPort driver which was left behind in favourphk2001-11-053-1990/+0
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 devicejhb2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.jhb2001-11-051-0/+2
* Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond thedillon2001-11-051-2/+7
* Add a device driver for the BIOS device for CD-ROM's booted via El Toritojhb2001-11-057-21/+424
* Add a DEVT_CD type for CD drivers.jhb2001-11-051-0/+1
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-057-10/+32
* - net.inet.ipsec.esp_auth hasn't been thereume2001-11-055-527/+224
* Update copyrights to include Thomas Moestl.rwatson2001-11-052-7/+8
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.iwasaki2001-11-051-14/+0
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries togallatin2001-11-052-3/+3
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-053-18/+15
* Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it'smarcel2001-11-051-1/+2
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-057-613/+895
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.mp2001-11-056-0/+235
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-042-2/+2
* Move machine link creation from genassym to kernel-depend, per nyan@imp2001-11-042-4/+4
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-0411-266/+346
* Move the include before the extra rules so make all the default.imp2001-11-041-2/+2
* Fix "echo > /dev/null" for non-root users which broke in previous commit.phk2001-11-041-5/+7
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-047-0/+14
* *** empty log message ***peter2001-11-041-3/+3
* s/FREE/free/luigi2001-11-041-1/+1
* Don't call cdevsw_add().phk2001-11-041-1/+1
* devsw_add() and cdevsw_remove() are no longer needed.phk2001-11-044-27/+0
* Don't call cdevsw_add().phk2001-11-041-1/+0
* Don't call cdevsw_{add,remove}().phk2001-11-041-3/+0
* Don't call cdevsw_add().phk2001-11-042-21/+0
* Add Søren's email address.asmodai2001-11-041-1/+1
* Don't call cdevsw_add().phk2001-11-047-41/+0
* Don't call devsw_add().phk2001-11-041-4/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-045-8/+8
* Don't call cdevsw_add().phk2001-11-048-30/+0
* Don't call cdevsw_add()phk2001-11-042-8/+0
* B_ERROR is BIO_ERROR on -current.phk2001-11-042-2/+2
* Call to cdevsw_add() no longer needed.phk2001-11-043-3/+0
OpenPOWER on IntegriCloud