summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2018-08-08ifconfig cannot be pledged because of its overwhelming amount ofFlorian Obser
2018-08-08tabs are ok at start of line, but internally space seperation is the normTheo de Raadt
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-06Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Since -s argument is no longer checked, during reexec, the argv size then mustRicardo Mestre
2018-08-04Oops. Missing chunk from previous 'secs' -> 'ui'.Kenneth R Westerback
2018-08-04Rename local variable 'secs' to 'ui' to be consistant with all otherKenneth R Westerback
2018-08-04Leave the control socket behind on shutdown. It doesn't hurt anyone.Florian Obser
2018-08-03Move pledge after getopt when we know whether the operation is reboot,Theo de Raadt
2018-08-03document that wpakey needs a preceeding nwid OR join specificationAlexander Hall
2018-08-02errno is never checked after a call to getuint64(). So there is noKenneth R Westerback
2018-07-31Zap v4mask and v6mask in host()kn
2018-07-30recognize WSMOUSE_TYPE_TOUCHPAD devicesJoshua Stein
2018-07-30Simplify host()kn
2018-07-28Use strtonum in host()kn
2018-07-27Have slaacd(8) share information on receiving a MTU advertisement withbket
2018-07-27Enable slaacd(8) to set MTU on an interface.bket
2018-07-24Move duplicate code into new helper print_addr_str()kn
2018-07-24Simplify getaddrinfo() error handlingkn
2018-07-23When moving between networks slaacd configures new addresses butFlorian Obser
2018-07-23replace references to rtadvd(8) with rad(8)Florian Obser
2018-07-23Handle duplicate address detection failures.Florian Obser