summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in scsi_read_write() where it might use 6-byte commands whenkbyanc2001-11-061-5/+4
* Add AMD766 OHCI USB controller. Remove unused VENDORID lists.peter2001-11-062-18/+16
* Fixed the behavior when there is no inbound policy for the ipsecume2001-11-062-22/+8
* Add emul.c and in_cksum.c, make the OpenFirmware console driver optional,tmm2001-11-061-3/+4
* Add a special OpenFirmware entry point for terminating the kernel (intmm2001-11-065-3/+120
* Add code to emulate unimplemented (non-fp) instructions and to fixuptmm2001-11-065-246/+1095
* o Cache the process's struct prison so as to create a more visuallyrwatson2001-11-061-7/+8
* Add optimized implementations of in_cksum_skip() and related functionstmm2001-11-062-0/+426
* Fix the intial setup of the stray interrupt handler (it takes a structtmm2001-11-061-2/+3
* o Remove a tab missed in the previous whitespace commit.rwatson2001-11-061-1/+1
* o Remove double-indentation of sysctl_kern_securelvl. This change isrwatson2001-11-061-31/+30
* Correctly unlock the target process if /proc/$foo/mem is open()ed bygreen2001-11-061-1/+1
* Fix tab damage in rev 1.326.obrien2001-11-062-2/+2
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-0610-3/+234
* MFi386: sys/boot/i386/loader/main.c revision 1.25nyan2001-11-061-14/+16
* MFi386: sys/boot/i386/libi386/Makefile revision 1.21nyan2001-11-061-2/+2
* This file was part of something grander, which doesn't seem to bephk2001-11-061-1512/+0
* This file is a 2.2 vintage pre-CAM file of no current value.phk2001-11-061-861/+0
* 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
OpenPOWER on IntegriCloud