summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2013-12-13add a cast for sparc64 where int_fast32_t is long (should it be?), andchristos
2013-12-11Moved to src/common.joerg
2013-12-11Allow kernel code to access constant databases by moving cdbr(3) and thejoerg
2013-12-10CID 1135779: Fix resource leakchristos
2013-12-09Fix typo ("then" instead of "than")wiz
2013-12-08add note about gets()dholland
2013-12-05Add cdbr_open_mem.joerg
2013-12-03Don't include bswap for ARM right now, the routines require ARMv6.joerg
2013-12-03Add ARM (EABI) specific sources. Split off code that requires C11,joerg
2013-12-02changed lua_Number to int64_tlneto
2013-12-01- centralize opening of regular and temp files to avoid code duplicationchristos
2013-11-30fabsl alias.joerg
2013-11-30Use PLT_SYM.joerg
2013-11-30Use PLT_SYM.joerg
2013-11-29Add fabsl alias if necessary.joerg
2013-11-28The document date was not updated as it should have been.khorben
2013-11-28Fixed a typo in the example code for select(2)khorben
2013-11-24No need for bzero, memset provides it.christos
2013-11-23Remove now-non-existant bzero.S from sources list.jakllsch
2013-11-23Fix very stupid typomartin
2013-11-22Fix a cast from the lint cleanup that made small exponents (i.e. values < 1)martin
2013-11-22switch from circleq to tailq, from FreeBSDchristos
2013-11-21Make ext_fraclm and ext_frachm parts of the long double mantissa optionalmartin
2013-11-20PR 48384: reorganize struct ieee_ext for sparc64 to only use a high/lowmartin
2013-11-14Remove annoying comma and sort SEE ALSO.wiz
2013-11-13PR/48379: mention kqueue functionalitychristos
2013-11-10Sort out relationship with crt0.o on major bump.joerg
2013-11-09Add utimens/lutimens man pages links.njoly
2013-11-07we don't support stpncpy until gcc doeschristos
2013-11-06Fix build problems.tron
2013-11-06handle old gccchristos
2013-11-06add stp{,n}cpychristos
2013-11-06fix doc for strcpy, strcatchristos
2013-11-06simplifychristos
2013-11-02fix old style declschristos
2013-10-31Try improving the description.wiz
2013-10-28convert to ANSI C definitions.mrg
2013-10-24Add entries for ctor/dtor switch.joerg
2013-10-22Reduce amount of casts and make LP64 safe.matt
2013-10-21Fix bug introduced in revision 1.13 which meant longjmp would neverskrll
2013-10-19Minor fixes.wiz
2013-10-19document the scopeid functionschristos
2013-10-19use new constantschristos
2013-10-19add inet6_scopeidchristos
2013-10-19bump for scopeid functionschristos
2013-10-18convert to full ANSI C.mrg
2013-10-17Avoid casting gymnastics that lead to pointer aliasing by introducing anchristos
2013-10-17remove always inline because new gcc bitches.christos
2013-10-17Change mknodat(2) device argument type from uint32_t to dev_t.njoly
2013-10-15Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatatnjoly