summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
AgeCommit message (Expand)AuthorFilesLines
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2-4/+7
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsguenther1-2/+2
2020-08-30Remove duplicate definition of _null_auth.mortimer1-3/+1
2020-07-06Add support for timeconting in userland.pirofti4-12/+12
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt1-9/+9
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt8-30/+31
2018-01-06Remove dead gettimeofday calls and timevals.cheloha2-6/+2
2017-12-14Simplify and unify timespec variables used in those event loopsjca3-18/+14
2017-12-14Use CLOCK_MONOTONIC for the rpc event loopsjca3-40/+40
2017-06-10fix a sentence that used unusual terminology, the wrong macro,schwarze1-5/+6
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw3-12/+12
2016-12-20Add 'default:' cases to switch statements that gcc whines about.krw4-4/+13
2016-09-23s/alloctaed/allocated/ in commentguenther1-2/+2
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsguenther1-5/+5
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-111/+1
2016-03-09We are done providing support for the vax.deraadt1-177/+2
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc1-3/+2
2015-11-10update NAME section to include all documented functions,jmc2-6/+6
2015-11-01delete old lint ARGSUSED commentsguenther11-38/+11
2015-10-05user land -> userland; from Rob Piercederaadt1-2/+2
2015-10-04__xdrrec_getrec is in the reserved namespace, so it doesn't need to be weakguenther1-2/+2
2015-09-14use .Va for global variables, and .Vt where the type is includedschwarze1-44/+37
2015-09-14Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther1-1/+3
2015-09-13Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther25-33/+106
2015-09-11lseek() is in <unistd.h> ok deraadt@guenther1-1/+2
2015-09-11_rpc_dtablesize() is not used anywhere, tracking by sthen; ok guentherderaadt2-52/+2
2015-09-11rpcdata should not be exported; ok guentherderaadt1-2/+2
2015-09-09Use SOCK_NONBLOCK in a couple more placesguenther1-22/+3
2015-09-02Delete 3 more stderr messages, right before returning a proper error.deraadt3-6/+6
2015-09-02do not printf() on error from libc; ok millertderaadt1-3/+1
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldderaadt10-70/+23
2015-09-01Remove calls to perror(); the error returns are sufficient, and thesederaadt3-27/+7
2015-08-20All these files include <stdlib.h>, so do not need to castderaadt9-19/+19
2015-05-18swap calloc() arguments for clarityderaadt1-2/+2
2015-05-17Use fcntl() to set non-blocking-mode, rather ioctl(). This has a betterderaadt1-4/+20
2015-05-04Use the size of the buffer not the pointer in a call to mem_free().jsg1-2/+2
2015-04-25Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), formiod1-6/+7
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-2/+6
2015-01-16Move to the <limits.h> universe.deraadt4-11/+7
2014-11-11Merge from NetBSD from 1999-03-25:"guenther7-29/+26
2014-11-05missing pfd = newp, diagnosed by deraadt@sthen1-1/+2
2014-11-04Fix memory leak on reallocarray() failure introduced by conversionmillert1-4/+6
2014-10-25Remove unnecessary netinet/in_systm.h include.lteo1-2/+1
2014-10-22We prefer to use call reallocarray() with nmemb first and size second.millert1-2/+2
2014-10-22Use reallocarray() instead of calloc() (originally was realloc).millert1-3/+2
2014-10-08obvious conversion of realloc() to reallocarray(). Luckily this isderaadt1-2/+2
2014-09-15When fopen()ing internal to libc (the API doesn't support the useguenther1-3/+3
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther1-2/+2
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther1-7/+1
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-3/+3