summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2013-06-01Update the forw/backpara comments to reflect recent changes.lum
2013-06-01The k*() functions were moved to yank.c in 2005. Update the comment tolum
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2013-06-01Userland bits for utrace record handling; from otto@Miod Vallat
2013-06-01tidy-up int declarations as suggested by florian@lum
2013-06-01Adjust M-} (forward-paragraph) to behave like emacs.lum
2013-06-01If a table contained at least one complete lineIngo Schwarze
2013-05-31More cleanup: Consistently use the name "struct tbl_node *tbl"Ingo Schwarze
2013-05-31The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze
2013-05-31Demote the old single-character replacement variables (#S and friends)Nicholas Marriott
2013-05-31Add host_short format, from Tiago Cunha.Nicholas Marriott
2013-05-31Also inform the user about beginning / end of buffer in previous-lineFlorian Obser
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2013-05-31Use u_char for the send-keys string to avoid mangling top-bit-setNicholas Marriott
2013-05-31Use time_t where appropriate. ok djmDarren Tucker
2013-05-31Instead of eating 1024 bytes or so for the arguments of each command,Nicholas Marriott
2013-05-30"I dare you." lum@Florian Obser
2013-05-30Use adjustname() for the dired-copy-file and dired-rename-filelum
2013-05-30remove cmtime again, but with a proper test for nodes without children.Marc Espie
2013-05-30Use adjustname() before trying to use the path to be dired.lum
2013-05-30Reuse the makedir() function in dir.c for dired'slum
2013-05-30Reject non-printable characters found in the input stream even whenIngo Schwarze
2013-05-30adjust error message for empty files to display the full path to the file,Jasper Lievisse Adriaanse
2013-05-29Trivial sync to bsd.lv:Ingo Schwarze
2013-05-29Make the mg dired commands:lum
2013-05-29Simplify condition, avoid duplicate code; no functional change.Ingo Schwarze