aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
Commit message (Expand)AuthorAgeFilesLines
* sccs: Manual changesWarner Losh2023-11-2710-64/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2714-24/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* rpcgen: Perform shell-style word expansion on RPCGEN_CPPJessica Clarke2023-07-141-8/+103
* rpcgen: Clarify behaviour for idxJessica Clarke2023-07-131-4/+4
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Additions to targets/pseudo/host-toolsSimon J. Gerraty2023-04-272-0/+17
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* rpcgen: Unindent a line not guarded by if (mtflag).John Baldwin2022-12-051-1/+1
* rpcgen: Don't free() a pointer after realloc().John Baldwin2022-12-051-1/+0
* rpcgen: make compiler arglist allocation dynamicBrooks Davis2019-10-151-31/+30
* Free some variables before they go out of scope.Warner Losh2017-12-281-1/+5
* Plug two resource leaks.Warner Losh2017-12-282-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* rpcgen(1): Check getrlimit() return for generated code.Pedro F. Giffuni2017-01-121-2/+7
* rpcgen(1): Avoid unused variable warning on generated code.Pedro F. Giffuni2017-01-111-1/+2
* Remove dead code in rpc_parse.cAlan Somers2017-01-041-10/+0
* Use nitems() from sys/param.h.Marcelo Araujo2016-08-161-2/+2
* rpcgen(1): Tag crash() routine as __dead2 for static analyzersConrad Meyer2016-05-122-2/+2
* Use NULL for pointers.Marcelo Araujo2016-04-181-1/+1
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-155-6/+6
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-2/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-282-1/+6
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-043-4/+4
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | rpcgen: fix use use of strcmpEitan Adler2015-04-191-1/+1
| |_|_|/ |/| | |
* | | | Fix some rpcgen sample file issues.Bryan Drewery2014-06-062-2/+3
| |_|/ |/| |
* | | mdoc: minor paragraph fixes.Joel Dahl2014-02-081-1/+0
* | | Generate client sample code which compiles without warnings.Doug Rabson2013-12-261-0/+6
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-193-4/+4
|/
* In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), soDimitry Andric2012-02-061-8/+2
* Amend r231079 by properly shifting up the existing arguments inDimitry Andric2012-02-061-1/+1
* Let rpcgen(1) support an environment variable RPCGEN_CPP to find the CDimitry Andric2012-02-062-31/+47
* In usr.bin/rpcgen/rpc_main.c, properly check the return value ofDimitry Andric2012-02-051-3/+5
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-6/+2
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Use strlcpy().Xin LI2011-07-111-15/+11
* Fix clang warnings.Ben Laurie2011-05-183-4/+4
* Plug a memory leak.Xin LI2010-05-061-0/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0