Age | Commit message (Expand) | Author |
2015-04-03 | resync i915_drv.h to make it diffable to linux | Jonathan Gray |
2015-04-03 | Only one input file is allowed with the -c/-C flags. | Todd C. Miller |
2015-04-03 | change types/macros to reduce the diff to linux | Jonathan Gray |
2015-04-03 | Translate PAGE_MASK usage for the way it is defined in our kernel. | Jonathan Gray |
2015-04-03 | The combination of -c and -o is not specified by POSIX. In fact, the call | Tobias Stoeckmann |
2015-04-03 | x11/gnome/gvfs is actually a better and simpler example. | Antoine Jacoutot |
2015-04-03 | If -S has been supplied multiple times, only take last one into account. | Tobias Stoeckmann |
2015-04-03 | No need to hardcode /usr/bin/ as the path to more(1); helps portability. | Ingo Schwarze |
2015-04-03 | Convert to if_input(). | Martin Pieuchot |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | murder excessive whitespace | Theo de Raadt |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | Prevent integer overflow when parsing -S argument as percentage. | Tobias Stoeckmann |
2015-04-02 | Global variable free_memory is only used in sort.c's set_hw_params, | Tobias Stoeckmann |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-04-02 | Fixed whitespace issues. | Tobias Stoeckmann |
2015-04-02 | Zap some more NULL checks in front of free. | Tobias Stoeckmann |
2015-04-02 | No need to strdup environment variable or command line arguments here. | Tobias Stoeckmann |
2015-04-02 | Add signal name instead of array index (which is not the signal number) | Tobias Stoeckmann |
2015-04-02 | more is less than more | Theo de Raadt |
2015-04-02 | Don't need to include stdint.h | Todd C. Miller |
2015-04-02 | devel/dconf is going to loose its cyclic dependency soon, so change the | Antoine Jacoutot |
2015-04-02 | Don't printf("offset: ...) before every call to MBR_print(). Do it | Kenneth R Westerback |
2015-04-02 | more -> less; not less -> more | Theo de Raadt |
2015-04-02 | overriden -> overridden; | Jason McIntyre |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-04-02 | document MODPY_PI | Jasper Lievisse Adriaanse |
2015-04-02 | Handle the case where multiple calls to SSL_shutdown() are required to | Joel Sing |
2015-04-02 | No need for the umask() dance now that temp files are created | Todd C. Miller |
2015-04-02 | Don't install signal handlers for SIGQUIT, SIGVTALRM, SIGPROF. | Todd C. Miller |
2015-04-02 | When using mmap() we don't need to keep the open fd around, closing | Todd C. Miller |
2015-04-02 | closefile() already checks for stdin so no need to check in the caller. | Todd C. Miller |
2015-04-02 | Change gcc and ld semantics to make static PIE the default when invoking | Pascal Stumpf |
2015-04-02 | Merge openpic_init() into openpic_attach(), no functional change. | Martin Pieuchot |
2015-04-02 | One function pointer per pic function is enough. | Martin Pieuchot |
2015-04-02 | Cleanup function definitions, use only one define for DEBUG and remove | Martin Pieuchot |
2015-04-02 | Call if_input() without grabbing the kernel lock first. | Mark Kettenis |
2015-04-02 | Grab the kernel lock around the bpf_mtap_ether() call in if_input(). This | Mark Kettenis |
2015-04-02 | Correct man page title. | Joel Sing |
2015-04-02 | Document the fact that the tls_accept_*() functions can return | Joel Sing |
2015-04-01 | Check for overflow when handling buffer size suffixes. | Todd C. Miller |
2015-04-01 | Block signals during tmp_files insertion, so that the signal handler | Theo de Raadt |
2015-04-01 | Use reallocarray instead of malloc. | Todd C. Miller |
2015-04-01 | Just use sort_reallocarray() everywhere. | Todd C. Miller |
2015-04-01 | Revert unintentional commit. This will be revisited shortly. | Todd C. Miller |
2015-04-01 | Style nits, remove whitespace at the start of a function. | Todd C. Miller |
2015-04-01 | Remove some unneeded NULL checks that don't really help anything. | Todd C. Miller |
2015-04-01 | Use exit value 2 for mutually exclusive option errors. | Todd C. Miller |
2015-04-01 | Fix typo in revision 1.55 | Todd C. Miller |
2015-04-01 | Remove some unneeded NULL checks that don't really help anything. | Todd C. Miller |