Age | Commit message (Expand) | Author |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-17 | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q | Philip Guenther |
2013-06-17 | Handle time_t values as long long's when formatting them and when | Philip Guenther |
2013-06-16 | Quote values in the variable assignments, to be bulletproof in the face | Philip Guenther |
2013-06-16 | Oops, I undid rev. 1.2 | Jeremie Courreges-Anglas |
2013-06-16 | Improve locale(1) output formatting. | Jeremie Courreges-Anglas |
2013-06-15 | Move upwards passed multiple lines with no characters instead of | Mark Lumsden |
2013-06-15 | Hook up locale(1). | Antoine Jacoutot |
2013-06-15 | make explicit some hidden assumptions, make path handling clearer, | Marc Espie |
2013-06-12 | drop any quotes from variables when pulling them out of the .pc file; | Jasper Lievisse Adriaanse |
2013-06-11 | revert r1.156 "Add support for focus notifications when tmux pane changes" | Stuart Henderson |
2013-06-11 | High memory page flipping for the buffer cache. | Bob Beck |
2013-06-10 | revert 1.203 while we investigate crashes reported by okan@ | Darren Tucker |
2013-06-09 | merge conflicts, and kill a few more kittens while here. | Landry Breuil |
2013-06-07 | Add an "ABANDONED" channel state and use for mux sessions that are | Darren Tucker |
2013-06-05 | plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm | Darren Tucker |
2013-06-05 | -f reads from the file, based on patch from andre stoebe | Ted Unangst |
2013-06-05 | Add charset to Pig locale name. Without charset the Pig locale won't work. | Stefan Sperling |
2013-06-05 | Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm | Darren Tucker |
2013-06-05 | typo in usage, comand/command; Arto Jonsson | Stuart Henderson |
2013-06-05 | When running sshd -D, close stderr unless we have explicitly requesting | Darren Tucker |
2013-06-05 | fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djm | Darren Tucker |
2013-06-05 | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze |
2013-06-04 | Make sftp's libedit interface marginally multibyte aware by building up the | Darren Tucker |
2013-06-04 | use MAXPATHLEN for buffer size instead of fixed value. ok markus | Darren Tucker |
2013-06-03 | nicer ENVIRONMENT; | Jason McIntyre |
2013-06-03 | properly handle commitid tokens found in rcs files | joshua stein |
2013-06-03 | Add a minimal implementation of the locale(1) utility. | Stefan Sperling |
2013-06-03 | sort options list; | Jason McIntyre |
2013-06-03 | Add the 'g' character and dired-revert to refresh the dired buffer. | Mark Lumsden |
2013-06-03 | -I to confirm pkills. ok many | Ted Unangst |
2013-06-03 | force the MAC output to be 64-bit aligned so umac won't see unaligned | Darren Tucker |
2013-06-02 | No need for the mux cleanup callback to be visible so restore it to static | Darren Tucker |
2013-06-02 | typo in comment | Darren Tucker |
2013-06-02 | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze |
2013-06-02 | Pq -> Qq, as confirmed by miod; | Jason McIntyre |
2013-06-02 | tweak previous; ok miod | Jason McIntyre |
2013-06-02 | escape "Ss", becuase groff thinks it has found a macro; | Jason McIntyre |
2013-06-02 | move bgplg and slowcgi sockets to /var/www/run | Florian Obser |
2013-06-02 | Make parent_alive_interval time_t to avoid signed/unsigned comparison | Darren Tucker |
2013-06-02 | Add misc.h for monotim prototype. | Darren Tucker |
2013-06-02 | Add the 'quit-window' dired command and receive a basic English lesson | lum |
2013-06-02 | Fix return value in refreshbuffer. | lum |
2013-06-02 | Rename the dired-* commands to be like the emacs equivalents. | lum |
2013-06-02 | The actual terminfo entries we ended up with for cursor changes are Cs, | Nicholas Marriott |
2013-06-02 | <sys/dir.h> isn't needed here | Philip Guenther |
2013-06-02 | Switch from antique struct direct to struct dirent | Philip Guenther |
2013-06-02 | Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() and | Ingo Schwarze |
2013-06-02 | Copy approach from mkdir to fix a race condition where multiple install -d's | Christian Weisgerber |
2013-06-01 | This file contains too much complexity. | Ingo Schwarze |