summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clear the bus reset event flag as soon as possible aftersimokawa2003-02-141-0/+9
* Style nit.des2003-02-141-4/+2
* KASSERT format string does not need newline terminationalfred2003-02-141-2/+2
* Add kasserts to catch bad API usage.alfred2003-02-141-0/+6
* Fix crash dumps on ata and scsi.alfred2003-02-142-2/+4
* style.alfred2003-02-141-8/+20
* Print a backtrace in case we tsleep from inside of DDB.alfred2003-02-141-0/+1
* Lock proc while accessing p_siglist p_sigmask and p_sigignore.tjr2003-02-141-1/+5
* Lock proc while manipulating p_sigmask p_sigignore and p_siglist.tjr2003-02-141-1/+5
* Obtain proc lock around modification of p_siglist in linux_wait4().tjr2003-02-141-0/+2
* Diff reduction to GENERIC.ru2003-02-141-2/+2
* - Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.alc2003-02-142-18/+24
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-148-9/+34
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-142-10/+0
* o transition from exca_write to exca_putb and read->getb. This is so thatimp2003-02-141-15/+7
* Massive overhaul of exca to help with the isa efforts:imp2003-02-143-64/+240
* - Though I got a feedback from the originator of kern/48129 that thesimokawa2003-02-141-12/+18
* Correct lines incorrectly added to the copyright message.mckusick2003-02-142-6/+0
* Bandaid the bits that use the elink_foo() functions which aremdodd2003-02-131-1/+9
* FB_INSTALL_CDEV not usable on Alpha.obrien2003-02-132-1/+2
* Fix whitespace problems with option lines.obrien2003-02-131-31/+31
* Fix the style of the SCHED_4BSD commit.obrien2003-02-137-7/+7
* The protocol lock is always held in the dropafterack case, so we don'thsu2003-02-132-4/+4
* Only i386 has npx device.obrien2003-02-132-1/+3
* We only provide agp drivers for the intel chipsets, move the agppeter2003-02-131-1/+1
* Use atomic ops to update amountpipekva. Amountpipekva represents thealc2003-02-131-5/+8
* Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).anholt2003-02-132-0/+52
* Implement dlinfo() function.kan2003-02-131-2/+13
* Remove unnecessary EXPORT_SYMS.simokawa2003-02-131-2/+0
* firewire/fwohcisimokawa2003-02-134-50/+75
* Sync to 1.114 of usbdevssanpei2003-02-132-2/+9
* Add support SUNTAC Ir-Trinity IS96Usanpei2003-02-132-0/+3
* It seems the extra precautions are no longer needed.des2003-02-131-2/+0
* Add an XXX comment noting that getrusage() accesses p_stats->p_rutjr2003-02-131-0/+1
* Missed odd address test when transcribing the Alpha version.grehan2003-02-131-1/+1
* Add Intel 85x/86x AGP support.anholt2003-02-132-32/+176
* MFi386alc2003-02-132-18/+6
* Don't bother to build ficl if NOFORTH is defined.benno2003-02-131-0/+2
* Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 thatpeter2003-02-132-6/+6
* Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is sopeter2003-02-132-4/+60
* Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present.peter2003-02-131-2/+16
* Print "Stack backtrace:" right before dumping the backtrace. We cannotpeter2003-02-131-1/+2
* in_pcbnotifyall() requires an exclusive protocol lock for notify functionshsu2003-02-121-7/+7
* Do not do an assignment in a truth test (previous commit) or gcc gives apeter2003-02-121-1/+1
* Correctly set bio_data in cloned children when cutting up large requests.tegge2003-02-121-1/+1
* Sync to 1.113 of usbdevssanpei2003-02-122-2/+30
* Add support YAMAHA NetVolante Routerssanpei2003-02-122-0/+13
* Implement a handle for efficient implementation of perforations inphk2003-02-122-7/+13
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justimp2003-02-122-2/+2
* Implement rman_get_deviceimp2003-02-122-0/+7
OpenPOWER on IntegriCloud