Age | Commit message (Expand) | Author |
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 |
2013-06-01 | Update progressmeter when data is acked, not when it's sent. bz#2108, from | Darren Tucker |
2013-06-01 | use the standardized names instead of S_IREAD and S_IWRITE | Theo de Raadt |
2013-06-01 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch | Darren Tucker |
2013-06-01 | Update my email address to reyk@openbsd.org, especially for the HTML output. | Reyk Floeter |
2013-06-01 | update currency exchange rates; | Jason McIntyre |
2013-06-01 | new sentence, new line; | Jason McIntyre |
2013-06-01 | Remove 'lint' mode. lint(1) is gone, and the mode was not documented | lum |
2013-06-01 | If popbuf() fails, calling function should return FALSE. | lum |
2013-06-01 | Add dired key bindings. ok and advice jmc@ | lum |
2013-06-01 | Make 'kill-paragraph' behave like emacs. ok florian@ | lum |
2013-06-01 | Use a standard locale name, "UTF-8" is an ugly non-standard alias | Ingo Schwarze |
2013-06-01 | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like | Darren Tucker |
2013-06-01 | Update the forw/backpara comments to reflect recent changes. | lum |
2013-06-01 | The k*() functions were moved to yank.c in 2005. Update the comment to | lum |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-06-01 | Userland bits for utrace record handling; from otto@ | Miod Vallat |
2013-06-01 | tidy-up int declarations as suggested by florian@ | lum |
2013-06-01 | Adjust M-} (forward-paragraph) to behave like emacs. | lum |
2013-06-01 | If a table contained at least one complete line | Ingo Schwarze |
2013-05-31 | More cleanup: Consistently use the name "struct tbl_node *tbl" | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2013-05-31 | Demote the old single-character replacement variables (#S and friends) | Nicholas Marriott |
2013-05-31 | Add host_short format, from Tiago Cunha. | Nicholas Marriott |
2013-05-31 | Also inform the user about beginning / end of buffer in previous-line | Florian Obser |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-05-31 | Use u_char for the send-keys string to avoid mangling top-bit-set | Nicholas Marriott |
2013-05-31 | Use time_t where appropriate. ok djm | Darren Tucker |
2013-05-31 | Instead 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-30 | Use adjustname() for the dired-copy-file and dired-rename-file | lum |
2013-05-30 | remove cmtime again, but with a proper test for nodes without children. | Marc Espie |
2013-05-30 | Use adjustname() before trying to use the path to be dired. | lum |
2013-05-30 | Reuse the makedir() function in dir.c for dired's | lum |
2013-05-30 | Reject non-printable characters found in the input stream even when | Ingo Schwarze |
2013-05-30 | adjust error message for empty files to display the full path to the file, | Jasper Lievisse Adriaanse |
2013-05-29 | Trivial sync to bsd.lv: | Ingo Schwarze |
2013-05-29 | Make the mg dired commands: | lum |
2013-05-29 | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze |