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
/
lib
/
libc
/
rpc
/
svc_run.c
Age
Commit message (
Expand
)
Author
2005-12-21
Userland programs should include <errno.h> not <sys/errno.h>
Todd C. Miller
2005-09-10
Use realloc() instead of malloc().
Brad Smith
2005-08-08
zap remaining rcsid.
Marc Espie
2005-04-01
ansify. ok deraadt@ jaredy@
Otto Moerbeek
2003-12-31
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
Todd C. Miller
2002-08-03
If malloc() fails, perror() and return. This is non-optimal but because
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1999-11-23
mark some places that malloc is not checked
Theo de Raadt
1998-03-19
Some -Wall
Todd C. Miller
1996-11-14
memcpy needs string.h.
etheisen
1996-09-15
Remove dead code
Thorsten Lockert
1996-08-20
memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw...
Theo de Raadt
1996-08-20
deal with unintializated __svc_fdset
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-08-15
support descriptors > FD_SETSIZE and correct timeout handling
Theo de Raadt
1996-07-20
bcopy->memcpy & tag
Theo de Raadt
1996-03-25
Pull prototypes into scope
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt