summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
AgeCommit message (Collapse)Author
2013-01-17remove uesless Pp;Jason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
ok guenther millert kettenis
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
for chars.
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
Update our sources appropriately. OK deraadt@ jsg@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2007-11-17.IP -> .PpJason McIntyre
2007-10-03nullproc() is used in more than one file.Tobias Weingartner
millert@ ok
2007-10-03Nuke MSDOS portion. Add <unistd.h> for STDERR_FILENO in theTobias Weingartner
generated files. "Yes, with extreme prejudice." millert@
2007-10-03Some -Wall cleanup to help fix other bugs.Tobias Weingartner
ok krw@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-22NetBSD - plug leak in generate_guard()David Hill
- plug leak in h_output(), coverity cid 100 NetBSD plug leak, coverity cid 98. NetBSD plug leak, coverity cid 94. ok ray@ jaredy@ moritz@
2005-10-20defintion -> definition;Jason McIntyre
2004-07-16Avoid generating an unused variable. From NetBSD. ok deraadt@Matthieu Herrb
2004-05-09delintTheo de Raadt
2003-12-01Format string fixes from art's amd64 tree.Alexander Yurchenko
ok rohee@ espie@
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
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
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
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-04-26get rid of incorrectly sized buffer by using strdup/asprintf,Peter Valchev
also simplifies things; ok millert
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
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
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
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-06-09i think the TLI rpcgen side generates a format string bug on output... butTheo de Raadt
we do not use that stuff. attempt to fix it, but unable to test
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
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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