summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-01fix a few pastospooka
2010-03-29build s_frexp.c, s_ldexp.c and s_modf.c here for new platforms, since theymrg
2010-03-28woops, fogot to include limits.h.tnozaki
2010-03-28MB_LEN_MAX should moved from MD to MI.tnozaki
2010-03-28avoid mbrtowc/wcrtomb buffer overrun when CPUARCH=hppa and MB_CUR_MAX > 6.tnozaki
2010-03-271. {wctype,wctrans,mbstate}_t: switch MD to MI like othertnozaki
2010-03-27fix tpo.christos
2010-03-27_locale_cache_t: change ldata and items to pointer for future binary compatib...tnozaki
2010-03-25fix the pthread pt_lid in the fork callback function that runs in the child i...explorer
2010-03-24Correctly set pt_lid in the child, after a forkexplorer
2010-03-23catch up with the __RENAME of nanosleep(2) a while ago, otherwise wedrochner
2010-03-23remove some stray __weak_aliases, where the target functions weredrochner
2010-03-22https://bugzilla.redhat.com/show_bug.cgi?id=575383christos
2010-03-22Use .In instead of .Aq Pa and variantes for header files.joerg
2010-03-22Use .In instead of .Ar Pa for header files.joerg
2010-03-22Use .In instead of .Ar Pajoerg
2010-03-22Use .In instead of .Ar Pa for headers.joerg
2010-03-22Use .In for header files instead of .Ar Pa and variations.joerg
2010-03-22Break the (too) big lead paragraph into three smaller ones.jruoho
2010-03-22Wrap DOCALL and DOCALL_KLOCK in a new block (for easy adding ofpooka
2010-03-22add a nop to provide enough space for the linker and long calls.mrg
2010-03-22replace kernel-only 'stmd' and 'lmd' operations in userland with equivalentmrg
2010-03-22convert -idirafter to -isystem, as recommended by cgd in PR 11843.mrg
2010-03-21Bump date for previous.jruoho
2010-03-21Note inttypes(3) also here.jruoho
2010-03-21Mention the recommended usage of inttypes(3) when applicable.jruoho
2010-03-21Emphasize imaxint_t.jruoho
2010-03-20fix byte order mark related bug introduced by previous commit,tnozaki
2010-03-19Namespace protection for mi_vector_hash.joerg
2010-03-151. fix wrong byte order mark of utf-16, reported by NARUSE Yui -san.tnozaki
2010-03-14update all of these makefiles for the .so -> .pico change.mrg
2010-03-12Add memset to libkern on vax, moving existing memset.S to src/common.uwe
2010-03-08mfs is a bit off in the sense that mount(2) doesn't return sincepooka
2010-03-08These functions are going to first appear in 5.1, not 6.0.snj
2010-03-08Fix broken RCSID.snj
2010-03-07indentation/whitespacedholland
2010-03-07remove stray semicolondholland
2010-03-05Update to use newstyle rump_module interfaces.pooka
2010-03-05During bootstrap, process all modinfos in a DSO in one go. Getpooka
2010-03-04Fix race condition on reallocation of huge category.enami
2010-03-04Convert padding for unknown capabilities as well.roy
2010-03-04Convert padding and give terminfo some default assumptions about termcap.roy
2010-03-03Abort an error.roy
2010-03-02Use _ti_get_token instead of strsep when parsing termcap entries.roy
2010-03-01- KNFchristos
2010-03-01Join today's manpage mania by updating this to reflect the currentpooka
2010-03-01Introduce RUMP_COMPONENT. It behaves mostly like a simplifiedpooka
2010-03-01Escape , when converting to terminfo.roy
2010-03-01compile.c needs sys/endian.h; PR 42875 from Henning Petersen.dholland
2010-02-26librumpuser is not _KERNEL code and does not belong in sys. Movepooka