Age | Commit message (Expand) | Author |
2011-01-22 | crank to OpenSSH-5.7 | Damien Miller |
2011-01-21 | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ... | Kjell Wooding |
2011-01-21 | Change len+memcmp check to a strncmp for prefix testing on | Kjell Wooding |
2011-01-20 | - remove some dead code, since we #define something and test for it on the next | Jasper Lievisse Adriaanse |
2011-01-20 | When finding the roff .it request (line trap), | Ingo Schwarze |
2011-01-20 | more double word removal; | Jason McIntyre |
2011-01-19 | patch from Henri Kemppainen: | Kjell Wooding |
2011-01-19 | ansify; ok millert@ | Okan Demirmen |
2011-01-18 | new sentence, new line; | Jason McIntyre |
2011-01-18 | Add missing prototypes and move dired.c to "extensions" in Makefile. | lum |
2011-01-18 | augbname immediately does a basename. No need to do it in the | Kjell Wooding |
2011-01-18 | Obvious error on my part. | Kjell Wooding |
2011-01-18 | Add join-line, bound to M-^ | Kjell Wooding |
2011-01-18 | Remove one of the three occurances of "delay is 5 seconds" | lum |
2011-01-17 | Adjust IPKTS and OPKTS description to fit actual behaviour. | lum |
2011-01-17 | Add back-to-indentation. (M-m) | Kjell Wooding |
2011-01-17 | Refrain from throwing fatal errors for | Ingo Schwarze |
2011-01-16 | Merge from bsd.lv, original commit message by kristaps@: | Ingo Schwarze |
2011-01-16 | Some improvements to error handling from kristaps@: | Ingo Schwarze |
2011-01-16 | a couple more tweaks to the post-close protocol 1 stderr/stdout flush: | Damien Miller |
2011-01-16 | reset the SIGPIPE handler when forking to execute child processes; | Damien Miller |
2011-01-16 | Use atomicio when flushing protocol 1 std{out,err} buffers at | Damien Miller |
2011-01-16 | In literal context, do not generate output line breaks between macro | Ingo Schwarze |
2011-01-16 | If the first character of a free-form text input line is whitespace, | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-15 | Fix bind-key -t. | Nicholas Marriott |
2011-01-15 | Only set a mouse mode for mouse-select-pane if none already set by the | Nicholas Marriott |
2011-01-15 | Mouse highlight mode (1001) requires a program to cooperate so | Nicholas Marriott |
2011-01-14 | Support -x and -y for new-session to specify the initial size of the | Nicholas Marriott |
2011-01-14 | Use xmalloc instead of malloc and clear some allocated members. | Nicholas Marriott |
2011-01-13 | correct protocol names and add a couple of missing protocol number | Damien Miller |
2011-01-13 | correct error messages; patch from bert.wesarg AT googlemail.com | Damien Miller |
2011-01-13 | Making the numbers Right aligned (instead of left as it is) as the | Jasper Lievisse Adriaanse |
2011-01-13 | non interactive -> non-interactive | lum |
2011-01-13 | The maximum history-limit was accidentally reduced, fix it back to INT_MAX. | Nicholas Marriott |
2011-01-13 | Clarify alternate-screen description a little. | Nicholas Marriott |
2011-01-13 | Er, fix next and previous session functions to actually work, part 2. | Nicholas Marriott |
2011-01-13 | Fix next and previous session functions to actually work. | Nicholas Marriott |
2011-01-13 | Log termios backspace for each client since it is used to recognise | Nicholas Marriott |
2011-01-12 | Use TMPDIR if set, from Han Boetes. | Nicholas Marriott |
2011-01-12 | Backport fix from sudo 1.7.4p5; if -g specified w/o -u the target | Todd C. Miller |
2011-01-12 | Implement the roff .rm request (remove macro). | Ingo Schwarze |
2011-01-11 | Allow su -l to login to a user that has a non-existent home directory, | Robert Nagy |
2011-01-11 | some unsigned long long casts that make things a bit easier for | Damien Miller |
2011-01-11 | fd leak on error paths; from zinovik@ | Damien Miller |
2011-01-11 | When (cumulative) indentation requested by .in exceeds the right | Ingo Schwarze |
2011-01-10 | Refactoring in preparation for .rm support: | Ingo Schwarze |
2011-01-10 | unbind-key -a is allowed no arguments. | Nicholas Marriott |
2011-01-10 | delete embarrasingly horrid use of mktemp() brought in from upstream | Theo de Raadt |
2011-01-09 | Minor tweaks to nc(1) man page and usage. | Jeremy Evans |