summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-21Build the argument list for halt/reboot without excessive use ofChristian Weisgerber
2015-01-21Use plain "-p" to specify "halt and power down", for consistencyChristian Weisgerber
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-20Rewrite to void using union sockaddr_unionTheo de Raadt
2015-01-19DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer usedTheo de Raadt
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZTheo de Raadt
2015-01-19Remove unnecessary <netinet/ip_ipsp.h> includesMike Belopuhov
2015-01-18do not require <a.out.h>Theo de Raadt
2015-01-16Constify the driver name to disk type table, and remove rz and ccd from thatMiod Vallat
2015-01-16Arguments are just ".Ar", not ".Brq Ar" or even ".Ns { Ns Ar ... Ns }".Ingo Schwarze
2015-01-16Tweak previous: Do not put punctuation on its own line, put it at the endIngo Schwarze
2015-01-16Clean up macros in isakmpd(8).Anthony J. Bentley
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15tell the truth about DES.Igor Sobrado
2015-01-15I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)Theo de Raadt
2015-01-14pathconf(1) never happened.Theo de Raadt
2015-01-13Add dmesg -s support, to view the output of rc(8) system startup messages.Marco Pfatschbacher
2015-01-13-/* Backwards compatibility. */Theo de Raadt
2015-01-12Don't forget about protocol specification when configuring flows.Mike Belopuhov
2015-01-10tell the truth about DES.Igor Sobrado
2015-01-09Change rssi passed to ifconfig(8) to a signed value to fix printing signalStuart Henderson
2015-01-06Remove the NOINET6 interface flag, a left-over from the times when IPv6Stefan Sperling
2015-01-04Sort wireless nodes by signal strength, from Simon Nicolussi.Martin Pieuchot
2015-01-03Add support for creating a protective MBR for GPT.Joel Sing
2015-01-03move the list_cloners() prototype out of #ifndef SMALLJonathan Gray
2015-01-02PFS stands for Perfect Forward Secrecy.Igor Sobrado
2015-01-01Enable 'ifconfig -C' (list dynamic interface types) on installKenneth R Westerback
2014-12-28Unbreak the tree. Looks like tedu did not tedu enough when killing KPDKClaudio Jeker
2014-12-22Out out you evil network daemon.Florian Obser
2014-12-19Support source-hash and random with tables and dynifs; not just pools.Reyk Floeter
2014-12-16Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@Todd C. Miller
2014-12-12put global_ptrace here too so users know how to spell it. poke by jmcTed Unangst
2014-12-10If pfctl cannot set a limit in the kernel, print the name of theAlexander Bluhm
2014-12-10Reusing the same field for different things in different contexts mayKenneth R Westerback
2014-12-10The consensus is that RTM_IFINFO messages do not always carry theKenneth R Westerback
2014-12-09Move the initial link status check and possible forceup back beforeKenneth R Westerback
2014-12-08Try harder to avoid displaying "no link ... got link" when initialKenneth R Westerback
2014-12-07Do not move from S_PREBOOT to S_REBOOT just because link_timeoutKenneth R Westerback
2014-12-07Ensure we grab the interface LLADDR as soon as the link state isKenneth R Westerback
2014-12-07Retract check for IFF_RUNNING when checking for link state. At leastKenneth R Westerback
2014-12-06Do not define the variable pid twice to avoid a compiler warning.Alexander Bluhm
2014-12-05Move initial wait for network link into the state machine by addingKenneth R Westerback
2014-12-05Store return value of i2d_X509_NAME in a signed integer to makeMike Belopuhov
2014-12-05Specify correct number of iovecs when sending replies to the ikev2 procMike Belopuhov
2014-12-03Init SPI using arc4random_buf, rather than (r << 32) | rTheo de Raadt
2014-12-03Use arc4random_buf() rather than iterating word by wordoTheo de Raadt
2014-12-03ifconfig $if inet6 autoconf sends periodic router solicitations.Florian Obser
2014-12-03rtsol is goneFlorian Obser
2014-12-03Unhook rtsol(8) and rtsold(8) from the build.Florian Obser