summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Another attempt at resolving CID 1305629. The test of cmd == -1truckman2016-05-131-1/+1
* i2c(8): uninitialized variable (UNINIT).pfg2016-05-131-1/+3
* bhyve: consider the bogus case of a negative bar idx.pfg2016-05-131-2/+2
* bhyve: replace uninitialized variable "offset".pfg2016-05-131-2/+2
* Properly compute the size argument to pass to malloc().truckman2016-05-131-1/+1
* Move a call to cam_freeccb() to avoid a use after free error andtruckman2016-05-131-1/+1
* Revert r299584:truckman2016-05-131-1/+1
* i2c(8): uninitialized variable (UNINIT).pfg2016-05-131-1/+2
* Mark usage() as __dead2 so that Coverity doesn't think that executiontruckman2016-05-131-1/+1
* Avoid indexing an array with a negative value.truckman2016-05-131-1/+1
* Use strlcpy() instead of strncpy() to ensure that ret->name istruckman2016-05-131-1/+1
* Use strlcpy() instead of strncpy() to ensure that qup->fsname is NULtruckman2016-05-131-1/+1
* Use strlcpy() instead of strncpy() when copying to dom_domain totruckman2016-05-121-3/+15
* rtadvd(8): Fix use-after-close in cm_handler_clientcem2016-05-121-1/+3
* rtadvd(8): Don't use-after-freecem2016-05-121-1/+2
* rtadvd(8): Fix a typo in full msg receive logiccem2016-05-121-6/+6
* traceroute6(8): use NULL instead of zero for initializing a pointer.pfg2016-05-121-1/+1
* route6d(8): Fix potential double-freecem2016-05-111-1/+3
* mixer(8): Style: Tag no-return usage() as __dead2cem2016-05-111-2/+2
* ffs_bswap: Copy one UFS dinode member at a timecem2016-05-111-2/+5
* bsdinstall/zfsboot: Do not mirror swap when swapsize is 0allanjude2016-05-101-1/+1
* Directly set the NONBLOCK flags when creating the socketbapt2016-05-101-8/+1
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-105-10/+10
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-102-9/+9
* Replace fparseln(3) with getline(3) to remove dependency on libutilbapt2016-05-092-7/+11
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-0411-86/+46
* Improve performance and functionality of the bitstring(3) apiasomers2016-05-041-1/+1
* Fix "getextattr -x" with non-ascii attribute valuesasomers2016-05-042-4/+18
* Allow setextattr(8) to take attribute values from stdinasomers2016-05-044-34/+93
* pmcstudy.8: minor "efficiency" fix.pfg2016-05-031-1/+1
* bsdinstall: fix static address assignment for protected wireless networks.avos2016-05-021-1/+1
* rpcbind: use our roundup() macro when available through <sys/param.h>.pfg2016-05-021-1/+1
* quot: make use of our rounddown() macro when <sys/param.h> is available.pfg2016-05-021-2/+2
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* Use MIN/MAX macros from sys/param.h.araujo2016-05-021-3/+2
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* Use MAX macro from sys/param.h.araujo2016-05-021-1/+1
* typojamie2016-05-011-1/+1
* usr.sbin: minor spelling fixes on comments.pfg2016-05-0110-12/+12
* pmcstat: minor spelling fixes.pfg2016-05-012-2/+2
* usr.sbin/bsdconfig: minor spelling fixes on comments.pfg2016-05-019-22/+22
* bluetooth: minor spelling fixes.pfg2016-05-012-2/+2
* Clarify when happens when there is a "depend" parameter in jail.conf,jamie2016-04-301-4/+5
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
* Use a better idiom for finding UTC prefixed timezonesngie2016-04-281-3/+4
* Add PACKAGE fields to usr.sbin/extattr/tests/Makefileasomers2016-04-281-0/+4
* Merge ACPICA 20160422.jkim2016-04-273-45/+54
* Add 'devctl delete' that calls device_delete_child().jhb2016-04-272-2/+54
* Add a new rescan method to the bus interface.jhb2016-04-272-1/+19
* MFV r298691:delphij2016-04-2710-48/+130
OpenPOWER on IntegriCloud