summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2013-10-07Say 'fragments' where fragments are meant. Divide by DEV_BSIZEKenneth R Westerback
2013-10-07Show number of sectors, not the number of 512-byte blocks, whenKenneth R Westerback
2013-10-07Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, sinceKenneth R Westerback
2013-10-06daddr_t tweaks. %lld -> %llu, intermediate disk sector calculationKenneth R Westerback
2013-10-06daddr_t comment tweak and whitespace fix.Kenneth R Westerback
2013-10-03Print u_int64_t variables with %llu.Kenneth R Westerback
2013-09-26Removed a break of a switch-case, which had not been removed in the last commit.Patrick Wildt
2013-09-26After some manipulations with the buffer, ike message header (hdr)Mike Belopuhov
2013-09-23Revert. It seems people don't agree about which device should be used.Antoine Jacoutot
2013-09-23cd0a -> cd0c for consistency with the FAQ.Antoine Jacoutot
2013-09-13pflow(4) does not work without flowsrc set.Florian Obser
2013-09-13errx() provides its own newline, so remove it from the string hereBret Lambert
2013-09-12Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.Kenneth R Westerback
2013-09-10The rule is: daddr_t variables hold counts of 512-byte blocks, a.k.a.Kenneth R Westerback
2013-09-09Calculate the lease time fields (expiry, renew, rebind) afterKenneth R Westerback
2013-08-25the comment that comma characters cannot be used in transformMike Belopuhov
2013-08-22this full stop has lost its way...Jason McIntyre
2013-08-19Add missing util.hDavid Coppa
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-08-17Do not create a route to the bound address via 127.0.0.1. Our stackKenneth R Westerback
2013-08-16Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS.Martin Pieuchot
2013-08-14Only skip address deleting/adding and route deleting/adding onFlorian Obser
2013-08-14one more Mt; from jan staryJason McIntyre
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-08-12Remove duplicate and incorrect recursive anchor printing codeMike Belopuhov
2013-08-12Add missing \n after a warning.Raphael Graf
2013-08-11capitalize RAID in one spot.Brad Smith
2013-08-02Remove an incorrect call to pfctl_print_rule_counters when trying toMike Belopuhov
2013-08-01Provide local implementations of if_nametoindex(3) and if_indextoname(3)Mike Belopuhov
2013-07-21In getmntname(), iterate through the list of mount points fromTodd C. Miller
2013-07-21zap one redundant line, replacing it with a note that althoughJason McIntyre
2013-07-21tidy up DESCRIPTION somewhat, and format nicer;Jason McIntyre
2013-07-21re-zap the previous paragraph, but this time in its place documentJason McIntyre
2013-07-20reverting previous until i can work out what henning is telling me...Jason McIntyre
2013-07-19Prep for WARNINGS=yes: add the prototypes that were missing, silencePhilip Guenther
2013-07-19Compile /sbin/route with -Wall enabled.Alexander Bluhm
2013-07-19remove redundant paragraph; from Pieter VerberneJason McIntyre
2013-07-18Revert 1.191 and 1.193 and fix the original problem (access to the lastPhilip Guenther
2013-07-18Correct off-by-one in naming of nodes below vfs.mounts.Philip Guenther
2013-07-16Add missing .Mt macros for AUTHORS email addresses.Ingo Schwarze
2013-07-16Make sure the ioctl(2) has been processed by sppp(4) before printingMartin Pieuchot
2013-07-15If a DHCPREQUEST returns a lease identical to the one currently bound toKenneth R Westerback
2013-07-14merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),Jason McIntyre
2013-07-14"r" logs to syslog; From: Anders BerggrenJason McIntyre
2013-07-11update (or add) STANDARDS;Jason McIntyre
2013-07-11Put more debug verbiage under DEBUG. Add a few more debug messages.Kenneth R Westerback
2013-07-10Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctlsMartin Pieuchot
2013-07-07Remove erroneous warnings -- we do not reject offers just because theKenneth R Westerback
2013-07-06Tone down verbosity by putting the "Unexpected <blah>" messages underKenneth R Westerback