aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove two variables that became unused because of last commit.Luigi Rizzo2004-04-161-2/+0
* Move ENABLE_ALART to proper place.David E. O'Brien2004-04-161-1/+5
* Fix building on L64 machines.David E. O'Brien2004-04-161-7/+7
* Add support for the ADMtek AN8513 USB Ethernet adapter.David E. O'Brien2004-04-164-2/+11
* Correct $FreeBSD$ style.David E. O'Brien2004-04-162-4/+4
* make the bad bar warning less scary, and toss it behind a bootverbose.Warner Losh2004-04-161-2/+3
* Turn off the power stuff for a little while longer. There appears to beWarner Losh2004-04-161-2/+2
* Set the "global" attribute on the page table entries for the kernel andAlan Cox2004-04-161-3/+3
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andBill Paul2004-04-165-55/+20
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-1510-55/+0
* Document the way if_addrhead and struct ifaddr are used.Luigi Rizzo2004-04-151-3/+11
* If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. WhenRobert Watson2004-04-151-0/+1
* Add note that npx depends on isa.Josef El-Rayes2004-04-152-2/+2
* s/atspeaker/speaker/Colin Percival2004-04-151-1/+1
* Ensure that the poll_burst <= poll_burst_max constraint really holds.Ruslan Ermilov2004-04-151-0/+2
* Let the NFS client notice a file's size changing as a modification.Peter Edwards2004-04-143-3/+13
* Check in structure definitions for the FreeBSD-3.x signal syscall stuff.Peter Wemm2004-04-141-0/+43
* RegenPeter Wemm2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.Peter Wemm2004-04-143-18/+49
* Don't allow the driver to be unloaded if the device node is open.Paul Saab2004-04-141-1/+4
* Remove the 'timeout' argument from aac_wait_command() as it isn't used andScott Long2004-04-141-14/+10
* Do not catch signals when waiting for a request. This fixes a nastyPaul Saab2004-04-141-14/+2
* Remove nowerror lines now that acpica is warns clean.Nate Lawson2004-04-141-5/+5
* Remove warnings from vendor files. This takes some files off the vendorNate Lawson2004-04-144-11/+11
* Return an error immediately if asked to switch a non-existent consumer.Nate Lawson2004-04-141-0/+4
* Now that the dust has settled on the resource issues, turn on theWarner Losh2004-04-141-2/+2
* Remove a non-variable static and move other static variables to the sameNate Lawson2004-04-141-8/+5
* Fix some warnings by commenting out unused code.Nate Lawson2004-04-141-0/+8
* Only try to set the ACPI power state if the handle is valid. There wasNate Lawson2004-04-141-6/+10
* Even though the patch has been submitted to the vendor, this file is offNate Lawson2004-04-141-13/+13
* Unbreak the DDB build by replacing #includes that were deleted.Nate Lawson2004-04-141-0/+2
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-1414-22/+17
* Continue my efforts to imitate Windows as closely as possible byBill Paul2004-04-1410-206/+468
* Style cleanups, M_ZERO instead of bzero.Nate Lawson2004-04-141-22/+20
* Style cleanups, use M_ZERO instead of bzero, unify the !semaphore andNate Lawson2004-04-141-44/+43
* Style cleanup, plus properly backup partial resource allocation inNate Lawson2004-04-141-44/+51
* Style cleanups to reduce diffs to locking tree.Nate Lawson2004-04-145-111/+91
* Style and printf message cleanups.Nate Lawson2004-04-141-138/+79
* Use METHOD_VIDEO instead of the method string itself.Nate Lawson2004-04-142-2/+2
* Use TRUE for a boolean and a style nit.Nate Lawson2004-04-141-2/+1
* sx was randomly added to NOTES. Instead, place it in the miscWarner Losh2004-04-142-12/+10
* Update the name for edge triggered for the 20040402 import.Nate Lawson2004-04-141-1/+1
* Prefer uint16_t to ushort.Warner Losh2004-04-141-1/+1
* Check in files with local changes:Nate Lawson2004-04-142-8/+20
* Check in unmodified files off the vendor branch.Nate Lawson2004-04-143-29/+42
* This commit was generated by cvs2svn to compensate for changes in r128212,Nate Lawson2004-04-1432-222/+808
|\
| * Import ACPI-CA 20040402 distribution.Nate Lawson2004-04-1437-259/+870
* | Add another cleanfile for future imports.Nate Lawson2004-04-141-2/+2
* | In an effort to simplify the routing code, try to deprecate rtalloc()Luigi Rizzo2004-04-142-2/+2
* | Staticize <if>_clone_{create,destroy} functions.Brooks Davis2004-04-146-24/+24