aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the remnants of /stand/sysinstall.Sergey Kandaurov2011-11-032-2/+2
* Remove a couple of write-only variables.Sergey Kandaurov2011-11-031-7/+0
* Sprinkle some const.Marius Strobl2011-11-021-6/+6
* Remove variable initialized but no longer actually used since r226995.Marius Strobl2011-11-021-3/+0
* Restore sysctl names for tcp_sendspace/tcp_recvspace.Sergey Kandaurov2011-11-022-2/+2
* Disable the TX ready interrupts once we received one, some UART won't clearOlivier Houchard2011-11-021-2/+5
* Add mutex and two flags to make orphan() call properly asynchronous:Alexander Motin2011-11-021-22/+65
* Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist()Alan Cox2011-11-022-12/+44
* Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb()Alexander Motin2011-11-011-12/+27
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-0110-6/+737
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-012-50/+44
* Increase the IOC port initialization timeouts by ten times to what theMarius Strobl2011-11-011-1/+1
* In r225931 I've missed the only other driver using the pointer returnedMarius Strobl2011-11-013-7/+31
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-011-55/+46