| Commit message (Expand) | Author | Age | Files | Lines |
* | Missed this out in my last commit. Makefile for the acpi_asus driver. | philip | 2004-04-22 | 1 | -0/+10 |
* | Add the ACPI Asus extras driver. Provides support for cool ACPI-controled | philip | 2004-04-22 | 6 | -0/+1377 |
* | Fix some style issues in rev 1.58. | obrien | 2004-04-22 | 1 | -13/+12 |
* | Add 'g' to SYNOPSIS. | obrien | 2004-04-22 | 1 | -1/+1 |
* | Fix printing of the "Mounted on" values for 'df -i'. | obrien | 2004-04-22 | 1 | -2/+4 |
* | Look out! vn_start_write() is able to return 0 and NULL 'mp'. | pjd | 2004-04-22 | 2 | -0/+4 |
* | Remove npx(4) reference for isa. While true, it is useless (since | imp | 2004-04-22 | 1 | -1/+2 |
* | Use the correct size to allocate, copy and clear argument type tables | tjr | 2004-04-22 | 2 | -12/+18 |
* | Document the net.inet.ip.portrange.randomized sysctl. | silby | 2004-04-22 | 1 | -0/+7 |
* | Take out an unneeded variable I forgot to remove in the last commit, | silby | 2004-04-22 | 1 | -2/+3 |
* | Simplify random port allocation, and add net.inet.ip.portrange.randomized, | silby | 2004-04-22 | 1 | -27/+13 |
* | Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time. | wpaul | 2004-04-22 | 2 | -41/+30 |
* | define some new fields in the physical drive structure and pad the | ps | 2004-04-22 | 1 | -0/+3 |
* | Fix the build. opt_asr.h is gone. | njl | 2004-04-22 | 2 | -2/+1 |
* | Fix stepping in ddb by not checking for a maximum interval. The ACPI-safe | njl | 2004-04-22 | 1 | -31/+32 |
* | Enable libdisk for powerpc build. | grehan | 2004-04-21 | 1 | -5/+1 |
* | PowerPC support. | grehan | 2004-04-21 | 6 | -4/+125 |
* | Include <machine/pte.h> since it has been removed from <machine/param.h>. | grehan | 2004-04-21 | 1 | -0/+1 |
* | <machine/pte.h> has no business being here. Finally exposed by F77 build | grehan | 2004-04-21 | 1 | -2/+0 |
* | Add a Dijkstra comment on programming languages. | grog | 2004-04-21 | 1 | -0/+20 |
* | Fix a bug that could result in getpw*() incorrectly returning NULL when NIS | jon | 2004-04-21 | 1 | -0/+1 |
* | Remove more sead code. | scottl | 2004-04-21 | 1 | -91/+2 |
* | Don't indent preprocessor tokens. | scottl | 2004-04-21 | 1 | -70/+70 |
* | ata devices in legacy are special, and we must treat them as such. | imp | 2004-04-21 | 1 | -45/+99 |
* | garbage collect ASR_MEASURE_PERFORMANCE | scottl | 2004-04-21 | 2 | -5/+0 |
* | Remove ASR_MEASURE_PERFORMANCE. It hasn't been able to compile in several | scottl | 2004-04-21 | 1 | -354/+0 |
* | Use offsetof() instead of hand-rolling something equivalent. | scottl | 2004-04-21 | 1 | -1/+1 |
* | Make the test for ATA PCI legacy addressing mode more robust. | sos | 2004-04-21 | 3 | -15/+44 |
* | Improve the documentation somewhat. | ru | 2004-04-21 | 1 | -57/+64 |
* | Add comments, including restoring the PIIX4 errata comment, to indicate | njl | 2004-04-21 | 1 | -45/+76 |
* | What is CVS doing to me?? | obrien | 2004-04-21 | 1 | -1/+1 |
* | Add an Israel Hebrew locale: he_IL.UTF-8. | tjr | 2004-04-21 | 11 | -6/+166 |
* | Readability fixes: | luigi | 2004-04-21 | 1 | -12/+76 |
* | Clearly comment the assumptions that allow us to cast a | luigi | 2004-04-21 | 1 | -17/+27 |
* | Make isblank() visible in the C99 namespace. | tjr | 2004-04-21 | 2 | -4/+16 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of depending | bde | 2004-04-21 | 1 | -5/+8 |
* | Unbreak world. | ru | 2004-04-21 | 1 | -3/+2 |
* | Eliminate a redundant call to archive_entry_set_pathname() | kientzle | 2004-04-21 | 1 | -8/+6 |
* | More portability improvements, thanks to Juergen Lock. | kientzle | 2004-04-21 | 5 | -44/+82 |
* | Deverbosified and uniformized references to man pages from wording | bde | 2004-04-21 | 1 | -16/+13 |
* | This driver certainly works fine turning INTR_MPSAFE back on. For those | green | 2004-04-21 | 1 | -1/+1 |
* | Remove all of the old __FreeBSD_version code that provided FreeBSD 2.2.x and | scottl | 2004-04-21 | 1 | -236/+0 |
* | Begin the slow, painful process of cleaning up asr. This eliminates many of the | scottl | 2004-04-21 | 1 | -91/+68 |
* | Fix the problems people have been having with the Intel 2100B Centrino | wpaul | 2004-04-21 | 1 | -107/+19 |
* | Divide the drivers into essential (pci, thermal) and mobile (lid, | njl | 2004-04-21 | 1 | -5/+10 |
* | Don't check for NULL, device_get_softc() always succeeds. | njl | 2004-04-21 | 3 | -8/+4 |
* | MFdragonfly: resolver fix for timeouts on unqualified hostnames | njl | 2004-04-21 | 1 | -5/+18 |
* | Fix several bugs where 32-bit timers and wraparound were not properly | njl | 2004-04-21 | 1 | -110/+26 |
* | Clarify and correct some compatibility notes. | des | 2004-04-21 | 1 | -9/+22 |
* | Remove extran parens. | njl | 2004-04-21 | 1 | -1/+1 |