summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Minor improvements to arc4random():silby2001-08-301-4/+29
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadmsmith2001-08-301-0/+14
* Note that compiling ACPI into the kernel is deprecated for normal use.msmith2001-08-302-0/+6
* Build the ACPI module by default.msmith2001-08-301-0/+1
* Update for slightly changed ACPI OSD module. Make debugging code conditionalmsmith2001-08-301-13/+22
* Add support for attaching PnP-aware ISA drivers to ACPI.msmith2001-08-301-1/+74
* Retarget the resource parser slightly. We only fetch current resourcesmsmith2001-08-301-36/+287
* Note that now that some ISA devices will attach to ACPI, we need tomsmith2001-08-301-1/+6
* Don't parse our resources ourself, the ACPI core code must do it.msmith2001-08-301-6/+0
* Nuke the (fairly bogus) attachment of *all* ACPI devices to ISA.msmith2001-08-301-479/+0
* Add missing acpi_disabled() call so that this driver can be disabled.msmith2001-08-301-1/+2
* Teach the loader how to find the system ACPI information, and autoloadmsmith2001-08-305-1/+144
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-3012-56/+91
* when newreno is turned on, if dupacks = 1 or dupacks = 2 andjayanth2001-08-292-0/+4
* Mega update to the aac driver.scottl2001-08-298-115/+715
* First, The Ricoh 5C47x chips don't have the disable the 3e0 bits.imp2001-08-291-5/+11
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),gallatin2001-08-295-30/+470
* smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)ache2001-08-291-7/+10
* advlock: simplify overflow checksache2001-08-292-6/+5
* lseek: simplify overflow checksache2001-08-292-8/+8
* o Introduce support for _CAPABILITY_NEEDMACROS, reducing namespacerwatson2001-08-291-7/+32
* o Reduce gratuitous whitespace difference from Darwin.rwatson2001-08-291-1/+0
* Note the status of the card, so we don't print inserted lines twice onimp2001-08-291-0/+3
* Fix the ogetkerninfo() syscall handling of sizes forpeter2001-08-291-10/+12
* tweaks to reduce latency/pauses in outputcg2001-08-292-8/+11
* Add support for the Acer Labs M5451 chip.greid2001-08-291-0/+8
* Add some seat belts. If we set the error rc, then return it and don'timp2001-08-291-1/+3
* add some extra diagnostic info to sndstat output.cg2001-08-293-18/+41
* * change buffering method a bitcg2001-08-291-40/+30
* OR M_WAITOK with M_ZERO in malloc()s args for clarity.brian2001-08-281-1/+1
* o Remove P_CAN_* constants, as they are no longer being used.rwatson2001-08-281-4/+0
* o Improve the style of a number of routines and comments in kern_prot.c,rwatson2001-08-281-66/+62
* It turns out that while Toshiba laptops don't want to route interruptsimp2001-08-283-51/+30
* Update the Promise TX2 code to DTRT and not what I guessed earlier.sos2001-08-283-10/+16
* Add support for yet another VIA '686 combination.sos2001-08-282-5/+7
* wi driver now includes pci.h, so we need to generate it to generate it.imp2001-08-281-1/+4
* Make this compile when there is no pci bus in your kernel.imp2001-08-281-5/+20
* Fix typos in recent comments.rwatson2001-08-281-2/+2
* Add support for the 3c656B cardbus adapter. This is one half of awpaul2001-08-282-6/+23
* When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESETjesper2001-08-271-1/+1
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.imp2001-08-273-90/+180
* Ugggg. I thought I'd already committed this to -current:imp2001-08-271-1/+1
* OOPS, remove local change that somehow slipped into a commit (I swear thatsobomax2001-08-271-1/+0
* Back out prev. change. According to bde:ache2001-08-271-4/+1
* EOVERFLOW is POSIXed, so move it out #ifndef _POSIX_SOURCE sectionache2001-08-271-1/+4
* Systems based on the ICH2/ICH2-M chip from Intel have a defect wherejlemon2001-08-272-24/+132
* Generally improve documentation of kern_prot.c:rwatson2001-08-271-10/+65
* Fix typo in my last commitimp2001-08-271-1/+1
* - On module unload try to detach all configured disks and let unload proceedsobomax2001-08-271-57/+69
* Make pccard_product_lookup non-static again...jon2001-08-271-4/+1
OpenPOWER on IntegriCloud