| Commit message (Expand) | Author | Age | Files | Lines |
* | As des' example shows us, DMA overruns could happen in a situation | joerg | 2001-07-09 | 3 | -18/+75 |
* | Add SYSCTL ints for default normal I/O timeout && retry counts. | mjacob | 2001-07-09 | 1 | -4/+20 |
* | Constify the fstype argument to vfs_mount(). This eliminates at least one | des | 2001-07-09 | 3 | -4/+4 |
* | Don't share sig handlers after an exec | guido | 2001-07-09 | 1 | -1/+23 |
* | Get rid of useless bcopy (the next statement was equivalent) | guido | 2001-07-09 | 1 | -2/+0 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 19 | -36/+36 |
* | Note that spls are noops | imp | 2001-07-09 | 1 | -0/+2 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Fix missing newline and terminator at the end of the vm.zone sysctl. | des | 2001-07-09 | 1 | -2/+1 |
* | Another large patchset from Bruce. | joerg | 2001-07-08 | 2 | -316/+226 |
* | soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it is | ume | 2001-07-08 | 1 | -2/+6 |
* | Do not set the MODE_1000 bit unless we actually have a gigabit link. | wpaul | 2001-07-08 | 1 | -1/+9 |
* | Small whitespace fix. | julian | 2001-07-08 | 1 | -2/+2 |
* | A set of changes to reduce the number of include files the kernel | julian | 2001-07-08 | 13 | -13/+19 |
* | turn on the null-modem device. | julian | 2001-07-08 | 1 | -1/+1 |
* | Temporary feature: Runtime tuneable tcp initial sequence number | silby | 2001-07-08 | 8 | -6/+77 |
* | Fill paragraphs after previous commit. | dd | 2001-07-08 | 1 | -13/+14 |
* | Note that options should be listed in NOTES, not LINT, although LINT | dd | 2001-07-08 | 1 | -3/+3 |
* | Ha! This time, I remembered the ACPI module. Update the sources list | msmith | 2001-07-07 | 2 | -8/+8 |
* | Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended on | msmith | 2001-07-07 | 1 | -164/+0 |
* | Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended on | msmith | 2001-07-07 | 1 | -1/+0 |
* | The m_free call in the ip6_fw_ctl_ptr == NULL case apparently | ume | 2001-07-07 | 1 | -2/+0 |
* | Fix typo in acpi_cpu_attach() and correct range checking in | iwasaki | 2001-07-07 | 1 | -2/+2 |
* | Kill the old processor driver; the ACPI CA functions it depended on | msmith | 2001-07-07 | 3 | -670/+389 |
* | Add acpi_GetTableIntoBuffer, to aid in fetching tables. | msmith | 2001-07-07 | 2 | -3/+25 |
* | Get the ACPI softc before we potentially dereference it. | msmith | 2001-07-07 | 1 | -5/+5 |
* | Quiet the complaint about the _SCP method if it doesn't exist; it's | msmith | 2001-07-07 | 1 | -2/+3 |
* | Oops, have to use AcpiSetCurrentResources, not invoke the _SRS method | msmith | 2001-07-07 | 2 | -8/+2 |
* | Merged from sys/i386/i386/machdep.c revisions 1.459 and 1.460. | nyan | 2001-07-07 | 2 | -90/+0 |
* | Add support for user-requested override of cooling levels. | msmith | 2001-07-07 | 1 | -80/+189 |
* | Add support for system power profiles; select "performance" when AC power | msmith | 2001-07-07 | 2 | -2/+18 |
* | Add acpi_powerprofile.c | msmith | 2001-07-07 | 1 | -0/+1 |
* | Support for system "power profiles". Currently we support two profiles; | msmith | 2001-07-07 | 1 | -0/+64 |
* | This was only half-implemented when I committed it, and certainly didn't | msmith | 2001-07-06 | 1 | -30/+92 |
* | Cleanup some obsolete comments | imp | 2001-07-06 | 1 | -2/+3 |
* | Call ttymalloc() when sysmouse is opened, rather than | yokota | 2001-07-06 | 1 | -1/+1 |
* | Backout mwakeup, etc. | jake | 2001-07-06 | 4 | -58/+6 |
* | Make these compile again by adding proc.h include for GIANT_REQUIRED | jhb | 2001-07-05 | 12 | -0/+12 |
* | Oops- missed a CAMLOCK_2_ISP case. | mjacob | 2001-07-05 | 1 | -0/+1 |
* | Bracket call to vm_page_flag_set with required Giant lock/unlock. | mjacob | 2001-07-05 | 1 | -1/+4 |
* | Things have become cinched down more tightly about assertions for Giant. | mjacob | 2001-07-05 | 1 | -4/+22 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 17 | -111/+63 |
* | You cannot require Giant to be locked when you haven't acquired it yet. | mjacob | 2001-07-05 | 1 | -2/+4 |
* | unbreak building kernel without option INET6 | ume | 2001-07-05 | 2 | -0/+4 |
* | Set vendor string correctly for the Apple KeyLargo. | benno | 2001-07-05 | 2 | -0/+8 |
* | Pull in the current version of NetBSD's ulpt.c, supporting bidirectional | n_hibma | 2001-07-05 | 1 | -83/+201 |
* | Regen. | n_hibma | 2001-07-05 | 2 | -55/+353 |
* | Pull in the most recent version of usb_quirks.h and propagate the necessary | n_hibma | 2001-07-05 | 8 | -194/+161 |
* | Make the string argument a const. | n_hibma | 2001-07-05 | 1 | -2/+2 |
* | Update with NetBSD version | n_hibma | 2001-07-05 | 1 | -20/+66 |