summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add cache handling code for sparc64.tmm2001-11-092-0/+531
* * Make sure we increment pm_stats.resident_count in pmap_enter_quickdfr2001-11-092-198/+305
* Raise SIGILL for General Exceptions - its closer to the correct meaning.dfr2001-11-091-0/+7
* Reserve more space for phys_avail. Really need to be more careful aboutdfr2001-11-091-1/+1
* Teach DDB about branch registers.dfr2001-11-091-1/+12
* Define PS and VE fields of region register correctly.dfr2001-11-091-2/+2
* o Try to do 3.3V support better for the 6722 and 6729/30.imp2001-11-094-26/+57
* Fix the 3.3V support for Cirrus Logic CL-PD6710. This appears to workimp2001-11-091-0/+22
* Implement os_boot_rendez. Application processors are initializedmarcel2001-11-093-46/+143
* Placemark an interrupt race in -current which is currently protected bydillon2001-11-081-0/+4
* Add support for Intel's i820/i840/i845/i850/i860 chipset.kuriyama2001-11-084-22/+212
* o General style improvemnts.rwatson2001-11-081-10/+11
* o Trim trailing whitespace from kern_mib.c, as suggested by bde. Goodrwatson2001-11-081-45/+45
* Switch behavior of fifos to more closely match what goes on in other OSes.alfred2001-11-081-0/+5
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-0811-34/+36
* We need to operate on struct thread now, not struct proc.obrien2001-11-081-6/+6
* For what its worth, sync up the type of ps_arg_cache_max (unsigned long)peter2001-11-081-1/+1
* Add quirk for Minolta 2330 Zoom digital camera.kbyanc2001-11-071-0/+7
* Add quirk for Nikon Coolpix 995.kbyanc2001-11-071-1/+8
* rcsid[]->__FBSDIDobrien2001-11-073-20/+11
* Initialize first to -1; this will create a (nearly) empty file on failure,fenner2001-11-071-1/+1
* Fix printf format bugs introduced in rev 1.34 for printing times.peter2001-11-071-4/+4
* Remove a few more debugging bits and turn on twiddle output while readingjhb2001-11-071-15/+3
* 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
OpenPOWER on IntegriCloud