aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Show that the crunchgen configuration file name is not optional.Warren Block2017-01-061-3/+3
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-063-4/+6
* Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead ofEnji Cooper2017-01-062-3/+8
* Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead ofEnji Cooper2017-01-061-2/+7
* Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead ofEnji Cooper2017-01-061-3/+6
* Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead ofEnji Cooper2017-01-061-2/+7
* Merge ACPICA 20161222.Jung-uk Kim2017-01-052-2/+2
* OS_getSystemUptime: use nitems for calculating the number of elementsEnji Cooper2017-01-051-2/+2
* Fix build when WITHOUT_INET6 is defined.Hiroki Sato2017-01-051-0/+8
* style cleanupEnji Cooper2017-01-041-3/+2
* bridge_do_pfctl: allocate mib_name dynamically using asprintfEnji Cooper2017-01-041-7/+12
* bridge_get_pfval: use nitems instead of spelling it out longhandEnji Cooper2017-01-041-2/+2
* Use strlcpy instead of strcpy when copying the bridge name to ifr.ifr_nameEnji Cooper2017-01-041-3/+3
* Fix logical inversion when checking result from callocEnji Cooper2017-01-041-1/+1
* Quell Coverity for diskinfo(8)Alan Somers2017-01-041-4/+7
* Swap parameters around with parse_syntax_strval(..) for consistency withEnji Cooper2017-01-031-4/+3
* Make /usr/lib/libbsnmptools.so.0 into an INTERRNALLIBEnji Cooper2017-01-033-3/+9
* Fix up grammar.Cy Schubert2017-01-011-1/+1
* Call snmp_pdu_free on req/resp with a consistent, correct patternEnji Cooper2017-01-011-11/+21
* snmp_output_err_resp, snmp_output_resp: allocate `object` using calloc, notEnji Cooper2016-12-311-8/+23
* snmp_output_resp: style(9): sort variables by alignmentEnji Cooper2016-12-311-2/+2
* - Use more descriptive names for variables.Hiroki Sato2016-12-311-33/+37
* Set value->v.octetstring.len to a correct value on malloc success/failureEnji Cooper2016-12-311-3/+3
* - Add static for symbols which need not to be exported.Hiroki Sato2016-12-313-124/+129
* snmp_pdu_free the right object at the right time in snmptool_walkEnji Cooper2016-12-311-2/+7
* Remove extra NULL-check before free(3).Hiroki Sato2016-12-311-2/+1
* Don't call snmp_pdu_free(..) until finished with the pdu and when ready toEnji Cooper2016-12-311-3/+2
* Replace two fat signal handlers with function calls inHiroki Sato2016-12-311-66/+68
* Retry to open an F_PIPE process when it dies unexpectedly.Hiroki Sato2016-12-311-16/+18
* Don't explicitly build tcp wrappers support into bsnmpd; make it conditionalEnji Cooper2016-12-281-2/+6
* Fix the build by moving the initializers for len/nswapdev down below theEnji Cooper2016-12-281-2/+5
* style(9): clean up whitespaceEnji Cooper2016-12-281-8/+8
* style(9) fixes: clean up leading whitespaceEnji Cooper2016-12-281-0/+1
* style(9) fixes: clean up leading whitespaceEnji Cooper2016-12-281-1/+1
* style(9) fixesEnji Cooper2016-12-287-20/+20
* Only build/install usr.sbin/bsnmpd/modules/snmp_hast if MK_HAST != noEnji Cooper2016-12-281-1/+4
* Only build/install usr.sbin/bsnmpd/modules/snmp_wlan if MK_WIRELESS != noEnji Cooper2016-12-281-1/+4
* Install snmpmod.3 as all of the bsnmpd APIs it documentsEnji Cooper2016-12-281-0/+99
* style(9): clean up trailing whitespaceEnji Cooper2016-12-2724-70/+70
* Add MAX_LUNS overflow safety checks.Alexander Motin2016-12-272-4/+27
* Don't assign rtjp twice.Xin LI2016-12-261-2/+1
* - pstat(8) does not accept any arguments other than getopt() args,Xin LI2016-12-261-3/+1
* Improve IP address list representation in libxo output.Jamie Gritton2016-12-241-28/+75
* - Fix -N flag (NoBind) for AF_LOCAL sockets.Hiroki Sato2016-12-241-12/+21
* Unbreak syslogd after r310494Enji Cooper2016-12-241-1/+2
* Warning message cleanupEnji Cooper2016-12-243-42/+36
* - Remove unused code.Hiroki Sato2016-12-241-9/+6
* - More ifdef INET and INET6.Hiroki Sato2016-12-231-17/+34
* mdoc and style fixes.Hiroki Sato2016-12-231-47/+82
* - Fix a use-after-free bug when dq_timeout == 1 andHiroki Sato2016-12-221-32/+35