summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/auth_time.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2015-09-01Use correct function prototype for signal handler.Craig Rodrigues
2015-09-01Use ANSI C prototypes.Craig Rodrigues
2007-09-20Fix some improper handling of malloc failuresMatteo Riondato
2005-03-10Use socklen_t where appropriate.Stefan Farfeleder
2004-01-06Add missing declaration.Jacques Vidrine
2002-04-28Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-02-05Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1997-06-15Remember to zero sockaddr_in struct before calling uaddr_to_sockaddr() toBill Paul
1997-05-28Now the biggest step: import the changes to the main RPC code.Bill Paul