aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Properly compute the size argument to pass to malloc().Don Lewis2016-05-131-1/+1
* Move a call to cam_freeccb() to avoid a use after free error andDon Lewis2016-05-131-1/+1
* Revert r299584:Don Lewis2016-05-131-1/+1
* i2c(8): uninitialized variable (UNINIT).Pedro F. Giffuni2016-05-131-1/+2
* Mark usage() as __dead2 so that Coverity doesn't think that executionDon Lewis2016-05-131-1/+1
* Avoid indexing an array with a negative value.Don Lewis2016-05-131-1/+1
* Use strlcpy() instead of strncpy() to ensure that ret->name isDon Lewis2016-05-131-1/+1
* Use strlcpy() instead of strncpy() to ensure that qup->fsname is NULDon Lewis2016-05-131-1/+1
* Use strlcpy() instead of strncpy() when copying to dom_domain toDon Lewis2016-05-121-3/+15
* rtadvd(8): Fix use-after-close in cm_handler_clientConrad Meyer2016-05-121-1/+3
* rtadvd(8): Don't use-after-freeConrad Meyer2016-05-121-1/+2
* rtadvd(8): Fix a typo in full msg receive logicConrad Meyer2016-05-121-6/+6
* traceroute6(8): use NULL instead of zero for initializing a pointer.Pedro F. Giffuni2016-05-121-1/+1
* route6d(8): Fix potential double-freeConrad Meyer2016-05-111-1/+3
* mixer(8): Style: Tag no-return usage() as __dead2Conrad Meyer2016-05-111-2/+2
* ffs_bswap: Copy one UFS dinode member at a timeConrad Meyer2016-05-111-2/+5
* bsdinstall/zfsboot: Do not mirror swap when swapsize is 0Allan Jude2016-05-101-1/+1
* Directly set the NONBLOCK flags when creating the socketBaptiste Daroussin2016-05-101-8/+1
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-105-10/+10
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-102-9/+9
* Replace fparseln(3) with getline(3) to remove dependency on libutilBaptiste Daroussin2016-05-092-7/+11
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-0411-86/+46
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-1/+1
* Fix "getextattr -x" with non-ascii attribute valuesAlan Somers2016-05-042-4/+18
* Allow setextattr(8) to take attribute values from stdinAlan Somers2016-05-044-34/+93
* pmcstudy.8: minor "efficiency" fix.Pedro F. Giffuni2016-05-031-1/+1
* bsdinstall: fix static address assignment for protected wireless networks.Andriy Voskoboinyk2016-05-021-1/+1
* rpcbind: use our roundup() macro when available through <sys/param.h>.Pedro F. Giffuni2016-05-021-1/+1
* quot: make use of our rounddown() macro when <sys/param.h> is available.Pedro F. Giffuni2016-05-021-2/+2
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-021-3/+2
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Use MAX macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* typoJamie Gritton2016-05-011-1/+1
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-0110-12/+12
* pmcstat: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
* usr.sbin/bsdconfig: minor spelling fixes on comments.Pedro F. Giffuni2016-05-019-22/+22
* bluetooth: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
* Clarify when happens when there is a "depend" parameter in jail.conf,Jamie Gritton2016-04-301-4/+5
* Fix including Kyuafile in packaged base system.Glen Barber2016-04-291-1/+2
* Use a better idiom for finding UTC prefixed timezonesEnji Cooper2016-04-281-3/+4
* Add PACKAGE fields to usr.sbin/extattr/tests/MakefileAlan Somers2016-04-281-0/+4
* Merge ACPICA 20160422.Jung-uk Kim2016-04-273-45/+54
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-272-2/+54
* Add a new rescan method to the bus interface.John Baldwin2016-04-272-1/+19
* MFV r298691:Xin LI2016-04-2710-48/+130
* For pointers use NULL instead of 0.Marcelo Araujo2016-04-272-24/+24
* Remove redundant word.Bjoern Heidotting2016-04-261-1/+1
* Remove unportable calls to basename().Ed Schouten2016-04-261-10/+11
* Remove a variable and three lines of code which I should have removed asGarance A Drosehn2016-04-251-5/+1