summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.bdrewery2016-01-271-8/+3
* nslexer.c does not depend on nsparser.h.bdrewery2016-01-271-1/+1
* Remove excess whitespacebdrewery2016-01-271-1/+1
* Restore flushing of output for revoke(2) again. Document revoke()'skib2016-01-261-2/+6
* Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.bdrewery2016-01-251-5/+5
* sctp_sendx() needs to provide the assoc_id back.tuexen2016-01-241-2/+7
* Fix bug in the readpassphrase(3) function, which can be exposedsobomax2016-01-241-8/+16
* sctp_sendv() needs to fill in the association id on return.tuexen2016-01-241-0/+7
* Add a standards compliance note for strtok_r as suggested by cpercival.wblock2016-01-221-1/+6
* sem: Don't free nameinfo that is still in list when open() fails.jilles2016-01-221-1/+3
* Replace the last non-optional use of sbrk() in the tree with mmap().brooks2016-01-211-11/+4
* Fix the implementations of PSEUDO_NOERROR and PSEUDO.brooks2016-01-211-7/+21
* Add .NOMETA missed in r291320.bdrewery2016-01-201-1/+1
* mdoc: sort Xrjoel2016-01-181-1/+1
* Fix compilation on MIPS (typo introduced in r294227).br2016-01-181-1/+1
* utimensat(2): Correct description of [EINVAL] error.jilles2016-01-171-3/+6
* Bring in initial libc and libstand support for RISC-V.br2016-01-1728-11/+1399
* Remove an unneeded assignment of the return value.ed2016-01-141-1/+0
* - Add the 'restrict' type qualifier to match function prototype.kevlo2016-01-141-4/+3
* Avoid reading pass the end of the source buffer when it is not NULbrooks2016-01-131-1/+1
* Avoid reading pass the end of the source buffer when it is not NULbrooks2016-01-131-1/+1
* Update futimens/utimensat for MFC to stable/10:jilles2016-01-123-4/+10
* Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)`ngie2016-01-121-2/+2
* Similar to r293704, fix theoretical leak of netconfig(3) resources inngie2016-01-111-2/+2
* Fix theoretical leak of netconfig(3) resources in svcunix_create(..)ngie2016-01-111-1/+1
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andglebius2016-01-081-32/+91
* Add sbin and /usr/local directories to _PATH_DEFPATH.jilles2016-01-052-4/+4
* Use __alignof__ instead of assuming int64_t to get the rightimp2015-12-301-10/+1
* Document the recently added support for ptrace(2) LWP events.jhb2015-12-301-1/+38
* The FILE structure has a mbstate_t in it. This structure needs to beimp2015-12-271-2/+14
* Verify that tv_sec value specified in settimeofday() and clock_settime()dchagin2015-12-272-2/+8
* Replace implementation of hsearch() by one that scales.ed2015-12-277-185/+335
* Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, ascperciva2015-12-251-0/+1
* Remove _gethostbynisname() and _gethostbynisaddr(). These functionsume2015-12-252-57/+0
* Do not compile ARMv6 instructions on ARMv4/v5. Although clang is finekib2015-12-241-0/+7
* Increase the timeout for resolv_test from the default (300 seconds) tongie2015-12-232-4/+13
* Support a.out format in nlist only on i386emaste2015-12-221-2/+2
* Let tsearch()/tdelete() use an AVL tree.ed2015-12-226-86/+605
* We don't need to use a temporary buffer, here.ume2015-12-221-7/+3
* Use _map_v4v6_address().ume2015-12-211-4/+3
* Simplify _map_v4v6_address().ume2015-12-211-7/+3
* If we end up following a CNAME chain that does not findume2015-12-211-1/+6
* libc: Use namespace.h in a few more files.jilles2015-12-204-11/+19
* addrinfo.ai_family is an address family, not a protocol family.ume2015-12-201-8/+8
* clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.jilles2015-12-202-8/+2
* Fix lockf(3) cancellation behaviour.kib2015-12-201-3/+8
* Use _map_v4v6_address().ume2015-12-181-4/+3
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-182-28/+174
* Iterate down lib/libc/tests/nss...ngie2015-12-161-0/+1
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1610-0/+5399
OpenPOWER on IntegriCloud