summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-12-23partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.Kenneth R Westerback
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-12-22implement -C (silent -c), required by POSIX.1-2008;Ingo Schwarze
2009-12-22add `1' to the interactive command list too; from Mark LumsdenJason McIntyre
2009-12-22add -1 to show_help(); from Mark LumsdenJason McIntyre
2009-12-22Fix a couple of problems with grouped sessions reported by danh: redrawNicholas Marriott
2009-12-20fix an incorrect magic number and typo in PROTOCOL; bz#1688Damien Miller
2009-12-20Use the standard wording, requested by jmc@.Ingo Schwarze
2009-12-20find -LH was -L, but must be -H according to POSIX;Ingo Schwarze
2009-12-20When passing user-controlled options with arguments to other programs,Philip Guenthe
2009-12-19try to clarify ChrootDirectory pathname argument a bit; resulting fromKevin Steves
2009-12-17Update from master repo. Many bugfixes + significant speedyps.Anders Magnusson
2009-12-17Allow keys to be replaced and reorder the table so that terminfo-defined keysNicholas Marriott
2009-12-14Pass through the aixterm bright colours if the terminal supports them (>= 16Nicholas Marriott
2009-12-14Add server options to completion as well.Nicholas Marriott
2009-12-14New server option, escape-time, to set the timeout used to detect if escapesNicholas Marriott
2009-12-13spacing, no binary change.Igor Sobrado
2009-12-12Nuke useless ancient documentation. ok deraadtNicholas Marriott
2009-12-12Whoops, missed these.Nicholas Marriott
2009-12-12tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, soNicholas Marriott
2009-12-12when parsing .wav headers, check if rate <= RATE_MAX (instead ofAlexandre Ratchov
2009-12-12Use a socketpair instead of a pair of pipes.Nicholas Marriott
2009-12-11switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537Markus Friedl
2009-12-11try not to use size_t in places it does not belong; ok djmTheo de Raadt
2009-12-11Use quiet variable, and add missing sentinel to options array.Nicholas Marriott
2009-12-10careless fscanf, found by parfait, ok jsgTheo de Raadt
2009-12-10memory leak, found by parfait, ok jsgTheo de Raadt
2009-12-10better wording for 1 option from jmcTed Unangst
2009-12-10add an option '1' to display all cpu stats combined. helps save spaceTed Unangst
2009-12-10Add "server options" which are server-wide and not bound to a session orNicholas Marriott
2009-12-10Eliminate the confusing term "find codes database" which is used nowhere else.Ingo Schwarze
2009-12-09We only need to fchdir(dotfd) for the -exec and -ok primaries soTodd C. Miller
2009-12-08Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott
2009-12-07update to sudo 1.7.2p2Todd C. Miller
2009-12-07behaviour for the -l flag differs between this implementation and posix;Jason McIntyre
2009-12-06fix potential divide-by-zero in sftp's "df" output when talking to a serverDarren Tucker
2009-12-06use socklen_t for getsockopt optlen parameter; reported byDamien Miller
2009-12-06zap unused variable and strlen; from Steve McClellan, ok djmDarren Tucker
2009-12-04vte is buggy and doesn't home the cursor after changing the scrollNicholas Marriott
2009-12-04Do not write 16bit values directly to odd addresses - strict alignmentClaudio Jeker
2009-12-03Wrap at 80 columns.Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
2009-12-02Reflect the keypad mode of the application so that numlock works.Nicholas Marriott
2009-12-02Close the pane if the process died due to a signal, not just if it exitedNicholas Marriott
2009-12-01New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott
2009-12-01Look for mice and xterm keys before standard function keys as they are lessNicholas Marriott
2009-11-30Handle partial xterm function key sequences.Nicholas Marriott
2009-11-28The first paragraph of the DESCRIPTION had multiple issues,Ingo Schwarze
2009-11-27Add a couple of comments.Nicholas Marriott