aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* English and mdoc(7) cleanup.Gleb Smirnoff2005-02-071-21/+25
* Remove vop_destroyvobject() initialization.Poul-Henning Kamp2005-02-072-2/+0
* Sort branches in correct numeric order.Dag-Erling Smørgrav2005-02-071-1/+26
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringHartmut Brandt2005-02-076-12/+22
* Invent a Buf_Append function to append a NUL-terminated stringHartmut Brandt2005-02-077-39/+43
* Don't call VOP_DESTROYVOBJECT(), trust that VOP_RECLAIM() did whatPoul-Henning Kamp2005-02-071-2/+3
* Add a missing prefix to a struct field for consistency.Poul-Henning Kamp2005-02-072-8/+8
* Revamp several Makefile nits:Xin LI2005-02-071-2/+3
* Undo the VCS tag move to reduce diff hunks.Xin LI2005-02-072-2/+3
* Remove /stand when we are done with it.David E. O'Brien2005-02-072-0/+6
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.Nate Lawson2005-02-072-18/+13
* 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