summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-10-06i think paul lost this in his previous diff: remove mickey'sJason McIntyre
2011-10-06from pjanzen:Jason McIntyre
2011-10-06from pjanzen:Jason McIntyre
2011-10-06Better error message on unexpected newline; noted by and ok deraadt@Otto Moerbeek
2011-10-04add many missing hackathon dates, and uniform formatting while hereIngo Schwarze
2011-10-04silence error spam for "ls */foo" in directory with files; bz#1683Damien Miller
2011-10-04change -w to apply to the connection as well. manpage bit from jmc@Federico G. Schwindt
2011-10-02dislays -> displays; from David VasekJason McIntyre
2011-10-02add a SEE ALSO section to start listing some reference material;Jason McIntyre
2011-10-02update the SI prefixes section:Jason McIntyre
2011-10-02Add a few more formats for panes (tty, pid, start cmd/cwd).Nicholas Marriott
2011-10-01tweak the currency aliases section a little;Jason McIntyre
2011-10-01- update the ISO 4217 section. i've removed currencies for which weJason McIntyre
2011-10-01update exchange currencies for remaining currencies; i've usedJason McIntyre
2011-10-01provide the exchange rate for those currencies listed in the federalJason McIntyre
2011-10-01remove the exchange rate entries for "maltalira" and "slovakkoruna", nowJason McIntyre
2011-10-01Sort the lines on -l output and match the order on the column output.Christiano F. Haesbaert
2011-09-30add cyprus pounds, maltese lira, slovakian koruna, and slovenian tolar;Jason McIntyre
2011-09-30fix inverted test that caused logspam; spotted by henning@Damien Miller
2011-09-30ISO 4217 updates for the currencies in the federal reserve section:Jason McIntyre
2011-09-30alphabetically sort the list of currency aliases; because any oneJason McIntyre
2011-09-30(in preparation for some currency updates)Jason McIntyre
2011-09-30don't attempt privsep cleanup when not using privsep; ok markus@Darren Tucker
2011-09-30implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .spIngo Schwarze
2011-09-29ssl.8: Certifying Authority -> Certificate AuthorityJason McIntyre
2011-09-28Add -S option to refresh-client to redraw status line, from Marco Beck.Nicholas Marriott
2011-09-28Support symbols in .tbss and .tdata ELF sectionsUwe Stuehler
2011-09-28Update awk to Aug 10, 2011 version; naddy@ reports no ports problemsTodd C. Miller
2011-09-27zap dead stuffMarc Espie
2011-09-26use, as far as possible, the same notation for date strings as otherJason McIntyre
2011-09-26retain alphabetical order for the -Toutput list, and use a widthJason McIntyre
2011-09-25Reject $SHELL if it is not a full path.Nicholas Marriott
2011-09-25tweak previous; ok jasperJason McIntyre
2011-09-25improve the AuthorizedPrincipalsFile debug log message to includeDamien Miller
2011-09-23Tweaks to the format parts, from Tiago Cunha.Nicholas Marriott
2011-09-23Fix typo: ) -> }.Nicholas Marriott
2011-09-23unbreak remote portforwarding with dynamic allocated listen ports:Markus Friedl
2011-09-23Add wildcard support to PermitOpen, allowing things like "PermitOpenDarren Tucker
2011-09-22Make use of the filename argument to open_error(), pointed out byNicholas Marriott
2011-09-22Remove the rcsid which were intentionally skipped in the "purge of 2009"Theo de Raadt
2011-09-22Revert r1.15. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-09-22don't let remote_glob() implicitly sort its results in do_globbed_ls() -Damien Miller
2011-09-21Fix mismerged copyright noticeTodd C. Miller
2011-09-21Use volatile sig_atomic_t, not int, for the sigs variable. AlsoTodd C. Miller
2011-09-21Repair interrupted reads; fixes ^Z. OK deraadt@Todd C. Miller
2011-09-21remove rcsids which escaped the purge of 2009Jonathan Gray
2011-09-21As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze
2011-09-20groff compatibility for the rendering of foreign manuals:Ingo Schwarze
2011-09-20Major rewrite of the horizontal spacing of tablesIngo Schwarze
2011-09-20Don't include fcntl.h (not needed anymore) and use errx(3) instead ofAlexandre Ratchov