summaryrefslogtreecommitdiff
path: root/usr.bin/sendbug
AgeCommit message (Expand)Author
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-23correct signal handling and process waiting for the editor spawningTheo de Raadt
2007-03-23Since we now have our own program, we can export more things thatTheo de Raadt
2007-03-23missing .El;Jason McIntyre
2007-03-23Document temporary files.Ray Lai
2007-03-23Add more bloat to manual.Ray Lai
2007-03-23Flags belong under SYNOPSIS, not NAME.Ray Lai
2007-03-23Alphabetize flags and environment variables.Ray Lai
2007-03-23Replace `&' in gecos field with login, prodded by deraadt@.Ray Lai
2007-03-23simplify cleanup by using an atexit handler. lets us use err() insteadTed Unangst
2007-03-23re-org something for prettinessTheo de Raadt
2007-03-23support $PR_FORM environment variableTheo de Raadt
2007-03-23Don't insert double slashes ("/tmp//p.XXXXXXXXXX") if TMPDIR endsRay Lai
2007-03-23Support command-line arguments in $EDITOR. Prodded by deraadt@.Ray Lai
2007-03-23spacingTheo de Raadt
2007-03-23-V in usageTheo de Raadt
2007-03-23document -L -V and -P options. still a bit shortTheo de Raadt
2007-03-23add -V (version) supportTheo de Raadt
2007-03-23Get rid of silly gcc warning.Ray Lai
2007-03-23handle the -L and -P options; ok rayTheo de Raadt
2007-03-23some minor KNF, including sentinals; ok rayTheo de Raadt
2007-03-23Import public domain rewrite of sendbug, written by Ray Lai. =)Ray Lai