summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-302-4/+7
* Do some easy .data -> .rodata/.data.rel.ro conversionsguenther2020-10-131-2/+2
* Remove duplicate definition of _null_auth.mortimer2020-08-301-3/+1
* Add support for timeconting in userland.pirofti2020-07-064-12/+12
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-9/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-288-30/+31
* Remove dead gettimeofday calls and timevals.cheloha2018-01-062-6/+2
* Simplify and unify timespec variables used in those event loopsjca2017-12-143-18/+14
* Use CLOCK_MONOTONIC for the rpc event loopsjca2017-12-143-40/+40
* fix a sentence that used unusual terminology, the wrong macro,schwarze2017-06-101-5/+6
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-213-12/+12
* Add 'default:' cases to switch statements that gcc whines about.krw2016-12-204-4/+13
* s/alloctaed/allocated/ in commentguenther2016-09-231-2/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-5/+5
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-111/+1
* We are done providing support for the vax.deraadt2016-03-091-177/+2
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-281-3/+2
* update NAME section to include all documented functions,jmc2015-11-102-6/+6
* delete old lint ARGSUSED commentsguenther2015-11-0111-38/+11
* user land -> userland; from Rob Piercederaadt2015-10-051-2/+2
* __xdrrec_getrec is in the reserved namespace, so it doesn't need to be weakguenther2015-10-041-2/+2
* use .Va for global variables, and .Vt where the type is includedschwarze2015-09-141-44/+37
* Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther2015-09-141-1/+3
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-1325-33/+106
* lseek() is in <unistd.h> ok deraadt@guenther2015-09-111-1/+2
* _rpc_dtablesize() is not used anywhere, tracking by sthen; ok guentherderaadt2015-09-112-52/+2
* rpcdata should not be exported; ok guentherderaadt2015-09-111-2/+2
* Use SOCK_NONBLOCK in a couple more placesguenther2015-09-091-22/+3
* Delete 3 more stderr messages, right before returning a proper error.deraadt2015-09-023-6/+6
* do not printf() on error from libc; ok millertderaadt2015-09-021-3/+1
* Remove all bogus writes to stderr. Only explicit requests shouldderaadt2015-09-0110-70/+23
* Remove calls to perror(); the error returns are sufficient, and thesederaadt2015-09-013-27/+7
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-209-19/+19
* swap calloc() arguments for clarityderaadt2015-05-181-2/+2
* Use fcntl() to set non-blocking-mode, rather ioctl(). This has a betterderaadt2015-05-171-4/+20
* Use the size of the buffer not the pointer in a call to mem_free().jsg2015-05-041-2/+2
* Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), formiod2015-04-251-6/+7
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-2/+6
* Move to the <limits.h> universe.deraadt2015-01-164-11/+7
* Merge from NetBSD from 1999-03-25:"guenther2014-11-117-29/+26
* missing pfd = newp, diagnosed by deraadt@sthen2014-11-051-1/+2
* Fix memory leak on reallocarray() failure introduced by conversionmillert2014-11-041-4/+6
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* We prefer to use call reallocarray() with nmemb first and size second.millert2014-10-221-2/+2
* Use reallocarray() instead of calloc() (originally was realloc).millert2014-10-221-3/+2
* obvious conversion of realloc() to reallocarray(). Luckily this isderaadt2014-10-081-2/+2
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-3/+3
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-7/+1
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3