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