summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-03Fixup a crash found by jsg using the AFL fuzzer. IP and IPv6 printingMike Belopuhov
2014-12-03wb_init() calls wb_stop() and wb_reset() so remove some redundant callsBrad Smith
2014-12-03md5 when wlan is needed too. fixes i386 ramdiskCTed Unangst
2014-12-03deraadt points out i forgot about tcp_signature, although this won'tTed Unangst
2014-12-03should no longer need md5 by default in all kernel builds.Ted Unangst
2014-12-03Turn ahci port start into a callback so sxiahci can do some magic toJonathan Gray
2014-12-03stale header: this code hasn't used hash.h in a whileTed Unangst
2014-12-03test backslash handling because it was on my todo list;Ingo Schwarze
2014-12-03in the recent update of capitals, this critical file was forgottenIngo Schwarze
2014-12-02Add -F to if-shell to allow it to be used to check for format or optionNicholas Marriott
2014-12-02Permit option values to be used in formats.Nicholas Marriott
2014-12-02Add brainpool curves to eccurves_default[], accidentally missing from 1.32;Miod Vallat
2014-12-02Remove prototypes for functions that were already removed.Todd C. Miller
2014-12-02Add simple strlcpy regressTodd C. Miller
2014-12-02convert select() to poll(). This is one of the most complicatedTheo de Raadt
2014-12-02Conversion of braindead select() path to braindead poll() path.Theo de Raadt
2014-12-02posix fix: should behave like [ when invoked as /bin/[Ted Unangst
2014-12-02delete all the simplelocks. ok deraadtTed Unangst
2014-12-02replace some malloc multiplies with mallocarry. ok deraadt henningTed Unangst
2014-12-02Add simple strlcat regressTodd C. Miller
2014-12-02macppc G5 needs fcu in RAMDISK, mentioned by mpiTheo de Raadt
2014-12-02Add strnlen to SUBDIRS so we actually run its tests.Todd C. Miller
2014-12-02syncTheo de Raadt
2014-12-02Remove dead stores found by llvm checker and mark functions thatTodd C. Miller
2014-12-02Fix lowzero running out of bounds in pack_vector(). Problem seen byOtto Moerbeek
2014-12-02add some openbsd tags, and a first pass at cleanup;Jason McIntyre
2014-12-02delete unused, almost empty fileIngo Schwarze
2014-12-02get rid of line-printer-era backspace-encoding of diacriticals;Ingo Schwarze
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-12-02Switch the default output mode from -Tascii to -Tlocale.Ingo Schwarze
2014-12-02Kill the only instance of .Lb in our tree. It is better to not useIngo Schwarze
2014-12-02some minor fixes from martin natano;Jason McIntyre
2014-12-02Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze
2014-12-02macro cleanup; kaspars at bankovskis dot netIngo Schwarze
2014-12-02zap extra parenthesis after recent rewriteMarc Espie
2014-12-02Noone cares what castle the princess is inTheo de Raadt
2014-12-02sync bcopy/memmove/memcpy implementation with the kernel. ok deraadtTed Unangst
2014-12-02The t.t test is missing and so the t.* test is not being run.Daniel Dickman
2014-12-02In sys_socket() and doaccept(), gotta skip setting the close-on-execPhilip Guenther
2014-12-02regenBrad Smith
2014-12-02Add Samsung SSD controller.Brad Smith
2014-12-01use reallocarray() deep inside an macro ugly as sinTheo de Raadt
2014-12-01memcpy abort found an overlap. from dsp at 2f30. ok deraadtTed Unangst
2014-12-01Another fix for insertion from Balazs Kezes. On insertion, size the lineNicholas Marriott
2014-12-01A couple of minor changes to the "Terminal Special Files" section toNicholas Marriott
2014-12-01An internal function called xrealloc() is actually a fail-hardTheo de Raadt
2014-12-01reconvert (rereconvert?) to memcpy except in the one case where memmoveTed Unangst
2014-12-01Make every interface with a watchdog register it's own slow timeoutMike Belopuhov
2014-12-01Check ZOOMED flag on window.Nicholas Marriott
2014-12-01more opportunity to use reallocarray(); ok ottoTheo de Raadt