summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/atomicio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-3/+1
|
* Enable unix datagram support by treating ENOBUFS like EAGAIN.jeremy2011-01-081-2/+2
| | | | | | Separate commit requested by deraadt@. OK nicm@
* Synced atomicio implementation in nc and sendbug with ssh.tobias2007-09-071-12/+17
| | | | OK djm@, joris@, ray@
* type correctness; from Ray Lai in PR 5011; ok millert@otto2006-02-111-2/+2
|
* style nit from hshoexer@avsm2005-05-261-1/+2
|
* Switch atomicio to a simpler interface which returns size_t and usesavsm2005-05-241-11/+18
| | | | | | | 0 to signal errors. should be no functional change in nc apart from different error messages. "groovy", said deraadt@
* Some extra strict warning cleanup. From Xin Li <delphij at FreeBSDotto2005-02-081-1/+1
| | | | dot ORG> with a twist from myself. No binary change. ok djm@
* ansi; khalek@linuxgamers.netderaadt2004-07-201-5/+1
|
* protosderaadt2003-07-071-0/+2
|
* more proto fixesderaadt2003-06-261-1/+1
|
* Import completely re-written netcat w/ support for IPv6.ericj2001-06-251-0/+58
very little usage has changed, man page soon to come for it as well. deraadt@ ok