summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/rpc.c
AgeCommit message (Expand)Author
2019-04-05Go back ot using 0x%x instead of %#x because we don't always support thechristos
2019-03-31fix warnings, printf formats, etc.christos
2009-01-17Remove __P().tsutsui
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-11-24style, indent, and ANSI-fy.isaki
2006-01-21Adjust code so that it will work when _STANDALONE isn't defined.dsl
2005-12-11merge ktrace-lwp.christos
2003-08-31Fix signed/unsigned warnings.fvdl
2003-03-12no need to include "netif.h" anymoredrochner
2000-03-30Kill some more register declarations.augustss
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1998-01-23Fix some debugging printf formats.thorpej
1997-06-26Avoid user space headers for standalone programs.drochner
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-26enough 64-bit fixes to make network booting work on the Alpha. In general,cgd
1996-07-10remove some unnecessary and broken casts on char *'s which are being subtractedcgd
1996-02-26Make this code independent of <sys/nfs> now that we use very littlegwr
1996-02-26Make these build again in the wake of the v3 changesscottr
1995-09-23More cleanup: change some private types to eliminate casts,gwr
1995-09-18Another round of clean up, including fixes presented by Matthias Drochnerpk
1995-09-17Revert fs_ops read/write declarations; these return error numbers.pk
1995-09-14Clear up some size_t/ssize_t confusion.pk
1995-07-03Build all RPC requests with AUTH_UNIX (thanks to Chuck Silvers)gwr
1995-06-27Modified to do less copying, and to allow determination ofgwr
1995-02-20Various:mycroft
1995-02-19Add some more diagnostic info. Increment the xid in a better place.mycroft
1994-10-26new RCS ID format.cgd
1994-05-08Standalone networking for network boot loaders.brezak