summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2019-05-08Clarify that strunvisx() and strnunvisx() take the same flags as unvis().bad
2019-05-08mention truncation of the result if the size in optlen is less that thechristos
2019-05-06Remove extra word.wiz
2019-05-06document the EINVAL caused by a large nfds.christos
2019-04-27s/three/multiple/pgoyette
2019-04-26Unify signbitl implementations.maya
2019-04-20Remove 'No' macros with no effect.wiz
2019-04-18Note restrictions on return values from tzgetname() and tzgmtoff()pgoyette
2019-04-17Pick up the latest matching (most recent) entry instead of the first one.christos
2019-04-16revert previously. we want riscv32 to have 128 bit long double...mrg
2019-04-16risc32 doesn't want long double specific versionsmrg
2019-04-15Cargo cult follow the other 128bit long double architecture (sparc64).maya
2019-04-14Provide a definition of quiet NaN for RISC-V, and a reference to wheremaya
2019-04-13build the generic 128bit long double code.maya
2019-04-13Looks like libc is too big to be able to use j. use a longer distance jumpmaya
2019-04-12Markup improvements: use Dv for kqueue filters, events and note namesabhinav
2019-04-08The typecnt refers the to ttis array and the timecnt refers to the type array.christos
2019-04-08Split the description for EINVAL into two pieces, one for each operationpgoyette
2019-04-07don't print ???, requested by kre@christos
2019-04-07only need to initialize the first type.christos
2019-04-07Don't try to print NULL if we can't get a timezone name. First we try dst,christos
2019-04-07Initialize the default timezone a bit more so that tzgetname(3) works.christos
2019-04-05- Padding support from FreeBSD (GNU extensions)christos
2019-04-04deal with zic that's not part of libc.christos
2019-04-04ALL_STATE was bought by STATE_FARM.christos
2019-04-04Make strftime_{l,z} re-entrant and always require a non-NULL timezone to bechristos
2019-04-04explicitly promote to double.christos
2019-04-04merge 2019achristos
2019-03-28fix compilation for non _REENTRANTchristos
2019-03-21Minor markup and wording fixes.uwe
2019-03-18restore the removed "function does something horrible" description,mrg
2019-03-12Fix typo.wiz
2019-03-11PR lib/54053kre
2019-03-09Fix previous... We need to deal with a conditional branch.christos
2019-03-09We don't fit anymore thanks to jemalloc:christos
2019-03-08 s/ are are / are /msaitoh
2019-03-05Transfer all the keys that were created in the libc stub implementationchristos
2019-03-04bump for jemallocchristos
2019-03-04Hook for jemallocchristos
2019-03-03s/a DARPA Internet address/an Internet address/maya
2019-02-24fix typo. From Evil_Bob.maya
2019-02-18appease string + int warning.christos
2019-02-07Add some better error handling from FreeBSD, although we don'tchristos
2019-02-07Fix OOB read from FreeBSD:christos
2019-02-05use adrp not adr, since the data is not pc-rel. fixes brk(2).mrg
2019-01-27fix duplicated chunk from mergedholland
2019-01-27fix another mergeodholland
2019-01-27fix mergeodholland
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-24PR/53904: Jintao Zhu: Use a mutex instead of an rwlock to assure thread safetychristos