summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-07Fix a regression caused by timespec changes when vi is run withoutTodd C. Miller
2015-07-07Add tests for incomming syslog messages over TCP.Alexander Bluhm
2015-07-07When syslogd is invoked with -T listen_address, it creates a TCPAlexander Bluhm
2015-07-07add setlocale testsemarie
2015-07-07add regress test for setlocale(3) and some relatedsemarie
2015-07-07the C locale should contain only ASCIIsemarie
2015-07-07regen test data after mktestdata.sh changesMarkus Friedl
2015-07-07adapt tests to new minimum RSA size and default FP formatMarkus Friedl
2015-07-07Always use "ifp" instead of mixing it with "ac->ac_if" in in_arpinput().Martin Pieuchot
2015-07-07/var/unbound/db/root.key can be stored in plain text actually; that's justAntoine Jacoutot
2015-07-07Skip mountpoint checking in case we only want the version or helpAntoine Jacoutot
2015-07-07Only store checksums for:Antoine Jacoutot
2015-07-07Unbreak option parsing:Antoine Jacoutot
2015-07-07Do not return internal nodes to the upper layer in rn_lookup().Martin Pieuchot
2015-07-07At some point the u-boot mlo for panda/beagle stopped looking forJonathan Gray
2015-07-06Remove some unneeded includes. OK deraadt@Todd C. Miller
2015-07-06Trim trailing whitespace from the comsat message before callingTodd C. Miller
2015-07-06Add support for IPv6 by using getaddrinfo(). Our inetd.conf shipsTodd C. Miller
2015-07-06Update environment with -E when attach-session used on an alreadyNicholas Marriott
2015-07-06disksort is dead, and now so is any code that relied on its compatDavid Gwynne
2015-07-06We're now creating a connected route for every configured address soMartin Pieuchot
2015-07-06No longer need to manually pass RTF_MPATH to rt_ifa_add(9).Martin Pieuchot
2015-07-06Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.Stefan Sperling
2015-07-05Let syslogd run with non-blocking sockets. Replace the existingAlexander Bluhm
2015-07-05fix a format specifier used in SR_DEBUG printfs.Mike Larkin
2015-07-05Include missing 'const' references in man page and fix some parameter namesMike Larkin
2015-07-05Document the new 'fflag' argument to VOP_POLL().Todd C. Miller
2015-07-05In case-statements where single and multiline commands are used,Robert Peichaer
2015-07-05regenJoerg Jung
2015-07-05add id for TEMPerHUM sensorJoerg Jung
2015-07-04Fix misleading indentMiod Vallat
2015-07-04document PKGPATHS, used together with PKGNAMES.Marc Espie
2015-07-04Use "alternation" consistentlyfeinerer
2015-07-04get rid of some if 0 code that refers to b_actf.David Gwynne
2015-07-04replace the manual buf list management with a fifo bufq. it simplifiesDavid Gwynne
2015-07-04count outgoing packets like every other driver.David Gwynne
2015-07-04various improvements from remi locherer;Jason McIntyre
2015-07-03syncTheo de Raadt
2015-07-03Remove sudoersTodd C. Miller
2015-07-03Remove sudo, it is now in ports.Todd C. Miller
2015-07-03Sudo has moved to ports.Todd C. Miller
2015-07-03Repair algorithm name array after 1.6.Miod Vallat
2015-07-03Use [aA]* instead of a*|A* in case-blocks.Robert Peichaer
2015-07-03Terminate 'config' keyword array with a NULL element.Mike Belopuhov
2015-07-03Put the newline at the right place.Miod Vallat
2015-07-03Rename mtx_cpu to mtx_owner for consistency with the other platforms.Miod Vallat
2015-07-03bzero cmsgbuf before using it, silences valgrind warnings.Bryan Steele
2015-07-03Fix cast in atomic_swap_ptr()Miod Vallat
2015-07-03Switch to standard, non-historical sort(1) and join(1) usage. ok millert@Jeremie Courreges-Anglas
2015-07-03Correctly restore ipl in fpusave_proc() when we have to busy loop.Miod Vallat