summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-01Include errno string in log message when we fail to open a file.Todd C. Miller
2016-07-01SolidRun's HummingBoards and CuBoxes are also available withPatrick Wildt
2016-07-01update currency exchange rates;Jason McIntyre
2016-07-01Simplify IP proto-specific sockopt error handling.Brent Cook
2016-06-30Use CLOCK_UPTIME instead of CLOCK_MONOTONIC, as the later makes jumpsAlexandre Ratchov
2016-06-30Update perl Time::HiRes to 1.9739Andrew Fresh
2016-06-30Also mention the term 'USB device' in the title to make clear that theMarcus Glocker
2016-06-30update aliases documentation to reflect realityGilles Chehade
2016-06-30don't need the .xr to sysctl now eitherTed Unangst
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2016-06-30nptys sysctls were removedTed Unangst
2016-06-30ntpys sysctl was removedTed Unangst
2016-06-30992 ptys is the hard max.Ted Unangst
2016-06-30Use ``rt_addr'' rather than ``rt_ifa'' to get the source addressMartin Pieuchot
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementati...Brent Cook
2016-06-30Tighten behavior of _rs_allocate on Windows.Brent Cook
2016-06-30bump to 2.4.2Brent Cook
2016-06-30Prevent NULL deref, pointed out by llvm's scan-build.Florian Obser
2016-06-30adapt S option: add C, rm F (not relevant with 0 cache and disablesOtto Moerbeek
2016-06-30Restore the automagically added /64 route on p2p interfaces in order toMartin Pieuchot
2016-06-30Explicitly check for 100% completion to avoid potential floating pointDarren Tucker
2016-06-30remove some unused variables (that were commented out anyway)Mike Larkin
2016-06-30Remove flags for disabling constant-time operations.Brent Cook
2016-06-29If /tmp/vi.recover doesn't exist, don't create it. Warn onceTheo Buehler
2016-06-29Document arptimeout, arpdown. Prodded by and ok jmc@Chris Cappuccio
2016-06-29sort the -o list;Jason McIntyre
2016-06-29Spring cleanupJeremie Courreges-Anglas
2016-06-29Make the fdt parser skip nop tokens. This is needed on someVisa Hankala
2016-06-29Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACKEric Faurot
2016-06-29Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This bitMike Larkin
2016-06-28Add missing words to help the reader.Jeremie Courreges-Anglas
2016-06-28whitespace nitJeremie Courreges-Anglas
2016-06-28revert previous. better fix applied to fts_open.Ted Unangst
2016-06-28oops, $pkg can be more than a pkgname. We have the right informationMarc Espie
2016-06-28Add -M and -m options to specify the outgoing and incoming minimum TTLJeremie Courreges-Anglas
2016-06-28IP_MINTTL and IPV6_MINHOPCOUNT work on TCP and UDP socketsJeremie Courreges-Anglas
2016-06-28For the EINVAL case there can be more than a single option.Todd C. Miller
2016-06-28fts_open() requires that the list passed as argument to contain at leastTodd C. Miller
2016-06-28Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolvedChris Cappuccio
2016-06-28Do not return an error in fts_open(3) if one of the paths in argvTodd C. Miller
2016-06-28Use IPV6_MINHOPCOUNT to finish implementing ttl-security for IPv6.Jeremie Courreges-Anglas
2016-06-28option -z that uses is-branch info to produce "complete"Marc Espie
2016-06-28document is-branchMarc Espie
2016-06-28don't report errors for 'rm -rf ""'. report by rkitover.Ted Unangst
2016-06-28introduce rwlock for socketbuf instead of the old flag and tsleep dance.Ted Unangst
2016-06-28IPV6_MINHOPCOUNT now supports UDP (unicast and multicast)Jeremie Courreges-Anglas
2016-06-28Add UDP unicast and multicast support for IP_MINTTL/IPV6_MINHOPCOUNTJeremie Courreges-Anglas
2016-06-28fix a couple of errors in the page;Jason McIntyre
2016-06-28Back out previous; otto saw a potential race that could lead to aTheo Buehler