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