summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2013-04-06remove kern.rthreadsTed Unangst
2013-04-05send_packet() and writev() return ssize_t, not int. Use correctKenneth R Westerback
2013-04-05Nuke parameter to do_packet() not used since 2006. From dhill.Kenneth R Westerback
2013-04-04Make our dump(8) honour the "nodump" flag for directories, effectivelyVadim Zhukov
2013-04-03handle larger time_t types; toss some unused codeTheo de Raadt
2013-04-02handle large time_tTheo de Raadt
2013-04-02handle time_t which is not u_int32_tTheo de Raadt
2013-04-02Stop assuming time_t is longPhilip Guenther
2013-04-02Use a time_t variable with ctime()Philip Guenther
2013-04-02Don't assume sizeof(time_t)==4Philip Guenther
2013-03-31typo fix from rodent@netbsd;Jason McIntyre
2013-03-30Sync with latest IKEv2 Parameters from IANA. No functional change.Reyk Floeter
2013-03-30Since deleting all the addresses on an interface removes all theKenneth R Westerback
2013-03-29remove some of the unused fields from rndstats and stop printing zeroes.Ted Unangst
2013-03-29sadly, we are going to need machine/cpu.h here for a while to get machdepTed Unangst
2013-03-28remove excesss includesTheo de Raadt
2013-03-25the unused palm code goes away.Theo de Raadt
2013-03-24Simplify logic when processing route dump by using a helper functionKenneth R Westerback
2013-03-22Ignore client-identifier option in leases from a server. They're not supposedKenneth R Westerback
2013-03-21more substantial include cleanupTheo de Raadt
2013-03-21I don't feel great about adding an include for <sys/param.h>, but I feelTheo de Raadt
2013-03-21Free lease with free_client_lease() rather than free().Kenneth R Westerback
2013-03-21Correctly issue WSKBDIO_GETDEFAULTKEYREPEAT instead of WSKBDIO_GETKEYREPEATMiod Vallat
2013-03-21create realloc() loops around sysctl for array-based mibs, in programsTheo de Raadt
2013-03-21remove excessive includesTheo de Raadt
2013-03-21fetch NMBCLUSTERS at runtime from the sysctl kern.maxclustersTheo de Raadt
2013-03-20MCLBYTES does not belong in here.Theo de Raadt
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-13Describe the counters that "pfctl -s info" displays. Tweaks jmc@, ok deraadt@Stuart Henderson
2013-03-13Make sure dhclient doesn't delete IPv6 routes.Paul de Weerd
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-11When binding a lease, check for and clear out any 'zombie' routesKenneth R Westerback
2013-03-08Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entryKenneth R Westerback
2013-03-07Refactor code around route label creation and checking to make it easierKenneth R Westerback
2013-03-05802.1x enterprise is actually supported but requires external software, soStuart Henderson
2013-03-05cross referencing the manual page is better.Igor Sobrado
2013-03-05fix program name used in AUTHORS section.Igor Sobrado
2013-03-05add a few words to the -r description to avoid ambiguity;Jason McIntyre
2013-03-02When a PF rule contains 'set tos' *followed by* a scrub option, the tosStuart Henderson
2013-03-02rework some text that ken thought ambiguous; ok krwJason McIntyre
2013-02-28Try 10 times to obtain the routing table via sysctl(), and if itKenneth R Westerback
2013-02-27Avoid alignment errors when processing routing messages by readingKenneth R Westerback
2013-02-24Remove some anachronisms and use consistant form and markup forKenneth R Westerback
2013-02-24Don't log a complaint that a non-existant default route could not beKenneth R Westerback
2013-02-24When no acceptable offers are received within the allowed timeframe callKenneth R Westerback
2013-02-23'contructed' -> 'constructed'. Spotted by zinke@.Kenneth R Westerback
2013-02-23Attempt a short explanation of the resolv.conf dance. A few otherKenneth R Westerback
2013-02-22Attempt a short explanation of what happens on start up and whenKenneth R Westerback
2013-02-22Document signals dhclient currently pays attention to.Kenneth R Westerback
2013-02-21Use imsg_flush() to force delivery of IMSG_DELETE_ADDRESS toKenneth R Westerback