summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Add sem_clockwait_np()Eric van Gyzen2017-02-234-25/+91
* Fix grammar in getpeereid(3)Eric van Gyzen2017-02-041-3/+3
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-3/+3
* Rework tty_drain() to poll the hardware for completion, and restoreIan Lepore2017-01-121-3/+30
* Rename the 'flags' argument to getfsstat() to 'mode' and validate it.John Baldwin2016-12-272-6/+6
* Properly sign extend the result of jrand48() and mrand48().Ed Schouten2016-12-062-2/+9
* remove unnecessary vm includes from setproctitleEd Maste2016-11-221-4/+0
* Replace basename(3) by a thread-safe implementation.Ed Schouten2016-11-035-122/+146
* Fix formatting of tables.John Baldwin2016-10-281-121/+121
* Add comment on use of abort() in libcEd Maste2016-10-121-2/+9
* Correct indent.Konstantin Belousov2016-10-111-4/+3
* Fill msg_len for the initial element of msgvec.Konstantin Belousov2016-10-111-0/+2
* Remove setkey(), encrypt(), des_setkey() and des_cipher().Ed Schouten2016-10-032-20/+10
* libc arc4_stir: use only kern.arandom sysctlEd Maste2016-10-031-23/+5
* Replace dirname(3) by a copy that complies to POSIX.Ed Schouten2016-09-182-47/+25
* Initialize lists of signals using C99 designatorsBrooks Davis2016-09-021-64/+64
* directory(3): Deprecate readdir_r(). Clarify dirent buffers.Jilles Tjoelker2016-08-311-2/+24
* getvfsbyname(3): Remove [EFAULT] error.Jilles Tjoelker2016-08-301-6/+1
* Improve compatibility of calls to dirname() on constant strings.Ed Schouten2016-08-261-1/+1
* Avoid a redecleartion of __getosreldate().Brooks Davis2016-08-241-2/+0
* - Add the 'restrict' type qualifier to match function prototype.Kevin Lo2016-08-171-3/+3
* Reimplement dirname(3) to be thread-safe.Ed Schouten2016-08-125-90/+176
* 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
* 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
* Reset errno for readdirfunc() before contunue.Andrey A. Chernov2016-07-301-1/+4
* Mention that basename(3) and dirname(3) will change in the future.Ed Schouten2016-07-292-7/+16
* Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten2016-07-284-6/+6
* 1) POSIX defines well when GLOB_NOMATCH or original patternAndrey A. Chernov2016-07-231-5/+7
* 1) We need the original pattern (in the next round of changes) not only inAndrey A. Chernov2016-07-231-80/+73
* 1) GLOB_BRACE was somewhat broken. First it repeatedly calls glob0() inAndrey A. Chernov2016-07-211-75/+101
* In addition to r303074 case 1, search for protected L'/' too in globtilde()Andrey A. Chernov2016-07-201-3/+2
* 1) Per POSIX (and glibc) GLOB_NOCHECK should return original pattern,Andrey A. Chernov2016-07-201-55/+86
* 1) Don't protect \/ and \. even if user say so. They are not special charsAndrey A. Chernov2016-07-191-8/+5
* g_Ctoc() conversion buffers are smaller than needed up to MB_CUR_MAX - 1Andrey A. Chernov2016-07-181-4/+4
* Change patch from r303004 case 3. According to POSIX gl_errfunc should beAndrey A. Chernov2016-07-181-3/+3
* 1) Add all characters from ~ expansion as protected to be not interpretedAndrey A. Chernov2016-07-182-19/+8
* 1) POSIX defines well when GLOB_ABORTED can be returned (only for directoryAndrey A. Chernov2016-07-181-20/+35
* Reflect pathnames sorting in collation order.Andrey A. Chernov2016-07-171-1/+1
* In g_Ctoc() apply CHAR() macro to *str to strip all flags. It gains nothingAndrey A. Chernov2016-07-171-3/+3
* 1) This file full of direct char <-> wchar_t assignment, not converted, cutAndrey A. Chernov2016-07-171-47/+97
* 1) Eliminate possibility to call __*collate_range_cmp() with inclompleteAndrey A. Chernov2016-07-142-4/+4
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-142-2/+18
* Remove broken support for collation in [a-z] type ranges.Andrey A. Chernov2016-07-102-18/+2
* utimes(2),utime(3): Add deprecation in favour of utimensat(2) and futimens(2).Jilles Tjoelker2016-06-091-2/+4