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