aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Initialize lists of signals using C99 designatorsBrooks Davis2016-09-021-64/+64
* fgetwc(3) may set both __SEOF and __SERR at once (in case of incompleteAndrey A. Chernov2016-09-011-1/+11
* If error happens, don't overwrite original errno comes from __mbrtowc()Andrey A. Chernov2016-09-011-5/+8
* directory(3): Deprecate readdir_r(). Clarify dirent buffers.Jilles Tjoelker2016-08-311-2/+24
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-311-1/+2
* 'addrlen' does not matter when we need to find the first non-zero bit inAndrey A. Chernov2016-08-312-2/+2
* Apply the same qsort() usage fix as in r304911 getaddrinfo.cAndrey A. Chernov2016-08-311-0/+19
* getvfsbyname(3): Remove [EFAULT] error.Jilles Tjoelker2016-08-301-6/+1
* Typesetting fixes.Konstantin Belousov2016-08-291-41/+41
* Restore the requirement of setting errno to zero before callingKonstantin Belousov2016-08-291-7/+17
* Remove commented out mention of ptrace.S.Konstantin Belousov2016-08-291-1/+0
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-2917-441/+58
* Follow ABI when calling __error from the ptrace(2) wrapper.Konstantin Belousov2016-08-281-0/+10
* Do not obliterate errno value in the main thread during ptrace(2) call on x86.Konstantin Belousov2016-08-273-12/+22
* The formal behavior of qsort is unstable with regard to objects thatAndrey A. Chernov2016-08-271-0/+19
* Improve compatibility of calls to dirname() on constant strings.Ed Schouten2016-08-261-1/+1
* Original fgetln() from 44lite return sucess for line tail errors,Andrey A. Chernov2016-08-252-4/+6
* Remove "Fast path", it bypass __wcrtomb() and all its error checking.Andrey A. Chernov2016-08-251-13/+3
* Don't check for __SERR which may stick from one of any previous stdioAndrey A. Chernov2016-08-253-2/+14
* Use current locale (f.e. set by thread). It was global locale alwaysAndrey A. Chernov2016-08-241-5/+5
* Avoid a redecleartion of __getosreldate().Brooks Davis2016-08-241-2/+0
* 1) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed toAndrey A. Chernov2016-08-222-24/+7
* Fix error processing.Andrey A. Chernov2016-08-221-1/+13
* Fix various nits in the aio operation manpages.John Baldwin2016-08-194-26/+15
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-189-9/+7
* Remove <sys/types.h> from the SYNOPSIS.Kevin Lo2016-08-187-14/+7
* Garbage collect _umtx_lock(2)/_umtx_unlock(2) references removed in r263318.Bryan Drewery2016-08-171-6/+0
* Add fdatasync(2) man page, combined with fsync(2).Konstantin Belousov2016-08-172-4/+48
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-1710-113/+130
* - Add the 'restrict' type qualifier to match function prototype.Kevin Lo2016-08-171-3/+3
* Don't conflate enum nss_status return values values with int (NS_SUCCESS,Brooks Davis2016-08-161-38/+38
* The fdatasync(2) call must be cancellation point.Konstantin Belousov2016-08-164-0/+50
* Add an implementation of fdatasync(2).Konstantin Belousov2016-08-151-0/+6
* Add timingsafe_bcmp and timingsafe_memcmp.Xin LI2016-08-147-5/+199
* Initialize `ai` to NULL and test for `ai` with type-appropriate valuesEnji Cooper2016-08-131-3/+5
* Increase timeout from 10 minutes to 20 minutes for all testsEnji Cooper2016-08-131-3/+3
* Reimplement dirname(3) to be thread-safe.Ed Schouten2016-08-125-90/+176
* Remove obsolete manpage that is not currently installed.John Baldwin2016-08-091-679/+0
* libc/rpc: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-069-1/+453
* Create namespace for the symbols added during 12-CURRENT cycle.Konstantin Belousov2016-08-061-1/+5
* Grammar fixes.Sergey Kandaurov2016-08-041-1/+1
* mdoc: The .Fn function.Sergey Kandaurov2016-08-041-1/+3
* Although the code amount is not big, move POSIX error processing intoAndrey A. Chernov2016-08-031-34/+38
* mprotect(): Change prototype to comply to POSIX.Ed Schouten2016-08-031-2/+2
* Add link for getnetgrent_r(3).Bryan Drewery2016-08-021-0/+1
* Fix up setgrent(3) to have a POSIX-compliant prototype.Ed Schouten2016-07-312-10/+7
* In addition to prev. commit. Since potentially glob2() can return errorAndrey A. Chernov2016-07-311-0/+2
* Both C99 and POSIX directly prohibits any standard function to set errnoAndrey A. Chernov2016-07-312-18/+26
* Rework r303074 case 4. Don't immediatelly skip directory entries whichAndrey A. Chernov2016-07-301-0/+7