aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change ncp_scan_bindery_object() to pass a constant search string.Ed Schouten2011-10-161-1/+1
* Enforce a memory barrier in stream operations, as is done on otherNathan Whitehorn2011-10-151-0/+7
* Properly free resources in case of an error.Christian Brueffer2011-10-151-0/+1
* - add support for I-O DATA RSA-PCI2/REitan Adler2011-10-151-0/+6
* Add support for IPv4 /31 prefixes, as described in RFC3021.Gleb Smirnoff2011-10-152-4/+11
* Remove last remnants of classful addressing:Gleb Smirnoff2011-10-154-52/+18
* Properly free resources in an error case.Christian Brueffer2011-10-151-1/+3
* Control the execution permission of the readable segments forKonstantin Belousov2011-10-154-4/+16
* Merge from NetBSD:Marius Strobl2011-10-156-327/+344
* Never switch directly from INIT to MASTER, since this producesGleb Smirnoff2011-10-141-18/+4
* Fix a typo in a comment.John Baldwin2011-10-141-1/+1
* Regen.John Baldwin2011-10-145-12/+12
* Use PAIR32TO64() for the offset and length parameters toJohn Baldwin2011-10-142-4/+4
* ath_pci PCI setup fixes.Adrian Chadd2011-10-141-3/+17
* Use PTRIN().Marcel Moolenaar2011-10-131-1/+1
* Merge from r225950:Marius Strobl2011-10-134-10/+46
* Wrap mprotect(2) so that we can add execute permissions when readMarcel Moolenaar2011-10-136-10/+32
* Wrap mprotect(2)Marcel Moolenaar2011-10-131-1/+1
* In freebsd32_mmap() and when compiling for amd64 or ia64, alsoMarcel Moolenaar2011-10-131-0/+5
* Fix bmiss notifications, events should be sent when NOT scanning.Bernhard Schmidt2011-10-131-1/+1
* In sys_obreak() and when compiling for amd64 or ia64, when the processMarcel Moolenaar2011-10-131-2/+12
* In elf32_trans_prot() and when compiling for amd64 or ia64, addMarcel Moolenaar2011-10-131-0/+6
* Link the demo application against ncursesw to make Unicode work.Ed Schouten2011-10-131-1/+1
* Use TAILQ_FOREACH() in the nd6_dad_find() instead of hand-rolled implementation.Gleb Smirnoff2011-10-131-4/+4
* De-spl(9).Gleb Smirnoff2011-10-131-3/+1
* Restore functions in6_ifaddloop() and in6_ifremloop() that wereGleb Smirnoff2011-10-131-68/+85
* Name these gpio pins better, they are on an external PLD and not the same asAndrew Thompson2011-10-121-5/+5
* Dont just set the pin high when turning on output, use the current value. AlsoAndrew Thompson2011-10-121-9/+38
* Make sure the inp wasn't dropped when rexmt let go of the inp andNavdeep Parhar2011-10-121-0/+7
* Make memguard(9) capable to guard uma(9) allocations.Gleb Smirnoff2011-10-125-15/+85
* If an allocation for a specific resource range fails because it is not inJohn Baldwin2011-10-123-7/+27
* Correct a bug in export of capability-related information from the sysctlsRobert Watson2011-10-121-12/+20
* Fix an unused variable warning/error when invariants isn't enabled.Adrian Chadd2011-10-121-2/+1
* Don't call fixup_filename() on each witness lock call.Adrian Chadd2011-10-121-41/+63
* - Remove unused remnants of MII bitbang'ing.Marius Strobl2011-10-112-20/+3
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkDag-Erling Smørgrav2011-10-113-1/+41
* 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