aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Teach crunchide about EM_S390 to make bootstrapping from futureBjoern A. Zeeb2017-01-101-0/+1
* Avoid taking the address of a packed struct member in mfiutilDimitry Andric2017-01-091-1/+3
* Add a REVISION section to track changes for the BEGEMOT-NETGRAPH MIB fileEnji Cooper2017-01-091-0/+13
* Add a REVISION section to track changes for the BEGEMOT-ATM-FREEBSD-MIB MIB fileEnji Cooper2017-01-091-1/+3
* Add a REVISION section to track changes for the hostres moduleEnji Cooper2017-01-091-0/+3
* Improve the smilint target in the hostres and mibII modulesEnji Cooper2017-01-092-4/+6
* Use SRCTOP instead of spelling out the full path with .CURDIREnji Cooper2017-01-097-8/+8
* Use nitems(mib) instead of hardcoding mib's lengthEnji Cooper2017-01-091-4/+4
* Sort #includesEnji Cooper2017-01-091-26/+22
* Clean up trailing whitespaceEnji Cooper2017-01-091-23/+23
* Style(9) fixesEnji Cooper2017-01-091-6/+6
* Use correct PCI device id for virtio-rng.Peter Grehan2017-01-081-1/+1
* Make sure the 'Always-one' bit is always set to one,Peter Grehan2017-01-081-8/+19
* chown/chgrp: Add SIGINFO handlerConrad Meyer2017-01-083-31/+65
* 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