summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove two functions unused after r273848. Would be nice if clangtrasz2014-10-301-29/+0
* Remove redundant code.ae2014-10-301-65/+4
* Move ifq drain into in6m_purge().ae2014-10-301-3/+2
* Add two new functions to the AGP driver KPI to bind/unbind arbitrary setstijl2014-10-302-0/+86
* Fix mbuf leak in IPv6 multicast code.ae2014-10-301-0/+3
* Update acl(3) to expand on NFSv4 ACL support.trasz2014-10-301-5/+9
* Make it clear that ACL flags are NFSv4-only.trasz2014-10-307-14/+14
* Fix handling of "conn" mount_nfs(8) option.trasz2014-10-301-1/+1
* Note that the "timeout" nfs option is in tenths of a second.trasz2014-10-301-1/+2
* Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() andjch2014-10-305-68/+93
* Add support for "timeo", "actimeo", "noac", and "proto" optionstrasz2014-10-303-7/+80
* Get rid of obsolete code in mount_nfs(8).trasz2014-10-301-217/+2
* filedesc: make sure to force table reload in fget_unlocked when count == 0mjg2014-10-301-1/+6
* fix spelling of offset since that is what is used in the body...jmg2014-10-301-3/+3
* filedesc: microoptimize fget_unlocked by retrying obtaining reference countmjg2014-10-301-4/+3
* filedesc: get rid of atomic_load_acq_int from fget_unlockedmjg2014-10-302-40/+56
* .a's are installed in /usr/lib, don't delete them.delphij2014-10-291-1/+0
* Fix a clang 3.5 warning about abs(3) being given an argument of typedim2014-10-291-5/+5
* Replace a magic number with the proper definition. This change actuallyjkim2014-10-291-2/+2
* Rework the EXAMPLES section to be a bit clearer.jhb2014-10-291-6/+58
* Fix iscsictl(8) and ctld(8) to correctly handle Windows newlinestrasz2014-10-292-0/+2
* Keep the token list sorted.trasz2014-10-291-3/+3
* Make it possible to optionally use semicolon to separate statements.trasz2014-10-292-1/+12
* Simplify code; no functional changes.trasz2014-10-293-47/+21
* Add discovery-filter. This makes it possible to restrict which targetstrasz2014-10-297-8/+193
* rping: make sure that the CQ event thread can never poll a CQ after itnp2014-10-291-7/+13
* Fix the logic inversion in the previous commit by ensuring that the matchedngie2014-10-291-1/+1
* Implement better handling for ENOSPC error for both CTL and CAM.mav2014-10-294-8/+24
* make this compile on arm... bus_size_t is not size_t, and it hasjmg2014-10-291-2/+2
* Userspace library for Chelsio's Terminator 5 based iWARP RNICs (prettynp2014-10-2921-1/+55842
* Filter out TESTS_SUBDIRS already added to SUBDIR instead of blindlyngie2014-10-281-2/+4
* Treat IFS separators in "$*" as quoted.jilles2014-10-284-5/+25
* Rework virtual machine hypervisor detection.jhb2014-10-287-134/+187
* Make the GPIO children attach to the first unit available and not only toloos2014-10-2815-31/+35
* Always request a completion for every work request for iWARP. Thenp2014-10-281-1/+1
* Import in latest mtree from NetBSD to fix a bug in parsing group filesbrooks2014-10-285-98/+116
* Document iSNS defaults.trasz2014-10-281-1/+3
* Fix renaming a group via the gr_copy functionbapt2014-10-282-5/+26
* Actually install casuword(9) to fix build.jkim2014-10-281-0/+1
* Ensure pw userdel -u <invalid> do not try to remove rootbapt2014-10-282-0/+14
* Fix atf syntaxbapt2014-10-281-1/+1
* Convert kern_umtx.c to use fueword() and casueword().kib2014-10-281-217/+346
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-286-20/+51
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-2811-78/+445
* Do not delete the group wheel when bad argument is passed to pw groupdel -gbapt2014-10-282-0/+17
* Add missing /usr/lib/debug directoriesemaste2014-10-282-0/+13
* Fix a regression in pw usermod -G listbapt2014-10-282-1/+40
* Remove spurious libelf dependency.nwhitehorn2014-10-281-1/+1
* Make some infiniband example utilities easily buildable:hselasky2014-10-288-9/+69
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-288-107/+125
OpenPOWER on IntegriCloud