summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added #include <sys/proc.h>nyan2001-07-102-0/+2
* Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt forimp2001-07-101-1/+1
* Somehow I missed this. Use INTR_TYPE_AV (high priority) instead ofpeter2001-07-091-1/+1
* Whoops; we get an ACPI_OBJECT back from evaluating a method, notmsmith2001-07-091-8/+6
* Log when the user is turning debugging on/off.joerg2001-07-092-10/+18
* Hmpf, remove two variables that got unused by rev 1.214.joerg2001-07-092-4/+2
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsjoerg2001-07-092-2/+2
* Remove parts of rev 1.211 again: do not delete our children iff theyjoerg2001-07-092-14/+0
* As des' example shows us, DMA overruns could happen in a situationjoerg2001-07-093-18/+75
* Add SYSCTL ints for default normal I/O timeout && retry counts.mjacob2001-07-091-4/+20
* Constify the fstype argument to vfs_mount(). This eliminates at least onedes2001-07-093-4/+4
* Don't share sig handlers after an execguido2001-07-091-1/+23
* Get rid of useless bcopy (the next statement was equivalent)guido2001-07-091-2/+0
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-0919-36/+36
* Note that spls are noopsimp2001-07-091-0/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* 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
OpenPOWER on IntegriCloud