aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging code.Marcel Moolenaar2008-09-141-15/+7
* Small addition to the previous commit. Sorry.Alexander Motin2008-09-141-0/+1
* Add some missing Realtek codec IDs. Just for reference.Alexander Motin2008-09-141-1/+10
* Widen psaddr_t from uintptr_t to uint64_t. This results in anMarcel Moolenaar2008-09-141-1/+1
* Recover handsfree port support.(Almost all changes are done on previous commit).Takanori Watanabe2008-09-141-5/+24
* Add a bunch of Novatel and Sierra 3G wireless product ids.Andrew Thompson2008-09-142-7/+106
* Remove one unneeded printf from non-verbose output.Alexander Motin2008-09-141-1/+3
* come on Julian, make up if you're committing one change or the other.Julian Elischer2008-09-142-13/+29
* Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.Roman Kurakin2008-09-141-0/+2
* oops commit the version that compilesJulian Elischer2008-09-141-0/+1
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-148-31/+22
* Make the commet for the default rule number more clear.Roman Kurakin2008-09-141-1/+4
* Add code to parse NFS mount options passed as individualCraig Rodrigues2008-09-131-23/+254
* Allow PAGE_SHIFT to already be defined.Andrew Thompson2008-09-131-0/+2
* Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)Bjoern A. Zeeb2008-09-133-33/+95
* My massive snd_hda driver update.Alexander Motin2008-09-133-2447/+3547
* Turn on TCP_SIGNATURE for LINT builds. This should catch situationsBjoern A. Zeeb2008-09-131-1/+1
* We can't implicitly trust the hook on NGQF_FN/NGQF_FN2 processing inAlexander Motin2008-09-131-6/+14
* - For any lock list we hold the head in order to reduce allocation fromAttilio Rao2008-09-121-5/+18
* Don't issue CDC request before negotiate the interface role.Takanori Watanabe2008-09-121-58/+107
* Whitespace cleanup.Ed Maste2008-09-121-5/+5
* Make mlxcontrol work with more than one system drive:Stephane E. Potvin2008-09-121-1/+1
* Use the parent device's DMA tag when creating our own DMA tags. This fixesJohn Baldwin2008-09-121-9/+10
* When doing rfork(0), i.e. separating curproc VM from any other user ofKonstantin Belousov2008-09-123-5/+14
* The user_ldt_alloc() function shall return with dt_lock locked.Konstantin Belousov2008-09-121-5/+9
* Remove warning about static LDT segment allocation. ApplicationsKonstantin Belousov2008-09-121-9/+0
* Connect ufoma(4) to build and,Takanori Watanabe2008-09-122-2/+1
* Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mappedJohn Baldwin2008-09-112-0/+12
* Bandaid: disable interrupts to make sure intr_enabled and the IER registerOlivier Houchard2008-09-111-3/+8
* Remove the unused field "pc_prvspace" from the MD fields for the structOlivier Houchard2008-09-111-6/+1
* Fix two small typo's in comments in the nullfs vnops code.Ed Schouten2008-09-111-2/+2
* Update the comments above the 0xcf9 register reset attempt to match theJohn Baldwin2008-09-112-8/+14
* The ERESTART to EINTR conversion is already done inRoman Divacky2008-09-111-8/+1
* ARM nexus style(9) improvements.Rafal Jaworowski2008-09-111-34/+31
* ARM interrupts improvements.Rafal Jaworowski2008-09-113-14/+16
* IXP425: split handling of the two QMGR interrupts so they are separatelyRafal Jaworowski2008-09-111-14/+42
* Revert r177108 and restore r60506 for sparc64 as long as libstandMarius Strobl2008-09-101-0/+3
* Add drivers for the power management devices found on Fireplane/Marius Strobl2008-09-103-0/+360
* Make sure the TTY has not disappeared out from under us before callingChristian S.J. Peron2008-09-101-2/+3
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingMarius Strobl2008-09-104-22/+226
* mld_timerresid() returns ms so instead of doing the maths in usecBjoern A. Zeeb2008-09-101-1/+1
* Teach WITNESS about the interlocks used with lockmgr. This removes a bunchJohn Baldwin2008-09-107-27/+49
* Disable the inline assembly crc32 routine and use the C version instead.John Baldwin2008-09-101-87/+0
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andJohn Baldwin2008-09-1012-1/+2019
* Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIeJohn Baldwin2008-09-102-28/+92
* Various whitespace fixes.John Baldwin2008-09-103-11/+10
* Add a proper detach method to the est(4) driver using cpufreq_unregister().John Baldwin2008-09-101-3/+6
* Remove VSVTX, VSGID and VSUID. This should be a no-op,Edward Tomasz Napierala2008-09-106-13/+12
* Add a missing break statement; IFDATA_LINKSPECIFIC would fall throughBruce M Simpson2008-09-101-0/+1
* Get initial bootstrap of APs working under xen.Kip Macy2008-09-109-29/+1251