aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Final pass through to fix 'tests' packaging.Glen Barber2016-02-031-0/+4
* More 'tests' packaging fixes.Glen Barber2016-02-031-1/+3
* MFHGlen Barber2016-02-031-9/+17
|\
| * Move logic to destroy a struct catentry to its own function.Bryan Drewery2016-02-021-9/+17
* | Fix another 'tests' packaging error.Glen Barber2016-02-031-0/+4
* | More 'tests' package fixes.Glen Barber2016-02-031-0/+4
* | MFHGlen Barber2016-02-022-0/+98
|\|
| * This seems like a very trivial bug that should have been squashed a longMaxim Sobolev2016-01-302-0/+98
* | First pass to fix the 'tests' packages.Glen Barber2016-02-0223-0/+92
|/
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-298-20/+303
* Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofBrooks Davis2016-01-292-6/+6
* Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.Bryan Drewery2016-01-271-8/+3
* nslexer.c does not depend on nsparser.h.Bryan Drewery2016-01-271-1/+1
* Remove excess whitespaceBryan Drewery2016-01-271-1/+1
* Restore flushing of output for revoke(2) again. Document revoke()'sKonstantin Belousov2016-01-261-2/+6
* Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.Bryan Drewery2016-01-251-5/+5
* sctp_sendx() needs to provide the assoc_id back.Michael Tuexen2016-01-241-2/+7
* Fix bug in the readpassphrase(3) function, which can be exposedMaxim Sobolev2016-01-241-8/+16
* sctp_sendv() needs to fill in the association id on return.Michael Tuexen2016-01-241-0/+7
* Add a standards compliance note for strtok_r as suggested by cpercival.Warren Block2016-01-221-1/+6
* sem: Don't free nameinfo that is still in list when open() fails.Jilles Tjoelker2016-01-221-1/+3
* Replace the last non-optional use of sbrk() in the tree with mmap().Brooks Davis2016-01-211-11/+4
* Fix the implementations of PSEUDO_NOERROR and PSEUDO.Brooks Davis2016-01-211-7/+21
* Add .NOMETA missed in r291320.Bryan Drewery2016-01-201-1/+1
* mdoc: sort XrJoel Dahl2016-01-181-1/+1
* Fix compilation on MIPS (typo introduced in r294227).Ruslan Bukin2016-01-181-1/+1
* utimensat(2): Correct description of [EINVAL] error.Jilles Tjoelker2016-01-171-3/+6
* Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-1728-11/+1399
* Remove an unneeded assignment of the return value.Ed Schouten2016-01-141-1/+0
* - Add the 'restrict' type qualifier to match function prototype.Kevin Lo2016-01-141-4/+3
* Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
* Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
* Update futimens/utimensat for MFC to stable/10:Jilles Tjoelker2016-01-123-4/+10
* Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)`Enji Cooper2016-01-121-2/+2
* Similar to r293704, fix theoretical leak of netconfig(3) resources inEnji Cooper2016-01-111-2/+2
* Fix theoretical leak of netconfig(3) resources in svcunix_create(..)Enji Cooper2016-01-111-1/+1
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andGleb Smirnoff2016-01-081-32/+91
* Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker2016-01-052-4/+4
* Use __alignof__ instead of assuming int64_t to get the rightWarner Losh2015-12-301-10/+1
* Document the recently added support for ptrace(2) LWP events.John Baldwin2015-12-301-1/+38
* The FILE structure has a mbstate_t in it. This structure needs to beWarner Losh2015-12-271-2/+14
* Verify that tv_sec value specified in settimeofday() and clock_settime()Dmitry Chagin2015-12-272-2/+8
* Replace implementation of hsearch() by one that scales.Ed Schouten2015-12-277-185/+335
* Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, asColin Percival2015-12-251-0/+1
* Remove _gethostbynisname() and _gethostbynisaddr(). These functionsHajimu UMEMOTO2015-12-252-57/+0
* Do not compile ARMv6 instructions on ARMv4/v5. Although clang is fineKonstantin Belousov2015-12-241-0/+7
* Increase the timeout for resolv_test from the default (300 seconds) toEnji Cooper2015-12-232-4/+13
* Support a.out format in nlist only on i386Ed Maste2015-12-221-2/+2
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-226-86/+605
* We don't need to use a temporary buffer, here.Hajimu UMEMOTO2015-12-221-7/+3