aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When unmounting a filesystem always wait for the vfs_busy lock to clearKirk McKusick2011-10-111-12/+0
* Add curly braces missed in r226247.Christian Brueffer2011-10-111-1/+2
* Use the most significant 6 bits of the dscp instead of the leastMichael Tuexen2011-10-111-7/+7
* Properly free linux_gidset in case of an error.Christian Brueffer2011-10-111-0/+1
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDEdward Tomasz Napierala2011-10-101-1/+1
* All indirect routes will fail the rtcheck, except for a special hostQing Li2011-10-101-25/+17
* Get struct sctp_net_route in tune with struct route.Michael Tuexen2011-10-101-0/+2
* Add USB mass storage quirk for device that emits errors after the automaticHans Petter Selasky2011-10-102-0/+6
* Bugfix: The ucom detach function is sometimes called on zeroed structures.Hans Petter Selasky2011-10-101-0/+3
* Do not ignore block offsets.Konstantin Belousov2011-10-101-0/+1
* When moving an stcb to a new inp and we copy over the list ofMichael Tuexen2011-10-101-0/+3
* Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata().Alexander V. Chernikov2011-10-101-9/+7
* Add missing break statement to make sure all 3DES etypes really are treatedChristian Brueffer2011-10-101-0/+1
* Properly use the cursor to bound the position for CUP.Ed Schouten2011-10-101-1/+1
* Fix an incorrect use of sizeof().Adrian Chadd2011-10-101-1/+1
* Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older...Adrian Chadd2011-10-101-1/+1
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelCraig Rodrigues2011-10-091-0/+3
* Recognize the Intel(R) Centrino(R) Wireless-N 130.Marius Strobl2011-10-091-0/+1
* In device_get_children() avoid malloc(0) in order to increase portabilityMarius Strobl2011-10-091-0/+5
* Prefer KOBJMETHOD_END.Marius Strobl2011-10-091-2/+1
* Sprinkle const.Marius Strobl2011-10-091-9/+9
* Update the inp stored in a HB-timer when moving an stcb to a new inp.Michael Tuexen2011-10-092-1/+2
* Remove inphy(4), exphy(4) as well as ruephy(4) that no longer existed as aMarius Strobl2011-10-081-3/+0
* Fix the handling of an empty kmem map by sysctl_kmem_map_free(). InAlan Cox2011-10-081-2/+2
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl2011-10-0810-48/+47
* Fix an infinite loop in siba_bwn_suspend().Christian Brueffer2011-10-081-1/+1
* Remove dead code, "error" doesn't change between this check and theChristian Brueffer2011-10-081-4/+0
* Remove two dublicated assignments.Christian Brueffer2011-10-081-3/+0
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soPyun YongHyeon2011-10-082-52/+25
* Do not try removing an ARP entry associated with a given interfaceQing Li2011-10-071-1/+2
* Sync with ahc(4)/ahd(4)/sym(4) etc:Marius Strobl2011-10-073-0/+3
* Add missing va_end() in an error case to clean up after va_start()Christian Brueffer2011-10-071-0/+1
* Add missing va_end() to clean up after va_start().Christian Brueffer2011-10-071-0/+1
* Remove the reference held on the loopback route when the interfaceQing Li2011-10-071-1/+3
* Prevent TCP sessions from stalling indefinitely in reassemblyAndre Oppermann2011-10-071-2/+28
* Remove unused define.Konstantin Belousov2011-10-077-9/+0
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-071-1/+1
* Add back the IP header length to the total packet length field onAndre Oppermann2011-10-071-0/+7
* Remove an extraneous "already" from a comment introduced by r226081.Rick Macklem2011-10-071-1/+1
* Simply let teken_stress use arc4random.Ed Schouten2011-10-071-11/+1
* Tab should not blank cells.Ed Schouten2011-10-071-14/+1
* Change one printf() to log().Jonathan Anderson2011-10-071-1/+1
* Merge from r225950:Marius Strobl2011-10-072-7/+19
* Begin implementing correct MIPS24K sampling mode behaviour.Adrian Chadd2011-10-071-4/+7
* Increase MSGBUF_SIZE.David E. O'Brien2011-10-071-1/+1
* Disallow various debug.kdb sysctl's when securelevel is raised.David E. O'Brien2011-10-071-9/+14
* Return proper errno when we hit error when doing sanity check.Xin LI2011-10-071-4/+22
* A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subjectRick Macklem2011-10-071-10/+48
* Use the caculated length instead of maximum length.Jung-uk Kim2011-10-061-2/+2
* Remove a now-defunct variable.Jung-uk Kim2011-10-061-16/+15