summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-02Don't printf("offset: ...) before every call to MBR_print(). Do itKenneth R Westerback
2015-04-02more -> less; not less -> moreTheo de Raadt
2015-04-02overriden -> overridden;Jason McIntyre
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-04-02document MODPY_PIJasper Lievisse Adriaanse
2015-04-02Handle the case where multiple calls to SSL_shutdown() are required toJoel Sing
2015-04-02No need for the umask() dance now that temp files are createdTodd C. Miller
2015-04-02Don't install signal handlers for SIGQUIT, SIGVTALRM, SIGPROF.Todd C. Miller
2015-04-02When using mmap() we don't need to keep the open fd around, closingTodd C. Miller
2015-04-02closefile() already checks for stdin so no need to check in the caller.Todd C. Miller
2015-04-02Change gcc and ld semantics to make static PIE the default when invokingPascal Stumpf
2015-04-02Merge openpic_init() into openpic_attach(), no functional change.Martin Pieuchot
2015-04-02One function pointer per pic function is enough.Martin Pieuchot
2015-04-02Cleanup function definitions, use only one define for DEBUG and removeMartin Pieuchot
2015-04-02Call if_input() without grabbing the kernel lock first.Mark Kettenis
2015-04-02Grab the kernel lock around the bpf_mtap_ether() call in if_input(). ThisMark Kettenis
2015-04-02Correct man page title.Joel Sing
2015-04-02Document the fact that the tls_accept_*() functions can returnJoel Sing
2015-04-01Check for overflow when handling buffer size suffixes.Todd C. Miller
2015-04-01Block signals during tmp_files insertion, so that the signal handlerTheo de Raadt
2015-04-01Use reallocarray instead of malloc.Todd C. Miller
2015-04-01Just use sort_reallocarray() everywhere.Todd C. Miller
2015-04-01Revert unintentional commit. This will be revisited shortly.Todd C. Miller
2015-04-01Style nits, remove whitespace at the start of a function.Todd C. Miller
2015-04-01Remove some unneeded NULL checks that don't really help anything.Todd C. Miller
2015-04-01Use exit value 2 for mutually exclusive option errors.Todd C. Miller
2015-04-01Fix typo in revision 1.55Todd C. Miller
2015-04-01Remove some unneeded NULL checks that don't really help anything.Todd C. Miller
2015-04-01Let reallocarray do the multiplication for us.Todd C. Miller
2015-04-01Use reallocarray.Todd C. Miller
2015-04-01Fix last instance of malloc(n * sizeof(char)) idiom.Todd C. Miller
2015-04-01The argument to --sort is not optional so no need to check for NULL optarg.Todd C. Miller
2015-04-01No need for if (x) free(x) style checks, this is not K&R.Todd C. Miller
2015-04-01No need for an else clause after a continue, it just makes theTodd C. Miller
2015-04-01Style nits, remove whitespace at the start of a function.Todd C. Miller
2015-04-01If strtoul() fails to parse the argument to -k, just pass theTodd C. Miller
2015-04-01Use memcpy() not strncpy() when dynamically allocating and copyingTodd C. Miller
2015-04-01Pass size of sopts buffer in to parse_pos_obs() for a length check andTodd C. Miller
2015-04-01Use mkstemp to generate a new temporary file name.Tobias Stoeckmann
2015-04-01Better range checking for "sort -S" memory size.Todd C. Miller
2015-04-01Use strtonum() to parse argument to --batch-size and document theTodd C. Miller
2015-04-01Add cpu_pae variable (which will be later used to determine if PAE mode isMike Larkin
2015-04-01Remove unused len variable.Todd C. Miller
2015-04-01fix typo in comment; OK mpi@Gleydson Soares
2015-04-01Correct comments.Masao Uebayashi
2015-04-01Run most of the interrupt handler without holding the kernel lock.Mark Kettenis
2015-04-01Kill useless comments talking about ether_input().Martin Pieuchot
2015-04-01Remove annoying comment mentionning ether_output().Martin Pieuchot
2015-04-01Let man(1) and apropos(1) work even when the current directoryIngo Schwarze
2015-04-01Small cleanups when attaching sensors, from David Higgs.Martin Pieuchot