aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement "holding buffers" per TX queue rather than globally.Adrian Chadd2013-03-143-49/+66
* Disable warning/errors for two files for now - they don't compile cleanAdrian Chadd2013-03-141-0/+4
* - Fix two possible overflows when testing if ELF program headers are onTijl Coosemans2013-03-131-8/+6
* Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin2013-03-138-28/+17
* Add quirk for Lenovo T530 headphone redirection.Xin LI2013-03-132-1/+3
* Fix typo.Hans Petter Selasky2013-03-131-2/+2
* - Make quirk for reading device descriptor from broken USB devices.Hans Petter Selasky2013-03-132-22/+40
* Fix incorrect assertion that caused panic when periodic-only timers used.Alexander Motin2013-03-131-1/+1
* Disable TX IP header checksum offloading on RL_HWREV_8168CP. ThePyun YongHyeon2013-03-131-2/+4
* r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).Pyun YongHyeon2013-03-131-3/+17
* Bump __FreeBSD_version after r248084, breaking VM KPI to introduceAttilio Rao2013-03-121-1/+1
* Remove netncp cscope entry missed in r248097Bryan Venteicher2013-03-121-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-129-43/+44
* - Use m_get2() instead of nfsm_reqhead().Gleb Smirnoff2013-03-124-88/+45
* Simplify vm_page_is_valid().Attilio Rao2013-03-121-4/+1
* Use m_get2() to get mbuf of appropriate size.Gleb Smirnoff2013-03-121-3/+1
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.Gleb Smirnoff2013-03-127-15/+8
* In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplyingGleb Smirnoff2013-03-121-2/+8
* The m_extadd() can fail due to memory allocation failure, thus:Gleb Smirnoff2013-03-122-17/+23
* Use m_get2() to get an mbuf of appropriate size.Gleb Smirnoff2013-03-121-6/+3
* Finish r243882: mechanically substitute flags from historic mbufGleb Smirnoff2013-03-123-13/+13
* More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S.Gleb Smirnoff2013-03-122-1/+5
* Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues.Alexander Motin2013-03-123-13/+12
* Use the correct antenna configuration variable here. "diversity" justAdrian Chadd2013-03-121-2/+2
* Shift this over to a new location in contrib/, in preparation to pushAdrian Chadd2013-03-121-1/+2
* Take the inpcb rlock before calculating checksum, it was accidentallyAndrey V. Elsukov2013-03-121-1/+1
* Fix memory leak when one process send descriptor over UNIX domain socket,Pawel Jakub Dawidek2013-03-111-18/+18
* Add support for Optoelectronics USB barcode readers to uftdi(4).Gavin Atkinson2013-03-112-0/+10
* Return an error if sctp_peeloff() fails because a socket can't be allocated.Michael Tuexen2013-03-112-2/+9
* Add "else" missed at r248154.Alexander Motin2013-03-111-1/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedGleb Smirnoff2013-03-111-6/+1
* Reinitialize eh after pfil(9) processing.Gleb Smirnoff2013-03-111-0/+1
* Reduce HPET eventtimer priority on systems with 8 or more cores. Price ofAlexander Motin2013-03-111-1/+2
* Don't use an empty struct.Olivier Houchard2013-03-111-0/+1
* Add a few new fields to the RX vendor radiotap header:Adrian Chadd2013-03-112-3/+28
* Bump the EVM array size up to fit the AR9380 EVM entries.Adrian Chadd2013-03-111-1/+7
* Add three-stream EVM values.Adrian Chadd2013-03-111-1/+3
* Bring back the comment on the sizing of the callout array that gotAndre Oppermann2013-03-101-0/+2
* The kernel pmap is statically allocated, so there is really no need toAlan Cox2013-03-102-2/+0
* Add another register definition bit - whether to populate EVM or PLCPAdrian Chadd2013-03-101-0/+1
* Add __aeabi_memcpy to libkern as clang may generate calls to it.Andrew Turner2013-03-102-0/+38
* Kill this, it's not needed at this point and (hopefully) the parentAdrian Chadd2013-03-101-2/+0
* - Clang doesn't understand the -mno-thumb-interwork. Only use it with gcc.Andrew Turner2013-03-101-0/+6
* Fix a typo where db_printf was spelt printf.Andrew Turner2013-03-101-1/+1
* Update how we read the stack pointer to work on both GCC and clang.Andrew Turner2013-03-101-2/+5
* Tell the unwinder we can't unwind swi_entry. This fixes an infinite loopAndrew Turner2013-03-101-0/+4
* Correctly align the unwind tables. Without this clang may incorrectly alignAndrew Turner2013-03-101-0/+1
* Attach the elf section headers to the loaded kernel as metadata, soIan Lepore2013-03-102-32/+19
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inAndrew Turner2013-03-092-2/+2
* Since ubldr doesn't necessarily load a kernel at the physical address in theIan Lepore2013-03-091-5/+6