summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2013-07-06Fix a lie in one comment and zap a pointless sentence in another.Kenneth R Westerback
2013-07-06Zap leading whitespace.Kenneth R Westerback
2013-07-05Zap trailing whitespace.Kenneth R Westerback
2013-07-05More a.out files leave the party.Miod Vallat
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05Collect and display 'match' counters for pf tables.Bret Lambert
2013-07-02Long passwords could not be replaced completely with shorterAlexander Bluhm
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
2013-06-18Initialize duid memory before shifting stuff into elements of it.Kenneth R Westerback
2013-06-18Don't use inet_ntoa() twice in one parameter list. You'll just printKenneth R Westerback
2013-06-18Split RTM_NEWADDR and RTM_DELADDR handling into separate casesKenneth R Westerback
2013-06-17Check calloc() return value. Plug leak of resulting memory.Kenneth R Westerback
2013-06-13Add support for protected-subnet config types.Reyk Floeter
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-09Make route adding interface more flexible by passing flags to beKenneth R Westerback
2013-06-09Fix/clarify some comments. do memset()'s only when variable is goingKenneth R Westerback
2013-06-09Re-apply static route and classless static route support -- this timeKenneth R Westerback
2013-06-09Re-apply route adding code refactoring -- it wasn't the problem thatKenneth R Westerback
2013-06-09add fuse sysctls, from Sylvestre GallonTed Unangst
2013-06-09fix an off by one preventing access to the last filesystem.Ted Unangst
2013-06-09Add back backslash fixes caught in rollback.Kenneth R Westerback
2013-06-09Backout static/classless route handling and default route refactoringKenneth R Westerback
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-04Add support for static routes option (33) and classless staticKenneth R Westerback
2013-06-04Fix "\" escape handling in read_string().Kenneth R Westerback
2013-06-03sprinkle $OpenBSD$, pointed out by pedroMarc Espie
2013-06-03dependent clause requires a subject (comment grammar)Ted Unangst
2013-06-02Add mentions about net.mpls and net.inet.ip.ifq.YASUOKA Masahiko
2013-06-02various fixes; passed back to netbsdJason McIntyre
2013-06-02Switch from antique struct direct to struct direntPhilip Guenther
2013-06-01remove set-tos backwards compat, moved into the set {} block a year agoHenning Brauer
2013-06-01Refactor the default route adding code to use a general route addingKenneth R Westerback
2013-06-01import tmpfs code, originally from netbsd.Marc Espie
2013-05-31Correct the range checks in ifconfig properly for vhid, advbase and advskew.YASUOKA Masahiko
2013-05-31don't truncate trailing zeros from the round-trip times; ok deraadt@ sthen@Christian Weisgerber
2013-05-27autodetect ipv6 addresses for route(8). ok benno@ bluhm@, manpage help jmc@Stuart Henderson
2013-05-22Move the gmac/null ciphers to a different table block, clearly labelled asStuart Henderson