summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-09-16The kernel does not set the address family for the socket addressesAlexander Bluhm
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-13Avoid unneeded variable in gen_dynnode()kn
2018-09-11Fix netmask regression in get_dynnode()kn
2018-09-11Tighten validation tests on an obscure corner case ofKenneth R Westerback
2018-09-11Remove unused buffer from host()kn
2018-09-10Merge host_v{4,6}() into simpler host_ip()kn
2018-09-10Introduce copy_satopfaddr()kn
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-08Enforce that "join" and "nwid" may not be used at the same time.Peter Hessler
2018-09-08Allocate path only when needed, use __func__kn
2018-09-08Error out early on bad anchor usagekn
2018-09-07More __func__ to fix error messageskn
2018-09-07Fix function name in error messages by using __func__kn
2018-09-07Remove wildcard address on loopack remnantskn
2018-09-07Remove unnused af argument from unmask(), sync with pfctlkn
2018-09-07Make print_hostname() less AF-specifickn
2018-09-06Remove unused af argument from unmask()kn
2018-09-06Fill netmask AF-independently in print_host()kn
2018-09-05Move AF-specific mask logic from callers into set_ipmask()kn
2018-09-05Use error label in host_if()kn
2018-08-31Dont print "default" for "0.0.0.0" if it is a host route.YASUOKA Masahiko
2018-08-30Practice safe free()'ing by setting alloc to NULL toKenneth R Westerback
2018-08-30Never let FS_RAID partition be named, a.k.a. given a mount point.Kenneth R Westerback
2018-08-30Fix "route add 0.0.0.0/0 <gateway>" to work properly. Shift countYASUOKA Masahiko
2018-08-29Better description for inet6 eui64, plus consistency tweaksJeremie Courreges-Anglas
2018-08-28Display per-TDB counters in verbose mode.Martin Pieuchot
2018-08-28Tweak messages emitted by editor_resize() so "Partition x shrunk ..."Kenneth R Westerback
2018-08-27disklabel(8) no longer touches bootstrap code so stop mentioning it.Kenneth R Westerback
2018-08-26disklabel(8) has not used the primary/secondary boot filesKenneth R Westerback
2018-08-26Unveil pflogd(8). Similiar to florian@'s recent changes to ifconfig(8),Bryan Steele
2018-08-26pflogd(8): don't try to rename(2) broken/invalid pflog files, instead,Bryan Steele
2018-08-26The three -B forms of disklabel(8) were nuked years ago. So removeKenneth R Westerback
2018-08-24Drop special handling of SIGSYS.cheloha
2018-08-24display CPU_CPUID / machdep.cpuid in hex not decimalJonathan Gray
2018-08-23Always check the return values of get_[fsize|bsize|cpg].Kenneth R Westerback
2018-08-21Unbreak 'R'esize.Kenneth R Westerback
2018-08-19Call daemon with 0 as first argument so that it changes the cwd to /Florian Obser
2018-08-15Restore ability to use hostnames to configure ip addresses.Florian Obser
2018-08-14unveil(2) /etc/nologin.txt for readingcheloha
2018-08-13The iterator i is not the option code, but simply the index for thePatrick Wildt
2018-08-13consistent macros;Jason McIntyre
2018-08-12Add administrative options to LACP trunk implementation.ccardenas
2018-08-12Make ifconfig's -joinlist command work as advertised.Stefan Sperling
2018-08-12add missing markup;Jason McIntyre
2018-08-11Nuke stray/pointless 'volatile' for local var.Kenneth R Westerback
2018-08-11Fix problems ofthe ifconfig argument parser with "ifconfig <if> join".Sebastian Benoit
2018-08-10Zap bits in host_v4(), use mask parameterkn
2018-08-09Drop support for guessing an old-style class A, B, or C netmask fromIngo Schwarze