summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Note that the large Hitachi's are also CAM_QUIRK_HILUNSmjacob2002-09-231-0/+8
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-236-12/+66
* - Correct the name in the header guards.jeff2002-09-231-3/+3
* The ahc driver should only have one devclass, not one for each busscottl2002-09-224-9/+10
* Fix a couple of longstanding typos which would have made ajdp2002-09-221-1/+2
* Follow the lead of recent changes in the 3com Linux driver byjdp2002-09-221-46/+3
* Set up the BCM570x chip's DMA Read/Write Control register morejdp2002-09-221-2/+10
* Attempt to fix the error reported by the alpha tinderbox. A pointeriedowse2002-09-222-4/+4
* Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS andgrehan2002-09-221-2/+2
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-223-90/+95
* Move the com_scr register address definition over with the other seven.phk2002-09-222-2/+1
* Modify vm_map_clean() (and thus the msync(2) system call) to supportmdodd2002-09-221-7/+10
* - Hook ALQ up to the build.jeff2002-09-221-0/+1
* - Add options ALQ and KTR_ALQ.jeff2002-09-221-0/+2
* - Add support for logging KTR via ALQ. This is optional and enabled by thejeff2002-09-222-3/+95
* - Tell witness about ALQ's spin lock.jeff2002-09-221-0/+1
* - Add an asynchronous fixed length record logging mechanism calledjeff2002-09-222-0/+616
* Call trap directly for exceptional cases that need more processing onjake2002-09-221-26/+20
* Removed unneeded include (missed in last revision).jake2002-09-221-2/+0
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in ajake2002-09-223-79/+118
* Remove all DELAY(1) calls around MII operations in the XL driver.silby2002-09-221-17/+0
* Create inlines for ltr(sel), lldt(sel), lidt(addr) rather thanpeter2002-09-227-72/+52
* o Update some comments.alc2002-09-221-7/+9
* Fix issue where shutdown(socket, SHUT_RD) was effectivelysilby2002-09-222-6/+20
* Remove unneeded opt headers.jake2002-09-221-3/+0
* - Move the init of %gs and pcb_gs before user_ldt_free().mdodd2002-09-222-26/+8
* It's Apple GMAC, not HMAC.benno2002-09-222-2/+2
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-229-390/+246
* Whitespace fixes (mainly for many more messes in the definitions of thebde2002-09-211-17/+17
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-2120-93/+102
* Remove #ifdef'ed Giant mutex wrappers round debugging statements.markm2002-09-212-10/+0
* Cleanup of amdpm(4).nsouch2002-09-214-137/+183
* No functional change. Fix comments and whitespace.markm2002-09-211-4/+3
* Remove another missed trailing space.rwatson2002-09-211-1/+1
* o Remove an initialized but unused variable from pmap_remove_all().alc2002-09-211-2/+0
* Trim trailing whitespace from the ends of lines.rwatson2002-09-212-23/+23
* Continue cleanup and sync of mac_biba and mac_mls policies to therwatson2002-09-212-26/+0
* Wrap GNUish asm() code in #ifdef __GNUC__markm2002-09-211-0/+24
* Use a function instead of a non-portable, GCC-specific asm() entry.markm2002-09-211-1/+2
* A good dose of style.9. No functional change.markm2002-09-212-42/+34
* Remove mac_biba_high_single() check for interface renaming: we nowrwatson2002-09-211-12/+0
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsmarkm2002-09-212-32/+30
* Use a function instead of embedding non-portable asm() constructsmarkm2002-09-212-2/+4
* Sort includes.markm2002-09-212-26/+28
* As INVARIANTS isn't supported for code that loads only as a kernelrwatson2002-09-212-4/+4
* Provide in inline function for the (GNUC) assembler "hlt" instruction.markm2002-09-212-0/+14
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-212-0/+4
* Don't include opt_bus.h here, it breaks stuff trying tomux2002-09-211-1/+0
* Constify to kill some warnings.markm2002-09-212-2/+2
* Everywhere else, an argument passed to a device containing flagsmarkm2002-09-211-5/+4
OpenPOWER on IntegriCloud