summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2011-09-04we've already stated the format of the -d and -t arguments: no need toJason McIntyre
repeat it; ok millert
2011-09-04have the -t argument name in the options list match that of SYNOPSIS;Jason McIntyre
ok millert
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
2011-09-02Add email address for diffs and remove plural man pages. ok jmc@lum
Also tweak man page from jmc@
2011-08-31Remove 2nd person. ok jmc@lum
2011-08-31On a file write fail:lum
1. return an error value 2. show an error message From Loganaden Velvindron with suggestion from millert@
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
help/ok guenther millert
2011-08-31have the timespec arguments match in case those of time_arg;Jason McIntyre
2011-08-31Copy description of the -t option and its argument with revised textPhilip Guenthe
from the touch(1) manpage after much discussion with jmc@ and miller@
2011-08-31Allow dired mode to open files regardless of characters inlum
filename, from Henri Kemppainen. Tested, reviewed and a tweak each from Loganaden Velvindron and myself. ok jasper@
2011-08-30Same fix as 'touch': with the -t option, when the year is specifiedPhilip Guenthe
but the century isn't, the century is 1900 if year >= 69; otherwise it's 2000. (With 32bit time_t, this does't affect any working usage.) ok millert@
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want)
2011-08-30Another memory leak from Tiago Cunha.Nicholas Marriott
2011-08-30Plug memory leak, from Tiago Cunha.Nicholas Marriott
2011-08-30Make the code match the manpage and POSIX spec when the year is specifiedPhilip Guenthe
but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@
2011-08-29as requested by Tomas Bodzar, remove the reference to the non-existentJason McIntyre
mount_portal(8): although i've just gone on record to say the change is pointless, he has correctly pointed out that it leads to a dead link in the online man pages.
2011-08-29In dired mode, make point move up and down first characterlum
of file name. Also add some missing keybindings. Initial diff and numerous revisions from Loganaden Velvindron, contributions from Henri Kemppainen and myself. Much testing done by Nima Hoda. ok jasper@
2011-08-28remove redundant final paragraph of STANDARDS: it merely repeats what hasJason McIntyre
already been documented and, worse, is difficult to understand unless you know that it is tied to the previous paragraph; ok guenther
2011-08-26tweak previous;Jason McIntyre
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
use it for list-{panes,windows,sessions}. This allows more descriptive replacements (such as #{session_name}) and conditionals. Later this will be used for status_replace and list-keys and other places.
2011-08-26Add some missing ssh_config(5) options that can be used in ssh(1)'sDamien Miller
-o argument. Patch from duclare AT guu.fi
2011-08-25-lm is no longer needed, from Tiago Cunha.Nicholas Marriott
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
Plenz.
2011-08-24Add pane-base-index option, from Ben Barbour.Nicholas Marriott
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-08-23Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOTodd C. Miller
defines instead of using custom macros. Missed in last commit.
2011-08-23oops! -T snuck into the wrong place...Jason McIntyre
2011-08-23Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.Christiano F. Haesbaert
ok mcbride@ djm@ 'fine from me' jmc@
2011-08-22There is no need to use sqrt()/INFINITY here which simplifies the codeNicholas Marriott
and makes it more portable, from Havard Eidnes.
2011-08-21With gettimeofday() removed from the top of main(), need to call time()Philip Guenthe
for the defaulting of the year to work in the -t and arg1 forms that were broken by previous change ok millert@
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-08-20(slightly) saner SEE ALSO;Jason McIntyre
2011-08-20-make .frac and .SS more consistent (may have to revisit this)Jason McIntyre
-STANDARDS tweak ok guenther
2011-08-20event_del() a persistent event; fixes segfault seen on the server when theStuart Henderson
remote end closes and reopens a connection. From Christiano F. Haesbaert, ok claudio@
2011-08-20tweak some text;Jason McIntyre
2011-08-20prettify date strings;Jason McIntyre
2011-08-20Add nanosecond precision and support for -d option (new in POSIX 2008)Philip Guenthe
ok millert@, manpage fixes jmc@
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo.
2011-08-16recommit, now that release is done (handle sysv if bsd is incorrect, mayMarc Espie
make more extensive plans later)
2011-08-16Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott
Johan Commelin.
2011-08-16Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott
3385651.
2011-08-16Use key_bindings_remove for unbind-key -a to allow it to work from keyNicholas Marriott
bindings. From "miaout17" SF bug 3392063.
2011-08-16Correctly skip existing numbers when generating the name for a newNicholas Marriott
session.
2011-08-16Make this build for hppa64.Mark Kettenis
2011-08-07typo, fix from Laurent GautrotDarren Tucker
2011-08-03save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@Otto Moerbeek
2011-08-02typo in commentDamien Miller
2011-08-02crank now, release laterDamien Miller
2011-08-02Add new SHA256 and SHA512 based HMAC modes fromDamien Miller
http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt feedback and ok markus@
2011-08-01prevent post-auth resource exhaustion (int overflow leading to 4GB malloc);Markus Friedl
report Adam Zabrock; ok djm@, deraadt@