summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
AgeCommit message (Expand)Author
2025-05-28packages: rename elftoolchain to toolchain, add more thingsLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26sccs: Manual changesWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-14rpcgen: Perform shell-style word expansion on RPCGEN_CPPJessica Clarke
2023-07-13rpcgen: Clarify behaviour for idxJessica Clarke
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-27Additions to targets/pseudo/host-toolsSimon J. Gerraty
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-12-04rpcgen: Unindent a line not guarded by if (mtflag).John Baldwin
2022-12-04rpcgen: Don't free() a pointer after realloc().John Baldwin
2019-10-15rpcgen: make compiler arglist allocation dynamicBrooks Davis
2017-12-28Free some variables before they go out of scope.Warner Losh
2017-12-28Plug two resource leaks.Warner Losh
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-01-12rpcgen(1): Check getrlimit() return for generated code.Pedro F. Giffuni
2017-01-11rpcgen(1): Avoid unused variable warning on generated code.Pedro F. Giffuni
2017-01-04Remove dead code in rpc_parse.cAlan Somers
2016-08-16Use nitems() from sys/param.h.Marcelo Araujo
2016-05-12rpcgen(1): Tag crash() routine as __dead2 for static analyzersConrad Meyer
2016-04-18Use NULL for pointers.Marcelo Araujo
2016-04-15Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-19rpcgen: fix use use of strcmpEitan Adler
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-06Fix some rpcgen sample file issues.Bryan Drewery
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-02-08mdoc: minor paragraph fixes.Joel Dahl
2013-12-26Generate client sample code which compiles without warnings.Doug Rabson
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-19More -Wmissing-variable-declarations fixes.Ed Schouten
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-02-06In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), soDimitry Andric
2012-02-06Amend r231079 by properly shifting up the existing arguments inDimitry Andric
2012-02-06Let rpcgen(1) support an environment variable RPCGEN_CPP to find the CDimitry Andric
2012-02-05In usr.bin/rpcgen/rpc_main.c, properly check the return value ofDimitry Andric
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2011-07-11Use strlcpy().Xin LI
2011-05-18Fix clang warnings.Ben Laurie