Age | Commit message (Expand) | Author |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-04-21 | Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc | Kenneth R Westerback |
2011-04-21 | find: return exit code 1 if any path could not be traversed | Jacek Masiulaniec |
2011-04-20 | Stash the old seed when srand() is called and use it as the return | Todd C. Miller |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Remove some includes and defines that are no longer needed, from Michael | Nicholas Marriott |
2011-04-20 | Trivial code simplifying, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by | Nicholas Marriott |
2011-04-19 | Should check uname() >= 0 to detect success, not == 0. | Matthew Dempsky |
2011-04-19 | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott |
2011-04-19 | ident searches for $keyword:... $, not $keyword:...$; | Jason McIntyre |
2011-04-19 | POSIX only guarantees uname() will return a non-negative value on | Matthew Dempsky |
2011-04-19 | don't hold a pointer to "listen" structure. Instead, when it must | Alexandre Ratchov |
2011-04-18 | reorder macros, no object change | Alexandre Ratchov |
2011-04-18 | read(2) returns ssize_t. So use a ssize_t to store and test the | Kenneth R Westerback |
2011-04-18 | The mouse should only work in copy mode if mode-mouse is set, not just | Nicholas Marriott |
2011-04-18 | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott |
2011-04-18 | Print size_t with %zu and ssize_t with %zd in error/debug output. | Kenneth R Westerback |
2011-04-18 | certificate options are supposed to be packed in lexical order of option | Damien Miller |
2011-04-18 | tweak previous; | Jason McIntyre |
2011-04-17 | allow graceful shutdown of multiplexing: request that a mux server removes | Damien Miller |
2011-04-17 | new sentence, new line; | Jason McIntyre |
2011-04-17 | Add -t to list-clients, based on a diff from Zac Sprackett. | Nicholas Marriott |
2011-04-17 | Fix character position check, from Tiago Resende. | Nicholas Marriott |
2011-04-16 | use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1), | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-15 | Make the file_mbswidth() function cope if wcwidth() returns -1. | Stefan Sperling |
2011-04-13 | mention valid -b sizes for ECDSA keys; bz#1862 | Damien Miller |
2011-04-13 | improve wording; bz#1861 | Damien Miller |
2011-04-12 | better document vi's startup (in terms of environment variables | Jason McIntyre |
2011-04-12 | exit with 0 status on SIGTERM; bz#1879 | Damien Miller |
2011-04-12 | fix -Wshadow | Damien Miller |
2011-04-11 | -s comes before -t and also add -s to command syntax. Prompted by jmc. | Nicholas Marriott |
2011-04-11 | Add -s option to detach all clients attached to a session, from Zac | Nicholas Marriott |
2011-04-10 | Fix display glitch leading to crash. If we're reformatting, check | Martynas Venckus |
2011-04-10 | Apply some tough type-love and give rdist a chance to handle files | Kenneth R Westerback |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-04-09 | Since buffers are now global, bump the default buffer-limit a bit higher | Nicholas Marriott |
2011-04-09 | If the terminal supports sitm for italics, use it instead of standout | Nicholas Marriott |
2011-04-08 | When a message is read (and processed), always call sock_write(), to | Alexandre Ratchov |
2011-04-06 | Change so that an empty session name always means the current sessions | Nicholas Marriott |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-05 | On .de macro lines, after the new macro name, space and tab are equivalent. | Ingo Schwarze |
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott |
2011-04-05 | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. | Nicholas Marriott |
2011-04-05 | Remove FREEBSD_COMPAT bits and obsolete RTHREAD define | Philip Guenthe |
2011-04-05 | the tree builds better when you don't use PF_FASTROUTE | Stuart Henderson |