Age | Commit message (Expand) | Author |
2015-09-17 | include stdint.h for uint64_t | Brent Cook |
2015-09-17 | instead of leaking rarp packets, break from the switch statement | David Gwynne |
2015-09-16 | Log when cmdq_continue is called. | Nicholas Marriott |
2015-09-16 | Give some variables less silly names. | Nicholas Marriott |
2015-09-16 | A few minor style nits. | Nicholas Marriott |
2015-09-16 | Hoist some common code out of both branches of an if/else. | Nicholas Marriott |
2015-09-16 | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). | Nicholas Marriott |
2015-09-16 | Another ifmedia64 fix, this time for bgpd's ift2ifm(). | Stefan Sperling |
2015-09-16 | Make code in ieee80211_send_4way_msg3() more readable and make sure a local | Stefan Sperling |
2015-09-16 | use .Sq rather than manual `...' and fix two typos; | Ingo Schwarze |
2015-09-16 | big blocks need braces for support | Ted Unangst |
2015-09-16 | sync | Stuart Henderson |
2015-09-16 | Enable -msecure-plt by default (on powerpc). | Mark Kettenis |
2015-09-16 | Some cleanup from dhill AT mindcry.org, thanks! | Florian Obser |
2015-09-16 | for portability, use (char *)NULL in execlp(3) as discussed on tech@ | Ingo Schwarze |
2015-09-16 | Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax: | Ingo Schwarze |
2015-09-16 | Fix uninitalized use of variable. | Claudio Jeker |
2015-09-16 | Repair. | Daniel Dickman |
2015-09-16 | Fix uninitialized variable found by Maxime Villard's Brainy Code Scanner. | Daniel Dickman |
2015-09-16 | Zap RANDFILE. | Lawrence Teo |
2015-09-15 | Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner. | Mark Kettenis |
2015-09-15 | Expand the one use of POP_INT() macro into if()s and fix some errors | Nicholas Marriott |
2015-09-15 | regen | Jasper Lievisse Adriaanse |
2015-09-15 | add fingerprint reader as found the x250 as well as another similar | Jasper Lievisse Adriaanse |
2015-09-15 | avoid the useless idiom Fl Ns Ar, use Fl Ar | Ingo Schwarze |
2015-09-15 | correct spelling of NULL from (char *)0. from Michael McConville. | Ted Unangst |
2015-09-15 | stop abusing null (the variable) for an empty string in output formats. | Ted Unangst |
2015-09-15 | update spacing in usage(); reminded by jmc@ | Ingo Schwarze |
2015-09-15 | avoid useless .Ns before punctuation after in-line macros | Ingo Schwarze |
2015-09-15 | fix markup of the -t argument | Ingo Schwarze |
2015-09-15 | fix markup of the -t argument | Ingo Schwarze |
2015-09-15 | Fix kpanic I found the hard way while using pcsc-lite | David Coppa |
2015-09-15 | link_addr() is gone | Philip Guenther |
2015-09-15 | Make the famous _S_debug_messages warning go away, by hidining that symbol. | Vadim Zhukov |
2015-09-15 | Unbeak boot from GPT partition. Reported by Henrik Friedrichsen. | YASUOKA Masahiko |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2015-09-14 | tweak previous; | Jason McIntyre |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-09-14 | for argument placeholders for file names use .Ar, not .Pa | Ingo Schwarze |
2015-09-14 | typo resultung in a markup error | Ingo Schwarze |
2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL | Sebastien Marie |
2015-09-14 | convert .Fd #include to .In | Ingo Schwarze |
2015-09-14 | Calculate the correct line number when opening in dired mode. | Mark Lumsden |
2015-09-14 | delete stray .Ft line | Ingo Schwarze |
2015-09-14 | Provide tls_config_insecure_noverifytime() in order to be able to disable | Joel Sing |
2015-09-14 | Add support for disabling certificate and CRL validity checking. | Joel Sing |
2015-09-14 | SIZEOF_INT is no longer needed. | Nicholas Marriott |
2015-09-14 | remove null check before free. from Michael McConville | Ted Unangst |
2015-09-14 | Replace Tflag typedef with just int; ok tedu | Nicholas Marriott |
2015-09-14 | delete bogus trailing .Ns from SYNOPSIS .Ft macros | Ingo Schwarze |