summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix missing newline and terminator at the end of the vm.zone sysctl.des2001-07-091-2/+1
* Another large patchset from Bruce.joerg2001-07-082-316/+226
* soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it isume2001-07-081-2/+6
* Do not set the MODE_1000 bit unless we actually have a gigabit link.wpaul2001-07-081-1/+9
* Small whitespace fix.julian2001-07-081-2/+2
* A set of changes to reduce the number of include files the kerneljulian2001-07-0813-13/+19
* turn on the null-modem device.julian2001-07-081-1/+1
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-088-6/+77
* Fill paragraphs after previous commit.dd2001-07-081-13/+14
* Note that options should be listed in NOTES, not LINT, although LINTdd2001-07-081-3/+3
* Ha! This time, I remembered the ACPI module. Update the sources listmsmith2001-07-072-8/+8
* Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended onmsmith2001-07-071-164/+0
* Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended onmsmith2001-07-071-1/+0
* The m_free call in the ip6_fw_ctl_ptr == NULL case apparentlyume2001-07-071-2/+0
* Fix typo in acpi_cpu_attach() and correct range checking iniwasaki2001-07-071-2/+2
* Kill the old processor driver; the ACPI CA functions it depended onmsmith2001-07-073-670/+389
* Add acpi_GetTableIntoBuffer, to aid in fetching tables.msmith2001-07-072-3/+25
* Get the ACPI softc before we potentially dereference it.msmith2001-07-071-5/+5
* Quiet the complaint about the _SCP method if it doesn't exist; it'smsmith2001-07-071-2/+3
* Oops, have to use AcpiSetCurrentResources, not invoke the _SRS methodmsmith2001-07-072-8/+2
* Merged from sys/i386/i386/machdep.c revisions 1.459 and 1.460.nyan2001-07-072-90/+0
* Add support for user-requested override of cooling levels.msmith2001-07-071-80/+189
* Add support for system power profiles; select "performance" when AC powermsmith2001-07-072-2/+18
* Add acpi_powerprofile.cmsmith2001-07-071-0/+1
* Support for system "power profiles". Currently we support two profiles;msmith2001-07-071-0/+64
* This was only half-implemented when I committed it, and certainly didn'tmsmith2001-07-061-30/+92
* Cleanup some obsolete commentsimp2001-07-061-2/+3
* Call ttymalloc() when sysmouse is opened, rather thanyokota2001-07-061-1/+1
* Backout mwakeup, etc.jake2001-07-064-58/+6
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-0512-0/+12
* Oops- missed a CAMLOCK_2_ISP case.mjacob2001-07-051-0/+1
* Bracket call to vm_page_flag_set with required Giant lock/unlock.mjacob2001-07-051-1/+4
* Things have become cinched down more tightly about assertions for Giant.mjacob2001-07-051-4/+22
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-0517-111/+63
* You cannot require Giant to be locked when you haven't acquired it yet.mjacob2001-07-051-2/+4
* unbreak building kernel without option INET6ume2001-07-052-0/+4
* Set vendor string correctly for the Apple KeyLargo.benno2001-07-052-0/+8
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionaln_hibma2001-07-051-83/+201
* Regen.n_hibma2001-07-052-55/+353
* Pull in the most recent version of usb_quirks.h and propagate the necessaryn_hibma2001-07-058-194/+161
* Make the string argument a const.n_hibma2001-07-051-2/+2
* Update with NetBSD versionn_hibma2001-07-051-20/+66
* Spelling police: extention -> extension in a comment.dd2001-07-051-2/+2
* Improve some error messages slightly.msmith2001-07-051-2/+5
* Implement PCI interrupt routing using the ACPI data attached to themsmith2001-07-052-10/+510
* Fix a couple of misunderstandings in the monitor code. Passive coolingmsmith2001-07-051-50/+131
* Add a new helper function for finding resources in resource buffers.msmith2001-07-054-198/+276
* Apply field bandages to the includes so compiles happen on alpha.mjacob2001-07-051-0/+6
* Sync to pccarddevs 1.12imp2001-07-051-7/+68
* Merge from NetBSD:imp2001-07-051-4/+31
OpenPOWER on IntegriCloud