| Commit message (Expand) | Author | Age | Files | Lines |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 11 | -34/+36 |
* | We need to operate on struct thread now, not struct proc. | obrien | 2001-11-08 | 1 | -6/+6 |
* | For what its worth, sync up the type of ps_arg_cache_max (unsigned long) | peter | 2001-11-08 | 1 | -1/+1 |
* | Add quirk for Minolta 2330 Zoom digital camera. | kbyanc | 2001-11-07 | 1 | -0/+7 |
* | Add quirk for Nikon Coolpix 995. | kbyanc | 2001-11-07 | 1 | -1/+8 |
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 3 | -20/+11 |
* | Initialize first to -1; this will create a (nearly) empty file on failure, | fenner | 2001-11-07 | 1 | -1/+1 |
* | Fix printf format bugs introduced in rev 1.34 for printing times. | peter | 2001-11-07 | 1 | -4/+4 |
* | Remove a few more debugging bits and turn on twiddle output while reading | jhb | 2001-11-07 | 1 | -15/+3 |
* | Fix bug in scsi_read_write() where it might use 6-byte commands when | kbyanc | 2001-11-06 | 1 | -5/+4 |
* | Add AMD766 OHCI USB controller. Remove unused VENDORID lists. | peter | 2001-11-06 | 2 | -18/+16 |
* | Fixed the behavior when there is no inbound policy for the ipsec | ume | 2001-11-06 | 2 | -22/+8 |
* | Add emul.c and in_cksum.c, make the OpenFirmware console driver optional, | tmm | 2001-11-06 | 1 | -3/+4 |
* | Add a special OpenFirmware entry point for terminating the kernel (in | tmm | 2001-11-06 | 5 | -3/+120 |
* | Add code to emulate unimplemented (non-fp) instructions and to fixup | tmm | 2001-11-06 | 5 | -246/+1095 |
* | o Cache the process's struct prison so as to create a more visually | rwatson | 2001-11-06 | 1 | -7/+8 |
* | Add optimized implementations of in_cksum_skip() and related functions | tmm | 2001-11-06 | 2 | -0/+426 |
* | Fix the intial setup of the stray interrupt handler (it takes a struct | tmm | 2001-11-06 | 1 | -2/+3 |
* | o Remove a tab missed in the previous whitespace commit. | rwatson | 2001-11-06 | 1 | -1/+1 |
* | o Remove double-indentation of sysctl_kern_securelvl. This change is | rwatson | 2001-11-06 | 1 | -31/+30 |
* | Correctly unlock the target process if /proc/$foo/mem is open()ed by | green | 2001-11-06 | 1 | -1/+1 |
* | Fix tab damage in rev 1.326. | obrien | 2001-11-06 | 2 | -2/+2 |
* | Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. | iwasaki | 2001-11-06 | 10 | -3/+234 |
* | MFi386: sys/boot/i386/loader/main.c revision 1.25 | nyan | 2001-11-06 | 1 | -14/+16 |
* | MFi386: sys/boot/i386/libi386/Makefile revision 1.21 | nyan | 2001-11-06 | 1 | -2/+2 |
* | This file was part of something grander, which doesn't seem to be | phk | 2001-11-06 | 1 | -1512/+0 |
* | This file is a 2.2 vintage pre-CAM file of no current value. | phk | 2001-11-06 | 1 | -861/+0 |
* | More drive-by stylification, and some clarifications | des | 2001-11-06 | 1 | -10/+16 |
* | More drive-by stylification | des | 2001-11-06 | 1 | -4/+4 |
* | Drive-by stylification + reintroduce set_border(). | des | 2001-11-06 | 3 | -212/+219 |
* | syscons' set_border() is now named sc_set_border(), so there is no longer | des | 2001-11-06 | 1 | -2/+0 |
* | - Fixes non-zero'd out sin_zero field problem so that the padding | arr | 2001-11-06 | 1 | -0/+1 |
* | Add quirk entry for Olympus E-100RS digital camera. This and the existing | kbyanc | 2001-11-05 | 1 | -0/+10 |
* | o No need to set values to 0 when we utilize M_ZERO | arr | 2001-11-05 | 1 | -2/+0 |
* | GC the a.out support in DDB, nothing anywhere would pull this | phk | 2001-11-05 | 1 | -402/+0 |
* | - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall) | arr | 2001-11-05 | 1 | -0/+1 |
* | GC userconfig after Peter axed it 15 months ago. | phk | 2001-11-05 | 7 | -6339/+0 |
* | 3.5 years ago Wollman wrote: | phk | 2001-11-05 | 5 | -586/+0 |
* | Also remove the .h files for the old rp driver. | phk | 2001-11-05 | 2 | -1137/+0 |
* | Garbage call! | phk | 2001-11-05 | 11 | -810/+0 |
* | o dpt_control.c is not compiled into the system (commented out in | rwatson | 2001-11-05 | 1 | -6/+6 |
* | Remove the old RocketPort driver which was left behind in favour | phk | 2001-11-05 | 3 | -1990/+0 |
* | - If we are booted via cdboot, use bc_add() to instantiate the cd0 device | jhb | 2001-11-05 | 1 | -14/+16 |
* | Hook up the bioscd driver and the cd9660 filesystem. | jhb | 2001-11-05 | 1 | -0/+2 |
* | Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond the | dillon | 2001-11-05 | 1 | -2/+7 |
* | Add a device driver for the BIOS device for CD-ROM's booted via El Torito | jhb | 2001-11-05 | 7 | -21/+424 |
* | Add a DEVT_CD type for CD drivers. | jhb | 2001-11-05 | 1 | -0/+1 |
* | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | dillon | 2001-11-05 | 7 | -10/+32 |
* | - net.inet.ipsec.esp_auth hasn't been there | ume | 2001-11-05 | 5 | -527/+224 |
* | Update copyrights to include Thomas Moestl. | rwatson | 2001-11-05 | 2 | -7/+8 |