aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set the INTR_MPSAFE flag.Bill Paul2004-04-221-1/+1
* There was a thread on "unusually high load averages" when running underDavid E. O'Brien2004-04-221-2/+2
* Missed this out in my last commit. Makefile for the acpi_asus driver.Philip Paeps2004-04-221-0/+10
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledPhilip Paeps2004-04-226-0/+1377
* Fix some style issues in rev 1.58.David E. O'Brien2004-04-221-13/+12
* Add 'g' to SYNOPSIS.David E. O'Brien2004-04-221-1/+1
* Fix printing of the "Mounted on" values for 'df -i'.David E. O'Brien2004-04-221-2/+4
* Look out! vn_start_write() is able to return 0 and NULL 'mp'.Pawel Jakub Dawidek2004-04-222-0/+4
* Remove npx(4) reference for isa. While true, it is useless (sinceWarner Losh2004-04-221-1/+2
* Use the correct size to allocate, copy and clear argument type tablesTim J. Robbins2004-04-222-12/+18
* Document the net.inet.ip.portrange.randomized sysctl.Mike Silbersack2004-04-221-0/+7
* Take out an unneeded variable I forgot to remove in the last commit,Mike Silbersack2004-04-221-2/+3
* Simplify random port allocation, and add net.inet.ip.portrange.randomized,Mike Silbersack2004-04-221-27/+13
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.Bill Paul2004-04-222-41/+30
* define some new fields in the physical drive structure and pad thePaul Saab2004-04-221-0/+3
* Fix the build. opt_asr.h is gone.Nate Lawson2004-04-222-2/+1
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safeNate Lawson2004-04-221-31/+32
* Enable libdisk for powerpc build.Peter Grehan2004-04-211-5/+1
* PowerPC support.Peter Grehan2004-04-216-4/+125
* Include <machine/pte.h> since it has been removed from <machine/param.h>.Peter Grehan2004-04-211-0/+1
* <machine/pte.h> has no business being here. Finally exposed by F77 buildPeter Grehan2004-04-211-2/+0
* Add a Dijkstra comment on programming languages.Greg Lehey2004-04-211-0/+20
* Fix a bug that could result in getpw*() incorrectly returning NULL when NISJonathan Chen2004-04-211-0/+1
* Remove more sead code.Scott Long2004-04-211-91/+2
* Don't indent preprocessor tokens.Scott Long2004-04-211-70/+70
* ata devices in legacy are special, and we must treat them as such.Warner Losh2004-04-211-45/+99
* garbage collect ASR_MEASURE_PERFORMANCEScott Long2004-04-212-5/+0
* Remove ASR_MEASURE_PERFORMANCE. It hasn't been able to compile in severalScott Long2004-04-211-354/+0
* Use offsetof() instead of hand-rolling something equivalent.Scott Long2004-04-211-1/+1
* Make the test for ATA PCI legacy addressing mode more robust.Søren Schmidt2004-04-213-15/+44
* Improve the documentation somewhat.Ruslan Ermilov2004-04-211-57/+64
* Add comments, including restoring the PIIX4 errata comment, to indicateNate Lawson2004-04-211-45/+76
* What is CVS doing to me??David E. O'Brien2004-04-211-1/+1
* Add an Israel Hebrew locale: he_IL.UTF-8.Tim J. Robbins2004-04-2111-6/+166
* Readability fixes:Luigi Rizzo2004-04-211-12/+76
* Clearly comment the assumptions that allow us to cast aLuigi Rizzo2004-04-211-17/+27
* Make isblank() visible in the C99 namespace.Tim J. Robbins2004-04-212-4/+16
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of dependingBruce Evans2004-04-211-5/+8
* Unbreak world.Ruslan Ermilov2004-04-211-3/+2
* Eliminate a redundant call to archive_entry_set_pathname()Tim Kientzle2004-04-211-8/+6
* More portability improvements, thanks to Juergen Lock.Tim Kientzle2004-04-215-44/+82
* Deverbosified and uniformized references to man pages from wordingBruce Evans2004-04-211-16/+13
* This driver certainly works fine turning INTR_MPSAFE back on. For thoseBrian Feldman2004-04-211-1/+1
* Remove all of the old __FreeBSD_version code that provided FreeBSD 2.2.x andScott Long2004-04-211-236/+0
* Begin the slow, painful process of cleaning up asr. This eliminates many of theScott Long2004-04-211-91/+68
* Fix the problems people have been having with the Intel 2100B CentrinoBill Paul2004-04-211-107/+19
* Divide the drivers into essential (pci, thermal) and mobile (lid,Nate Lawson2004-04-211-5/+10
* Don't check for NULL, device_get_softc() always succeeds.Nate Lawson2004-04-213-8/+4
* MFdragonfly: resolver fix for timeouts on unqualified hostnamesNate Lawson2004-04-211-5/+18
* Fix several bugs where 32-bit timers and wraparound were not properlyNate Lawson2004-04-211-110/+26