index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sendbug
/
sendbug.c
Age
Commit message (
Expand
)
Author
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-23
correct signal handling and process waiting for the editor spawning
Theo de Raadt
2007-03-23
Since we now have our own program, we can export more things that
Theo de Raadt
2007-03-23
Replace `&' in gecos field with login, prodded by deraadt@.
Ray Lai
2007-03-23
simplify cleanup by using an atexit handler. lets us use err() instead
Ted Unangst
2007-03-23
re-org something for prettiness
Theo de Raadt
2007-03-23
support $PR_FORM environment variable
Theo de Raadt
2007-03-23
Don't insert double slashes ("/tmp//p.XXXXXXXXXX") if TMPDIR ends
Ray Lai
2007-03-23
Support command-line arguments in $EDITOR. Prodded by deraadt@.
Ray Lai
2007-03-23
spacing
Theo de Raadt
2007-03-23
-V in usage
Theo de Raadt
2007-03-23
add -V (version) support
Theo de Raadt
2007-03-23
Get rid of silly gcc warning.
Ray Lai
2007-03-23
handle the -L and -P options; ok ray
Theo de Raadt
2007-03-23
some minor KNF, including sentinals; ok ray
Theo de Raadt
2007-03-23
Import public domain rewrite of sendbug, written by Ray Lai. =)
Ray Lai