summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2018-07-22No need to re-implement realloc(). Just use itKenneth R Westerback
2018-07-22Tweak comment about truncating NULs to reflect newKenneth R Westerback
2018-07-22When finished pulling an option out of a buffer, skip directly to theKenneth R Westerback
2018-07-21Reading past the end of a buffer is bad, Even if theKenneth R Westerback
2018-07-21There is no need to initialise global and static local variables to zero,Claudio Jeker
2018-07-20Stop checking table commands for `create'kn
2018-07-19i found a nicer way to describe -join;Jason McIntyre
2018-07-18replace manual zero initialization of various fields with memset;Florian Obser
2018-07-18When running flood ping with count packets (-c) set an alarm afterFlorian Obser
2018-07-17stop assuming prefix lengths, remove inet6_makenetandmask()kn
2018-07-16use ANSI C function declaration; no binary changeJasper Lievisse Adriaanse
2018-07-16reduce duplicate code, fix typo/free correct bufferkn
2018-07-14Document that route monitor also takes -T rtable as an argument.Sebastian Benoit
2018-07-14Make route monitor display changes in all routing domains by forcingSebastian Benoit
2018-07-13no longer interpret 0.192.168.4 in hosts(5) as 192.168.4/24Ingo Schwarze
2018-07-13Use "rtable" not "tableid" as argument name for rtablekn
2018-07-13Unused variables.Kenneth R Westerback
2018-07-13Fix regression on child queue definitionskn
2018-07-13- differentiate between join and nwidJason McIntyre