summaryrefslogtreecommitdiffstats
path: root/usr.bin/sendbug/atomicio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-3/+1
|
* Synced atomicio implementation in nc and sendbug with ssh.tobias2007-09-071-3/+11
| | | | OK djm@, joris@, ray@
* Remove some unused headers, from Igor Zinovik.ray2007-07-311-2/+1
|
* Import public domain rewrite of sendbug, written by Ray Lai. =)ray2007-03-231-0/+62
Replaces GNU sendbug/sendpr, the wonderful shell script that had trouble dealing with signals, behaved differently depending on what file it read upon startup, and suffered from issues plaguing most large shell scripts. OK deraadt@.