aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-07245-290/+354
* In icmp6_redirect_input:Gleb Smirnoff2011-11-071-11/+6
* SDT's struct sdt_argtype can be marked static everywhere.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-07155-173/+188
* Replace fasttrap_copyout() with uwrite(). FreeBSD copyout() is not able toRyan Stone2011-11-071-3/+8
* Fix the DTrace pid return trap interrupt vector. Previously we were usingRyan Stone2011-11-076-21/+25
* Fix build breakage for 8-stable and older.Hans Petter Selasky2011-11-061-1/+5
* Add support for new USB modem protocol.Hans Petter Selasky2011-11-061-1/+5
* Freeze the device queue if a request didn't complete without error andMarius Strobl2011-11-061-8/+9
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.Ed Schouten2011-11-066-24/+0
* Initialize all components of the sent COOKIE.Michael Tuexen2011-11-061-0/+4
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidMikolaj Golub2011-11-065-22/+80
* Before dereferencing intotw() check for NULL, the same way as it isMikolaj Golub2011-11-061-6/+20
* Fix the typo made in r157474.Mikolaj Golub2011-11-061-1/+1
* Add KLD_DEBUG option.Max Khon2011-11-062-0/+2
* - Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnMax Khon2011-11-061-1/+3
* Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnMax Khon2011-11-061-1/+2
* Constify "address" argument of ng_address_path().Max Khon2011-11-062-2/+2
* Wake up the page daemon in vm_page_alloc_freelist() if it couldn'tAlan Cox2011-11-061-20/+36
* Implement the sysctl's for fibre channel that are listed in the man page.Matt Jacob2011-11-062-0/+9
* Correct typo in comment.Pawel Jakub Dawidek2011-11-051-1/+1
* In zvol_open() if the spa_namespace_lock is already held, it means thatPawel Jakub Dawidek2011-11-051-0/+8
* Implement support for modem control lines.Hans Petter Selasky2011-11-051-4/+119
* Fix typo.Konstantin Belousov2011-11-051-1/+1
* Remove redundand definitions. The chunk was missed from r227102.Konstantin Belousov2011-11-051-10/+0
* Provide typedefs for the type of bit mask for the page bits.Konstantin Belousov2011-11-053-30/+33
* Implement altq(4) support.Pyun YongHyeon2011-11-041-8/+10
* Because ti(4) drops a driver lock in RX handler, check whetherPyun YongHyeon2011-11-041-4/+4
* Don't abuse if_hwassist and make sure enabling corresponding TX/RXPyun YongHyeon2011-11-041-32/+60
* Don't clear upper 4bits from VLAN tag information. It'sPyun YongHyeon2011-11-041-2/+2
* Introduce ti_ifmedia_upd_locked() to use in driver initializationPyun YongHyeon2011-11-041-3/+21
* Announce IFCAP_LINKSTATE capability and let network stack know linkPyun YongHyeon2011-11-041-7/+25
* Make sure to unload loaded DMA area(descriptor, command, event ring).Pyun YongHyeon2011-11-041-0/+2
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2011-11-042-135/+135
* Make ti(4) build with 'options TI_PRIVATE_JUMBOS'.Pyun YongHyeon2011-11-041-1/+1
* style.Pyun YongHyeon2011-11-041-163/+163
* Use ANSI function definations.Pyun YongHyeon2011-11-041-146/+55
* Always use the opt_*.h options for ipfw.ko, not just whenBjoern A. Zeeb2011-11-048-28/+6
* Silence an (otherwise harmless) very recurrent warning when building theRobert Millan2011-11-041-1/+2
* Call the correct chipset power routine when disabling the AR5416 and later NICs.Adrian Chadd2011-11-041-1/+1
* Fix for panic at USB controller attach failure during cold boot.Hans Petter Selasky2011-11-041-0/+5
* Simplify the implementation of the failure case in kmem_alloc_attr().Alan Cox2011-11-041-8/+7
* Regen.John Baldwin2011-11-0411-14/+101
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-0414-22/+364
* Move the cleanup of f_cdevpriv when the reference count of a devfsJohn Baldwin2011-11-042-6/+7
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30Bjoern A. Zeeb2011-11-0319-0/+6820
* Fix kernel panic when d_fdopen csw method is called for NULL fp.Konstantin Belousov2011-11-031-0/+4
* Fix a use-after-free/redzone issue in the routing code.Max Laier2011-11-031-12/+14
* Both a crash reported on freebsd-current on Oct. 18 under theRick Macklem2011-11-031-1/+2
* Disable interrupt and preemption for smp_rendezvous() also in theAttilio Rao2011-11-031-0/+12