summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-06-10revert 1.203 while we investigate crashes reported by okan@Darren Tucker
2013-06-09merge conflicts, and kill a few more kittens while here.Landry Breuil
2013-06-07Add an "ABANDONED" channel state and use for mux sessions that areDarren Tucker
2013-06-05plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djmDarren Tucker
2013-06-05-f reads from the file, based on patch from andre stoebeTed Unangst
2013-06-05Add charset to Pig locale name. Without charset the Pig locale won't work.Stefan Sperling
2013-06-05Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djmDarren Tucker
2013-06-05typo in usage, comand/command; Arto JonssonStuart Henderson
2013-06-05When running sshd -D, close stderr unless we have explicitly requestingDarren Tucker
2013-06-05fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djmDarren Tucker
2013-06-05Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze
2013-06-04Make sftp's libedit interface marginally multibyte aware by building up theDarren Tucker
2013-06-04use MAXPATHLEN for buffer size instead of fixed value. ok markusDarren Tucker
2013-06-03nicer ENVIRONMENT;Jason McIntyre
2013-06-03properly handle commitid tokens found in rcs filesjoshua stein
2013-06-03Add a minimal implementation of the locale(1) utility.Stefan Sperling
2013-06-03sort options list;Jason McIntyre
2013-06-03Add the 'g' character and dired-revert to refresh the dired buffer.Mark Lumsden
2013-06-03-I to confirm pkills. ok manyTed Unangst
2013-06-03force the MAC output to be 64-bit aligned so umac won't see unalignedDarren Tucker
2013-06-02No need for the mux cleanup callback to be visible so restore it to staticDarren Tucker
2013-06-02typo in commentDarren Tucker
2013-06-02Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze
2013-06-02Pq -> Qq, as confirmed by miod;Jason McIntyre
2013-06-02tweak previous; ok miodJason McIntyre
2013-06-02escape "Ss", becuase groff thinks it has found a macro;Jason McIntyre
2013-06-02move bgplg and slowcgi sockets to /var/www/runFlorian Obser
2013-06-02Make parent_alive_interval time_t to avoid signed/unsigned comparisonDarren Tucker
2013-06-02Add misc.h for monotim prototype.Darren Tucker
2013-06-02Add the 'quit-window' dired command and receive a basic English lessonlum
2013-06-02Fix return value in refreshbuffer.lum
2013-06-02Rename the dired-* commands to be like the emacs equivalents.lum
2013-06-02The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott
2013-06-02<sys/dir.h> isn't needed herePhilip Guenther
2013-06-02Switch from antique struct direct to struct direntPhilip Guenther
2013-06-02Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() andIngo Schwarze
2013-06-02Copy approach from mkdir to fix a race condition where multiple install -d'sChristian Weisgerber
2013-06-01This file contains too much complexity.Ingo Schwarze
2013-06-01Update progressmeter when data is acked, not when it's sent. bz#2108, fromDarren Tucker
2013-06-01use the standardized names instead of S_IREAD and S_IWRITETheo de Raadt
2013-06-01Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. PatchDarren Tucker
2013-06-01Update my email address to reyk@openbsd.org, especially for the HTML output.Reyk Floeter
2013-06-01update currency exchange rates;Jason McIntyre
2013-06-01new sentence, new line;Jason McIntyre
2013-06-01Remove 'lint' mode. lint(1) is gone, and the mode was not documentedlum
2013-06-01If popbuf() fails, calling function should return FALSE.lum
2013-06-01Add dired key bindings. ok and advice jmc@lum
2013-06-01Make 'kill-paragraph' behave like emacs. ok florian@lum
2013-06-01Use a standard locale name, "UTF-8" is an ugly non-standard aliasIngo Schwarze
2013-06-01Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things likeDarren Tucker