summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen
Commit message (Expand)AuthorAgeFilesLines
* MFC r311160, r311210, r311288, r311292, r311298, r311340asomers2017-02-021-10/+0
* MFC r311947, r311981:pfg2017-01-182-3/+9
* MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r...araujo2016-10-211-2/+2
* rpcgen(1): Tag crash() routine as __dead2 for static analyzerscem2016-05-122-2/+2
* Use NULL for pointers.araujo2016-04-181-1/+1
* Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-155-6/+6
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-1/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-192-2/+3
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge headsjg2014-04-282-1/+6
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-043-4/+4
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / | |/| | |
* | | | | rpcgen: fix use use of strcmpeadler2015-04-191-1/+1
| |_|_|/ |/| | |
* | | | Fix some rpcgen sample file issues.bdrewery2014-06-062-2/+3
| |_|/ |/| |
* | | mdoc: minor paragraph fixes.joel2014-02-081-1/+0
* | | Generate client sample code which compiles without warnings.dfr2013-12-261-0/+6
| |/ |/|
* | More -Wmissing-variable-declarations fixes.ed2012-10-193-4/+4
|/
* In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), sodim2012-02-061-8/+2
* Amend r231079 by properly shifting up the existing arguments indim2012-02-061-1/+1
* Let rpcgen(1) support an environment variable RPCGEN_CPP to find the Cdim2012-02-062-31/+47
* In usr.bin/rpcgen/rpc_main.c, properly check the return value ofdim2012-02-051-3/+5
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-6/+2
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Use strlcpy().delphij2011-07-111-15/+11
* Fix clang warnings.benl2011-05-183-4/+4
* Plug a memory leak.delphij2010-05-061-0/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-2/+0
* ANSIfy various tools in usr.bin/.ed2010-01-022-10/+6
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-134-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-114-4/+0
* When generating thread-safe server code, handle procedures with void returndfr2008-08-121-0/+3
* Generate code that doesn't fail gcc 4.2's strict aliasing test.jb2007-11-201-4/+10
* Use POSIX mutex instead of Solaris ones. This makes generationdelphij2007-08-231-8/+8
* sysent.h is installed as sys/sysent.h, so reflect it.delphij2007-08-231-1/+1
* Never define the generated rpc server main function with storage typese2007-06-161-1/+1
* In change 1.15, an arbitrary setting of the max RPC record size torwatson2006-05-171-11/+0
* Eliminate coredump problem introduced by last commit.rodrigc2005-11-141-2/+8
* Eliminate build breakage due to warnings about const.rodrigc2005-11-141-3/+3
* Use ANSI definitions.dwmalone2005-11-1313-574/+352
* In version 1.8 I botched findval()'s type, fix.stefanf2005-09-021-1/+1
* Use socklen_t variables when passing sizes to getsockname() andstefanf2005-09-021-4/+4
* The appropriate argument is -K -1, not -k -1.stefanf2005-09-021-2/+2
* Fix a syntax error in the generated code when invoked with -P. Note thatstefanf2005-09-021-1/+0
* Stop generating the `register' keyword.stefanf2005-09-023-4/+4
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.stefanf2005-09-029-402/+125
OpenPOWER on IntegriCloud