summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-09-02All the instances of arc4random_stir() are bogus, since arc4random()Theo de Raadt
2013-09-01update currency exchange rates;Jason McIntyre
2013-08-31make ^w match ksh behaviour (delete previous word instead of entire line)Damien Miller
2013-08-28improve batch processing a bit by making use of the quite flag a bitMike Belopuhov
2013-08-26"reactivate";Jason McIntyre
2013-08-26replace rand(3)/random(3) calls with secure arc4random*()Christian Weisgerber
2013-08-24use MB for megabytes instead of Mb;Jason McIntyre
2013-08-22Stir PRNG after post-accept fork. The child gets a different PRNG stateDamien Miller
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-08-22Split out from kdump.c the ktrstruct.c bits into ktrstruct.cPhilip Guenther
2013-08-21Move the last column-counting members of struct termp (col and maxcols)Ingo Schwarze
2013-08-20escape not-full-stop-dot at eol;Jason McIntyre
2013-08-20add -F to usage() and help();Jason McIntyre
2013-08-20add -F flag to enabled fd-pass mode: establish connection and passDamien Miller
2013-08-20some proxyusefdpass tweaks;Jason McIntyre
2013-08-20Add a ssh_config ProxyUseFDPass option that supports the use ofDamien Miller
2013-08-19Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL).Todd C. Miller
2013-08-18Remove wrong workaround for the 88100 `awk bug' - it turns out compilingMiod Vallat
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-08-15add the lalr paper;Jason McIntyre
2013-08-14more Bx;Jason McIntyre
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-08-13another of the same typoDamien Miller
2013-08-13typo in error message; from Stephan RickauerDamien Miller
2013-08-13addition for 64bit time_tStuart Henderson
2013-08-12some minor fixes; From: Jan StaryJason McIntyre
2013-08-10libkafs5 -> libkafs (unused in build, so no functional change)Antoine Jacoutot
2013-08-09enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;Damien Miller
2013-08-09two problems found by a to-be-committed regress test: 1) msg_id was notDamien Miller
2013-08-09do getopt parsing for all sftp commands (with an empty optstring forDamien Miller
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-08-08add a "-l" flag for the rename command to force it to use the sillyDamien Miller
2013-08-08fix two year old regression: symlinking a file would incorrectlyDamien Miller
2013-08-07sort -a;Jason McIntyre
2013-08-07document the errors in terms of the actual calls made (mkdtemp/mktemp,Theo de Raadt
2013-08-06add cast to avoid format warning; from portableDamien Miller
2013-08-06document top-level -a option (the -a option to 'get' was already documented)Damien Miller
2013-08-06fix some whitespace at EOLDamien Miller
2013-08-06Move the check for template length added in r1.16 outside the !tflagLandry Breuil
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-08-05After a leading blank on an output line, the first word was counted twiceIngo Schwarze
2013-08-05Put .%C before .%D in .Rs outputIngo Schwarze
2013-08-05update currency exchange rates;Jason McIntyre
2013-08-05use %C for the Rs/Re block: mandoc already supports it, and ingoJason McIntyre
2013-07-28Build awk with -O1 on m88k for now; when built -O2, it would sporadicallyMiod Vallat
2013-07-25openssh-6.3 for releaseDamien Miller
2013-07-25sftp support for resuming partial downloads; patch mostly by LoganadenDamien Miller
2013-07-25daemonise backgrounded (ControlPersist'ed) multiplexing master to ensureDamien Miller