aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a mechanism for associating a mutex with a callout when theIan Dowse2005-02-074-17/+167
* Enable interrupt routing as first choice on alpha.Bernd Walter2005-02-071-1/+1
* Allocate more space for softc. Amazing my machine survived this.Poul-Henning Kamp2005-02-061-1/+1
* Remove a comment from the raw IPv6 output function regardingRobert Watson2005-02-061-6/+0
* Note changes to throttling sysctls and new power_profile(8) cpufrq support.Nate Lawson2005-02-062-22/+14
* Note the cpufreq import and acpi throttling changes.Nate Lawson2005-02-061-0/+7
* Move the $NetBSD$ tag to the top of the file, per standard NetBSDWarner Losh2005-02-061-5/+5
* Hook acpi_throttle(4) up to the build. It's currently part of acpi_perf.koNate Lawson2005-02-062-2/+4
* Add support for cpufreq to power_profile(8). Values for on/offline cpuNate Lawson2005-02-062-6/+8
* ccs is a size_t. RAY_CCS_INDEX takes ccs and does math on it,Warner Losh2005-02-061-2/+2
* Remove acpi throttling support from the acpi_cpu(4) driver now that thisNate Lawson2005-02-061-236/+9
* Break out acpi throttling support into a new relative cpufreq driver,Nate Lawson2005-02-061-0/+384
* Add support for relative cpufreq drivers. Such drivers modulate clockNate Lawson2005-02-061-27/+192
* Move resource allocation routines from cardbus_cis.c to cardbus.c.Warner Losh2005-02-064-354/+303
* Notify the OS that we're taking over Px states in acpi_perf(4) instead ofNate Lawson2005-02-062-11/+15
* Whitespace.Gleb Smirnoff2005-02-061-9/+9
* Remove comment which left after removal of ng_rcvdataq_t.Gleb Smirnoff2005-02-061-1/+1
* When running Linux binaries, set up the initial FPU state as LinuxDavid Schultz2005-02-061-0/+7
* Check that we have at least a 586-class CPU before calling do_cpuid().Ian Dowse2005-02-061-0/+3
* Document NO_GPIBPoul-Henning Kamp2005-02-062-0/+4
* Tie libgpib into the build (unless NO_GPIB)Poul-Henning Kamp2005-02-061-1/+6
* Add libgpib containing the glue to get ibfoo() calls into the kernel.Poul-Henning Kamp2005-02-063-0/+689
* Since it is not un-common for a process's resident set size (rss)Christian S.J. Peron2005-02-061-1/+1
* Add instructions about upgrading netcat(1).Xin LI2005-02-062-0/+20
* Further elaborate the GPIB driver. We now support a minimal subset ofPoul-Henning Kamp2005-02-066-263/+1570
* Install GPIB related includefiles (unless NO_GPIB)Poul-Henning Kamp2005-02-061-2/+6
* Add directories for GPIB supportPoul-Henning Kamp2005-02-061-0/+4
* Document NO_NETCAT.Xin LI2005-02-062-1/+7
* Finish the import of nc(1) from OpenBSD. This includes:Xin LI2005-02-064-11/+131
* Remove code, inherited from ipacctctl, which sets socket to non-blockingGleb Smirnoff2005-02-061-9/+1
* Replace RELENG_4_9 (no longer supported) with RELENG_4_11.Dag-Erling Smørgrav2005-02-062-2/+2
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-067-76/+89
* Sort includes and remove duplicate include.Yoshihiro Takahashi2005-02-062-18/+16
* MFi386: revision 1.606.Yoshihiro Takahashi2005-02-062-4/+20
* Remove the useless "version" number output.David E. O'Brien2005-02-061-5/+1
* Fix problem with some logitec usb wireless mice.David E. O'Brien2005-02-061-1/+1
* Jump to common action checks after doing specific once. This fixes addingGleb Smirnoff2005-02-061-0/+5
* List the LSI 320-2E PCI-Express controller as supported.Hideyuki KURASHINA2005-02-061-0/+2
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)Maxim Konovalov2005-02-066-1/+254
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpuNate Lawson2005-02-063-5/+5
* Update my email address.David Schultz2005-02-0610-10/+10
* Finish the job of sorting all includes and fix the build by includingNate Lawson2005-02-0610-183/+190
* Notice that NG_VERSION has been increased.Gleb Smirnoff2005-02-051-0/+3
* Increase size of arglen to uint32_t, since uint16_t proved to beGleb Smirnoff2005-02-051-7/+7
* Make cpu_est_clockrate() more accurate by disabling interrupts for theNate Lawson2005-02-052-4/+20
* Convert to the new GAS APIs to allow for detach in the future. Also, checkNate Lawson2005-02-051-6/+36
* Convert to the new GAS API so that we can free registers in the future.Nate Lawson2005-02-051-7/+13
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memoryNate Lawson2005-02-053-24/+27
* Acquire the source pmap's lock in pmap_copy().Alan Cox2005-02-051-1/+8
* Build cpufreq and acpi_perf on platforms that are likely to be able toNate Lawson2005-02-054-1/+14