summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-04-02The scanf(3) family of functions can return EOF (-1) if an inputMoritz Jodeit
2007-04-02Do not touch uninitialized variable, if sscanf(3) fails.Moritz Jodeit
2007-04-02tweak the -LR options, after similar changes to tcpdrop(8); ok deraadtJason McIntyre
2007-04-01fix the description of -f; from Igor SobradoJason McIntyre
2007-04-01world water dayJasper Lievisse Adriaanse
2007-04-01tidy up usage(); partly from Mark LumsdenJason McIntyre
2007-03-30Remove some uneeded includes and declarations. -Wall is happy and noOtto Moerbeek
2007-03-29sync usage(); from Igor SobradoJason McIntyre
2007-03-29Indicate when macro recording is in progress on the modeline.Kjell Wooding
2007-03-29let the description of -m match SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29remove some unneccessary `Ns'; from Igor SobradoJason McIntyre
2007-03-29fix .Nm blip; from Igor SobradoJason McIntyre
2007-03-29-r and -t take arguments; from Igor SobradoJason McIntyre
2007-03-29put -t in the correct place; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29-g takes an argument; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS; from Igor SobradoJason McIntyre
2007-03-28flesh the text out; ok rayJason McIntyre
2007-03-28+.Xr crash 8Jason McIntyre
2007-03-28CC: a copy of the bug report to sender. Requested by Travers Buda.Ray Lai
2007-03-27Catch OOB access for tag searches mathching lines ending with \Otto Moerbeek
2007-03-27-a requires a separate synopsis;Jason McIntyre
2007-03-27sync with espie@'s latest change to diff(1).Xavier Santolaria
2007-03-27Replace some scary pointer code. The new code is O(n^2) for stringsRay Lai
2007-03-27Remove variable name from prototype.Ray Lai
2007-03-26- tweak the opening sentenceJason McIntyre
2007-03-26Simplify gecos parsing code and prevent buffer overflowMoritz Jodeit
2007-03-26tidy up SYNOPSIS, options description, FILES, and usage();Jason McIntyre
2007-03-26sort options, synopsis, and usage(); from Igor SobradoJason McIntyre
2007-03-26indicate that -l takes an optional argument;Jason McIntyre
2007-03-26fix wording for `replay'; from AndrAcsJason McIntyre
2007-03-26Remove pointless cast. No binary change.Ray Lai
2007-03-26Break on waitpid success; we shouldn't continue on WIFSIGNALED, andRay Lai
2007-03-26Certain errors in editit() should be fatal.Ray Lai
2007-03-26Don't print warnings in editit(), instead make errno reliable onRay Lai
2007-03-26Accept $VISUAL in addition to $EDITOR.Ray Lai
2007-03-26Save and restore signal handlers. Although we do not install ourRay Lai
2007-03-26Restore errno before calling perror().Ray Lai
2007-03-26Check fork() == -1 instead of fork() < 0.Ray Lai
2007-03-26When someone hits ^C in an editor, the editor does exit(130), IRay Lai
2007-03-26more careful waitpid() discussed with ray (plus some knf)Theo de Raadt
2007-03-25fork() does not return EPROCLIM, so don't test for it.Ray Lai
2007-03-25more cleaning :)Theo de Raadt
2007-03-25Change editit() to return -1 on error and 0 on success, like manyRay Lai
2007-03-25KNF.Ray Lai
2007-03-25Save errno before calling signal().Ray Lai
2007-03-24Use MAXPATHLEN for buffer, which is only used for path constructionMoritz Jodeit
2007-03-23correct signal handling and process waiting for the editor spawningTheo de Raadt