aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: Remove futimens() and utimensat() compat stubs.Jilles Tjoelker2017-06-074-221/+1
* tsearch_test: Test twalk & add some determinism.Will Andrews2017-06-061-1/+29
* Remove stale cap_rights_get(2) manpage.John Baldwin2017-06-021-1/+0
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-014-17/+47
* Mention that the basep argument to getdirentries(2) can be NULL.Konstantin Belousov2017-05-281-2/+5
* Update getdirentries(2) page for new struct dirent layout.Konstantin Belousov2017-05-281-5/+6
* hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when doneEnji Cooper2017-05-281-8/+10
* hostent_test_getnameinfo_eq(..): initialize found_a_host to falseEnji Cooper2017-05-281-1/+1
* Bump WARNS from 1 to 3 after recent commits to fix warnings in theEnji Cooper2017-05-281-1/+1
* Push `snapshot_file` copying down into run_tests function, and mark snapshot_...Enji Cooper2017-05-282-25/+32
* Fix a -Wunused-but-set-variable warning reported by gcc 6.3.0Enji Cooper2017-05-281-2/+1
* Fix -Wunused and -Wshadow warningsEnji Cooper2017-05-281-8/+6
* getgr_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
* getpw_test: fix -Wunused warningsEnji Cooper2017-05-281-3/+7
* gethostby_test: fix multiple warning typesEnji Cooper2017-05-281-26/+28
* getproto_test: fix -Wunused warningsEnji Cooper2017-05-281-2/+2
* getrpc_test: fix -Wunused warningsEnji Cooper2017-05-281-4/+2
* getserv_test: mark unused parameters __unused to fix correspondingEnji Cooper2017-05-281-2/+2
* getusershell_test: mark mdata parameter in compare_usershell __unusedEnji Cooper2017-05-281-1/+2
* getaddrinfo_test: mark unused function parameters __unused to fix -WunusedEnji Cooper2017-05-281-3/+4
* getproto_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper2017-05-281-4/+4
* getrpc_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper2017-05-281-4/+4
* getaddrinfo_test: fix -Wsign-compare warningsEnji Cooper2017-05-281-7/+7
* getserv_test: fix -Wsign-compare and -Wmissing-prototypes warningsEnji Cooper2017-05-281-4/+4
* getusershell_test: staticize run_tests(..) to fix warningsEnji Cooper2017-05-281-1/+1
* Fix -Wsign-compare warningsEnji Cooper2017-05-281-2/+2
* Staticize functions and remove unused variables to aid with bumping WARNSEnji Cooper2017-05-284-8/+2
* Sort make variables to suit style.Makefile(5)Enji Cooper2017-05-281-7/+8
* lib/libc/tests/nss: use calloc appropriatelyEnji Cooper2017-05-285-7/+6
* fts_open: move bogus initialization further below, before it is used.Pedro F. Giffuni2017-05-263-9/+9
* Don't end up manpage titles with a full stop.Edward Tomasz Napierala2017-05-243-3/+3
* Update the "first appeared in" version in several manual pages.Glen Barber2017-05-242-4/+4
* Allow cpuset_{get,set}affinity in capabilities modeAllan Jude2017-05-241-1/+7
* directory(3): add trailing comma after e.g., missed in r318699Enji Cooper2017-05-231-1/+1
* libthr: fix warnings from GCC when WARNS=6Eric van Gyzen2017-05-231-0/+3
* Commit the 64-bit inode project.Konstantin Belousov2017-05-2331-104/+3445
* kill(2): add missing section for sysctl(9)Enji Cooper2017-05-231-1/+1
* ptrace(2): clean up trailing whitespaceEnji Cooper2017-05-231-2/+2
* open(2): fix manlint warningsEnji Cooper2017-05-231-11/+11
* rctl_add_rule(2): fix manlint warningsEnji Cooper2017-05-231-4/+4
* cap_enter(2): fix manlint issuesEnji Cooper2017-05-231-4/+4
* _umtx_op(2): fix minor manlint issuesEnji Cooper2017-05-231-23/+23
* xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSISEnji Cooper2017-05-231-1/+1
* fopencookie(3): declare function pointers in SYNOPSIS correctlyEnji Cooper2017-05-231-4/+4
* quick_exit(3): delete trailing whitespace in licensing tortEnji Cooper2017-05-231-3/+3
* acl_to_text(3): start sentences on new linesEnji Cooper2017-05-231-2/+3
* acl_create_entry(3): separate .Nm entries with commas in SYNOPSISEnji Cooper2017-05-231-1/+1
* sctp_send(3): start sentences on new linesEnji Cooper2017-05-231-2/+2
* localeconv(3): start sentences on new linesEnji Cooper2017-05-231-1/+2
* fopen(3): make manlint fixesEnji Cooper2017-05-231-5/+10