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.c
Age
Commit message (
Expand
)
Author
2009-06-05
use calloc() to provide size * nitems safety
Theo de Raadt
2005-12-21
Userland programs should include <errno.h> not <sys/errno.h>
Todd C. Miller
2005-08-08
zap remaining rcsid.
Marc Espie
2005-04-01
ansify. ok deraadt@ jaredy@
Otto Moerbeek
2005-02-17
alyte spelling-in-comment fixes
Jolan Luff
2005-01-08
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
Kenneth R Westerback
2003-12-31
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-15
prototype cleanup
Theo de Raadt
2001-03-03
plug many memory leaks
Theo de Raadt
1999-11-23
mark some places that malloc is not checked
Theo de Raadt
1998-02-25
__svc_fdsetsize is a max bitcount; like FDSETSIZE before it
Theo de Raadt
1997-09-22
Some -Wall.
Todd C. Miller
1997-03-29
delete extra spaces
Theo de Raadt
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-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-05-22
need string.h
Theo de Raadt
1996-05-04
clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.se
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt