summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
AgeCommit message (Expand)Author
2003-12-01Format string fixes from art's amd64 tree.Alexander Yurchenko
2003-08-16missing comma in non-ansi mode; spotted by pvalchevTheo de Raadt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-10add missing includesDavid Krause
2003-07-09protosTheo de Raadt
2003-07-06generate protos for functionsTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25better output CTheo de Raadt
2003-06-19generate code that is much more ANSI and even KNF tooTheo de Raadt
2003-06-11de-registerTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-04-26get rid of incorrectly sized buffer by using strdup/asprintf,Peter Valchev
2003-04-14recommit, with the typo fixedTheo de Raadt
2003-04-14oopsTheo de Raadt
2003-04-14strlcpy, pretty easyTheo de Raadt
2003-04-06use strlcatTheo de Raadt
2003-03-30snprintf; millert okTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-11files with dead .Xr's;Jason McIntyre
2002-07-05allocation mischecks by cloder@acm.org; lots of other cleanup by meTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-06-09i think the TLI rpcgen side generates a format string bug on output... butTheo de Raadt
2002-06-01cleanupsTheo de Raadt
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-05KNF, and remove part of the TLI garbageTheo de Raadt
2001-11-24argh! i messed something up!Theo de Raadt
2001-11-24half finished KNFTheo de Raadt
2001-11-24Fix a couple of printf().Miod Vallat
2001-11-07rpcgen is not nearly KNF, but it now generates close to KNF codeTheo de Raadt
2001-07-18Uhmm, nope, this broke everythingTheo de Raadt
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-01-21give actual cpp name that failed; obrienTheo de Raadt
2001-01-11make closedown() use __svc_fdset, so that large fd_set sizes close down niceTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
1999-12-04oflowTheo de Raadt
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1997-11-15make -Ss code correct; ghudson@mit.eduTheo de Raadt
1997-10-11s/inline/doinline/; christosTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-11remove spurious ,; jtkTheo de Raadt
1996-12-10from netbsd; treat arrays used with XDR_INLINE as arrays of 'int32_t's,Theo de Raadt
1996-09-15Don't add a comma after the last entry in an enumThorsten Lockert
1996-06-26rcsidTheo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist