| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove two variables that became unused because of last commit. | luigi | 2004-04-16 | 1 | -2/+0 |
* | Move ENABLE_ALART to proper place. | obrien | 2004-04-16 | 1 | -1/+5 |
* | Fix building on L64 machines. | obrien | 2004-04-16 | 1 | -7/+7 |
* | Add support for the ADMtek AN8513 USB Ethernet adapter. | obrien | 2004-04-16 | 4 | -2/+11 |
* | Correct $FreeBSD$ style. | obrien | 2004-04-16 | 2 | -4/+4 |
* | make the bad bar warning less scary, and toss it behind a bootverbose. | imp | 2004-04-16 | 1 | -2/+3 |
* | Turn off the power stuff for a little while longer. There appears to be | imp | 2004-04-16 | 1 | -2/+2 |
* | Set the "global" attribute on the page table entries for the kernel and | alc | 2004-04-16 | 1 | -3/+3 |
* | - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and | wpaul | 2004-04-16 | 5 | -56/+21 |
* | Remove improper use of if_addrhead in device drivers to check | luigi | 2004-04-15 | 10 | -55/+0 |
* | Document the way if_addrhead and struct ifaddr are used. | luigi | 2004-04-15 | 1 | -3/+11 |
* | If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. When | rwatson | 2004-04-15 | 1 | -0/+1 |
* | Add note that npx depends on isa. | josef | 2004-04-15 | 2 | -2/+2 |
* | s/atspeaker/speaker/ | cperciva | 2004-04-15 | 1 | -1/+1 |
* | Ensure that the poll_burst <= poll_burst_max constraint really holds. | ru | 2004-04-15 | 1 | -0/+2 |
* | Let the NFS client notice a file's size changing as a modification. | peadar | 2004-04-14 | 3 | -3/+13 |
* | Check in structure definitions for the FreeBSD-3.x signal syscall stuff. | peter | 2004-04-14 | 1 | -0/+43 |
* | Regen | peter | 2004-04-14 | 4 | -40/+49 |
* | Catch up to the not-so-recent statfs(2) changes. | peter | 2004-04-14 | 3 | -18/+49 |
* | Don't allow the driver to be unloaded if the device node is open. | ps | 2004-04-14 | 1 | -1/+4 |
* | Remove the 'timeout' argument from aac_wait_command() as it isn't used and | scottl | 2004-04-14 | 1 | -14/+10 |
* | Do not catch signals when waiting for a request. This fixes a nasty | ps | 2004-04-14 | 1 | -14/+2 |
* | Remove nowerror lines now that acpica is warns clean. | njl | 2004-04-14 | 1 | -5/+5 |
* | Remove warnings from vendor files. This takes some files off the vendor | njl | 2004-04-14 | 4 | -11/+11 |
* | Return an error immediately if asked to switch a non-existent consumer. | njl | 2004-04-14 | 1 | -0/+4 |
* | Now that the dust has settled on the resource issues, turn on the | imp | 2004-04-14 | 1 | -2/+2 |
* | Remove a non-variable static and move other static variables to the same | njl | 2004-04-14 | 1 | -8/+5 |
* | Fix some warnings by commenting out unused code. | njl | 2004-04-14 | 1 | -0/+8 |
* | Only try to set the ACPI power state if the handle is valid. There was | njl | 2004-04-14 | 1 | -6/+10 |
* | Even though the patch has been submitted to the vendor, this file is off | njl | 2004-04-14 | 1 | -13/+13 |
* | Unbreak the DDB build by replacing #includes that were deleted. | njl | 2004-04-14 | 1 | -0/+2 |
* | The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV | green | 2004-04-14 | 14 | -22/+17 |
* | Continue my efforts to imitate Windows as closely as possible by | wpaul | 2004-04-14 | 10 | -206/+468 |
* | Style cleanups, M_ZERO instead of bzero. | njl | 2004-04-14 | 1 | -22/+20 |
* | Style cleanups, use M_ZERO instead of bzero, unify the !semaphore and | njl | 2004-04-14 | 1 | -44/+43 |
* | Style cleanup, plus properly backup partial resource allocation in | njl | 2004-04-14 | 1 | -44/+51 |
* | Style cleanups to reduce diffs to locking tree. | njl | 2004-04-14 | 5 | -111/+91 |
* | Style and printf message cleanups. | njl | 2004-04-14 | 1 | -138/+79 |
* | Use METHOD_VIDEO instead of the method string itself. | njl | 2004-04-14 | 2 | -2/+2 |
* | Use TRUE for a boolean and a style nit. | njl | 2004-04-14 | 1 | -2/+1 |
* | sx was randomly added to NOTES. Instead, place it in the misc | imp | 2004-04-14 | 2 | -12/+10 |
* | Update the name for edge triggered for the 20040402 import. | njl | 2004-04-14 | 1 | -1/+1 |
* | Prefer uint16_t to ushort. | imp | 2004-04-14 | 1 | -1/+1 |
* | Check in files with local changes: | njl | 2004-04-14 | 2 | -8/+20 |
* | Check in unmodified files off the vendor branch. | njl | 2004-04-14 | 3 | -29/+42 |
* | This commit was generated by cvs2svn to compensate for changes in r128212, | njl | 2004-04-14 | 32 | -222/+808 |
|\ |
|
| * | Import ACPI-CA 20040402 distribution. | njl | 2004-04-14 | 37 | -259/+870 |
* | | Add another cleanfile for future imports. | njl | 2004-04-14 | 1 | -2/+2 |
* | | In an effort to simplify the routing code, try to deprecate rtalloc() | luigi | 2004-04-14 | 2 | -2/+2 |
* | | Staticize <if>_clone_{create,destroy} functions. | brooks | 2004-04-14 | 6 | -24/+24 |