summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-03resync i915_drv.h to make it diffable to linuxJonathan Gray
2015-04-03Only one input file is allowed with the -c/-C flags.Todd C. Miller
2015-04-03change types/macros to reduce the diff to linuxJonathan Gray
2015-04-03Translate PAGE_MASK usage for the way it is defined in our kernel.Jonathan Gray
2015-04-03The combination of -c and -o is not specified by POSIX. In fact, the callTobias Stoeckmann
2015-04-03x11/gnome/gvfs is actually a better and simpler example.Antoine Jacoutot
2015-04-03If -S has been supplied multiple times, only take last one into account.Tobias Stoeckmann
2015-04-03No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze
2015-04-03Convert to if_input().Martin Pieuchot
2015-04-02Third step towards parser unification:Ingo Schwarze
2015-04-02murder excessive whitespaceTheo de Raadt
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-04-02Prevent integer overflow when parsing -S argument as percentage.Tobias Stoeckmann
2015-04-02Global variable free_memory is only used in sort.c's set_hw_params,Tobias Stoeckmann
2015-04-02First step towards parser unification:Ingo Schwarze
2015-04-02Fixed whitespace issues.Tobias Stoeckmann
2015-04-02Zap some more NULL checks in front of free.Tobias Stoeckmann
2015-04-02No need to strdup environment variable or command line arguments here.Tobias Stoeckmann
2015-04-02Add signal name instead of array index (which is not the signal number)Tobias Stoeckmann
2015-04-02more is less than moreTheo de Raadt
2015-04-02Don't need to include stdint.hTodd C. Miller
2015-04-02devel/dconf is going to loose its cyclic dependency soon, so change theAntoine Jacoutot
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