summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/auth_time.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct function prototype for signal handler.Craig Rodrigues2015-09-011-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-23/+18
* Fix some improper handling of malloc failuresMatteo Riondato2007-09-201-9/+18
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-101-1/+2
* Add missing declaration.Jacques Vidrine2004-01-061-0/+2
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-2/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+4
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-4/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-10/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-5/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-3/+5
* Remember to zero sockaddr_in struct before calling uaddr_to_sockaddr() toBill Paul1997-06-151-0/+1
* Now the biggest step: import the changes to the main RPC code.Bill Paul1997-05-281-0/+500