aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge head from 7/28Simon J. Gerraty2014-08-19214-4940/+1402
|\
| * If telldir() is called immediately after a call to seekdir(), POSIXJohn Baldwin2014-07-292-28/+26
| * strftime() xlocale cleanups.Pedro F. Giffuni2014-07-261-37/+46
| * In the "Too many open files" edge cases don't try to preserve oldAndrey A. Chernov2014-07-261-0/+8
| * POSIX says that passing a location returned by telldir() to seekdir()John Baldwin2014-07-241-0/+1
| * Avoid possible cast degradation.Pedro F. Giffuni2014-07-222-2/+2
| * For "a"-mode files and rewind/fseek + fwrite combination return meaningfulAndrey A. Chernov2014-07-221-0/+18
| * Back the whole change out until I figure out how to obtain O_APPEND,Andrey A. Chernov2014-07-221-6/+0
| * Checking for __SAPP alone is not enough because it is emulated O_APPENDAndrey A. Chernov2014-07-221-1/+2
| * Revert r268984:Pedro F. Giffuni2014-07-221-2/+5
| * Mostly cosmetic cleanups.Pedro F. Giffuni2014-07-222-3/+3
| * ftello: return 1 when seeking offset on an append stream.Pedro F. Giffuni2014-07-221-0/+2
| * rewind: always clear error indicator.Pedro F. Giffuni2014-07-221-3/+2
| * Fix hdestroy() compliance issue.Pedro F. Giffuni2014-07-211-1/+0
| * Update license.Pedro F. Giffuni2014-07-211-7/+2
| * Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni2014-07-214-41/+153
| * Adjust errno on failed prepwrite.Pedro F. Giffuni2014-07-203-3/+10
| * Const-ify a character string.Pedro F. Giffuni2014-07-201-1/+1
| * Use a correct errno in freopen.Pedro F. Giffuni2014-07-201-1/+1
| * Update fflush(3) to return success on a read-only stream.Pedro F. Giffuni2014-07-201-9/+16
| * Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionIan Lepore2014-07-193-1/+111
| * Clean r268867.Pedro F. Giffuni2014-07-191-1/+1
| * Use unsigned optlen in getsourcefilter()Pedro F. Giffuni2014-07-191-1/+2
| * ttyname(3): Fix EBADF/ENOTTY error descriptions.Jilles Tjoelker2014-07-181-5/+21
| * Extend kqueue's EVFILT_TIMER by adding precision unit flags supportBaptiste Daroussin2014-07-181-3/+20
| * libc/stdlib: Minor cleanups to code originating in NetBSDPedro F. Giffuni2014-07-153-22/+14
| * Document that listen(2) can fail with EDESTADDRREQ.Kevin Lo2014-07-151-1/+4
| * libc/gen: small updates to code originating at OpenBSDPedro F. Giffuni2014-07-152-19/+8
| * Make generation of nslexer.c more robust.Julio Merino2014-07-141-3/+5
| * strfmon: reduce unnecessary snprintf.Pedro F. Giffuni2014-07-121-5/+3
| * Fix some edge cases with rewinddir():John Baldwin2014-07-115-165/+225
| * Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX).Konstantin Belousov2014-07-091-3/+9
| * Fix a typo.Mark Johnston2014-07-091-1/+1
| * [mdoc] Fix previous change.Sergey Kandaurov2014-07-081-1/+1
| * Remove ia64.Marcel Moolenaar2014-07-0757-3906/+3
| * minor perf enhancement for UTF-8Pedro F. Giffuni2014-07-041-19/+10
| * getopt(3): clarify GNU instead of NetBSD.Pedro F. Giffuni2014-07-041-1/+1
| * Note that most errors are possible for all syscalls from utimes(2)Konstantin Belousov2014-07-031-46/+20
| * regex(3): Add support for \< and \> word delimitersPedro F. Giffuni2014-06-302-2/+25
| * Fix build with WITHOUT_INET6.Hajimu UMEMOTO2014-06-261-0/+2
| * - Exclude loopback address rather than loopback interface.Hajimu UMEMOTO2014-06-261-13/+27
| * Document EINVAL as per POSIX.Sergey Kandaurov2014-06-262-2/+10
| * Catch up with many years of changes:Garrett Wollman2014-06-241-13/+50
| * mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-231-2/+0
| * Exclude IPv4 address from doing longest match.Hajimu UMEMOTO2014-06-231-1/+2
| * use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-2387-111/+105
| * Merge intermediate OpenBSD v1.25 changes (almost identical to ours)Andrey A. Chernov2014-06-221-18/+12
| * getopt(3): recognize option:: as GNU extension for "optional options".Pedro F. Giffuni2014-06-223-8/+22
| * Revert r267675:Pedro F. Giffuni2014-06-211-6/+6
| * regex: Make use of reallocf().Pedro F. Giffuni2014-06-201-6/+6