summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-05-19gracefully abort transfers on receipt of SIGINT, also ignore SIGINT whileDamien Miller
waiting for a command; ok markus@
2004-05-19remove old file, rcsidsTed Unangst
2004-05-19file 4.09Ted Unangst
2004-05-19big update to file 4.09. ok ian@Ted Unangst
2004-05-17dig b.out; from netbsdMichael Shalayeff
2004-05-16Prototypes; usage sync. ok millert@Otto Moerbeek
2004-05-14little cleanupsTed Unangst
2004-05-13Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@Darren Tucker
2004-05-12all numbers as one composite regexp.Marc Espie
2004-05-12replace hand-made expr() parser with a lex/yacc affair that is shorter,Marc Espie
easier to understand and extend, and better conformant to Single Unix 3 (especially doing all arithmetic as int32_t). Comments and approval millert@, otto@, fries@
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2004-05-11Just because we get an error running a command doesn't mean thatTodd C. Miller
lint should exit -- it may have other files to process. Currently, the exit code is not propagated up to lint's final call to terminate(). Requested by and OK deraadt@
2004-05-10Describe load average and remove useless "BUG". OK deraadt@Todd C. Miller
2004-05-10unbreak chsh, ok millertPeter Stromberg
2004-05-10using a horrid hack: permit long long. millert okTheo de Raadt
2004-05-10delint; millert okTheo de Raadt
2004-05-10Get rid of the ancient "clobber" command. It was really only for debuggingTodd C. Miller
purposes. Noticed and OK by deraadt@
2004-05-10prettyTheo de Raadt
2004-05-10anotherJolan Luff
2004-05-09delintTheo de Raadt
2004-05-09delintTheo de Raadt
2004-05-09spacesTheo de Raadt
2004-05-09Say that only sockets owned by processes can been seen. Based on diffOtto Moerbeek
from jmc@, better wording from tedu@. ok hshoexer@ millert@ deraadt@
2004-05-09make man page example match realityBob Beck
ok deraadt@
2004-05-09knfTheo de Raadt
2004-05-09compress codeTheo de Raadt
2004-05-09spacingTheo de Raadt
2004-05-09don't overwrite what we are trying to computeDamien Miller
2004-05-09kill it here tooDamien Miller
2004-05-09kill some more tiny files; ok deraadt@Damien Miller
2004-05-09zap another tiny header; ok deraadt@Damien Miller
2004-05-08Use arc4random() unless the user specifies a specific seed, in whichTodd C. Miller
case, call srandom() and use random(). Avoid using rand() because it does not produce good random numbers. Based on a diff from deraadt@
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2004-05-08make two tiny header files go away; djm okTheo de Raadt
2004-05-07Check poll revents for error.Todd C. Miller
2004-05-07Make grep -w behave the same for the fastcomp and the regex case,Otto Moerbeek
by teaching fastcomp what word boundaries are according to regex. ok millert@
2004-05-07Fix some sizeof(ptr) bugs based on diffs from aaron@.Todd C. Miller
Note that this is not code that actually gets compiled.
2004-05-07Add a new past path for fgrep that is just a simplified version ofTodd C. Miller
fastcomp. This makes fgrep faster and fixes the -w flag w/ fgrep. Also remove free_patterns() since calling free right before exit is silly. Problem noticed by espie@
2004-05-06Don't fseek() on stdin if it is a terminal. It does not fail, butOtto Moerbeek
what's more more important, it does not work either. ok millert@ tedu@
2004-05-06Treat ^H as non-binary. OK hshoexer@, brad@ and deraadt@Todd C. Miller
2004-05-06typo from John Cosimano (PR 3770);Jason McIntyre
2004-05-05constify char *.Marc Espie
Add lookup functions for suffixes and transforms, and stat them. okay otto@
2004-05-04spacingTheo de Raadt
2004-05-04dig .plt*, .got*, .init, .fini sectionsMichael Shalayeff
2004-05-04The tcp specific routing metrics are almost never used so reduce the routingClaudio Jeker
table from these metrics. struct rt_msghdr used by the routing socket is not affected and so most userland apps don't need to be changed. some man page polishing by jmc@ OK henning@ markus@ theo@
2004-05-04Add enactment of the Reinheitsgebot.Hans-Joerg Hoexer
ok xsa@ henning@
2004-05-04SendEnv here too;Jason McIntyre
2004-05-02ConnectionTimeout -> ConnectTimeout for scp.1 too.Darren Tucker
2004-05-02ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@Darren Tucker
2004-05-02cksum has been superceded by the md5 driverTodd C. Miller