| Age | Commit message (Expand) | Author |
| 2022-04-14 | Make this no-op variant of fmtcheck() compatible with the libc version | martin |
| 2021-05-25 | Provide support to build 32bit crunched ramdisks and use that for | martin |
| 2021-05-24 | refuse should exit(3). Noted by joerg@ | christos |
| 2021-03-09 | Add a stubbed version of libwrap (tcpwrappers) | christos |
| 2021-02-25 | Add regcomp.c and regexec.c so that we get a version that does not use NLS | christos |
| 2020-04-17 | include aligned_alloc(3), now needed for newfs and fsck_ffs | jdolecek |
| 2020-04-05 | Extend the curses hack to terminfo - build selected parts of | martin |
| 2020-03-02 | libhack: revert prior, will be done per consumer instead. | roy |
| 2020-03-01 | libhack: build with -D_REENTRANT | roy |
| 2019-08-13 | use unsigned char to prevent sign extension. | christos |
| 2019-08-12 | Make this at least work for ASCII strings (there are way more users | martin |
| 2019-08-01 | Avoid using an unitialized variable | martin |
| 2019-07-28 | Provide a way for crunched programs to use a non-WIDE_CHAR version of | martin |
| 2019-07-28 | We (especially libcurses and nvi) use more multibyte character locale | martin |
| 2019-06-22 | Add an empty fmtcheck | christos |
| 2019-05-09 | Fix build with MKYP=no | roy |
| 2019-03-28 | Dedup and add the small jemalloc implementation so our install media has | christos |
| 2017-06-18 | Make shared -DSMALL libc buildable without breaking libhack | manu |
| 2014-11-15 | Remove unused variable. | htodd |
| 2014-11-15 | handle the "special" wc NULL case. | christos |
| 2014-08-25 | Use .PATH because the newmake does not apply pattern rules to sources in | christos |
| 2013-12-21 | refer to our own h_errno so we don't fetch the libc one | christos |
| 2013-08-27 | avoid copying most of libc (except gethostent_r, which unfortunately | christos |
| 2013-08-25 | provide the symbols sethostent.c in libc is missing. | christos |
| 2013-08-20 | modernize, comment out dead code, amend gethostbyaddr prototype. | christos |
| 2013-04-19 | More locale hacks. | joerg |
| 2013-04-18 | Override localeconv_l as well, when providing an alternative | joerg |
| 2012-10-11 | make libhack's syslog.c produce exactly the same symbols as libc's syslog.c, | christos |
| 2012-07-14 | Add a check hack to ensure %m causes error message string to be shown | abs |
| 2011-01-12 | Fix the weak aliases to match the libc version and not leave unresolved | joerg |
| 2010-06-08 | fix build breakage by multiple definition of __mb_cur_max. | tnozaki |
| 2009-01-16 | Add some more weak aliases for versioned library calls, to prevent | he |
| 2009-01-02 | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo... | tnozaki |
| 2008-11-28 | Add cut-down getpwent_r() to join existing getpwent() and friends. This | sborrill |
| 2008-07-29 | install/39193, fix signedness problem of converting char -> wchar_t. | tnozaki |
| 2008-07-12 | mbrtowc() gets called to initialise the mbstate from libcurses. | dsl |
| 2007-11-06 | Compile a special version of the default locale into libhack - we can | martin |
| 2007-05-29 | Undo the #if 0 for the multibyte functions we now need to build | he |
| 2007-04-02 | Merge the multibyte routines into one file, and add stub implementations | christos |
| 2007-02-03 | we need wcrtomb now too. | christos |
| 2007-02-03 | add prototypes for the _ss functions. | christos |
| 2006-11-06 | Implement mostly-stub versions of the new syslog functions | he |
| 2005-09-14 | emulate getgrouplist() directly, no need to pull in | drochner |
| 2005-09-14 | pty.o in libutil.a wants to call getgrent_r(), so provide a cheesy | he |
| 2005-05-15 | Stub out mbrtowc(), removes all the citrus_xxx stuff from libc. | dsl |
| 2005-04-01 | Include <unistd.h> to get the getgroupmembership() prototype. | he |
| 2005-03-31 | Return 0xff from setlogmask() instead of falling off the end of | he |
| 2005-03-31 | Provide weak aliases for the newly added getpwuid_r() and getpwnam_r() | he |
| 2005-03-31 | Add re-entrant versions of the password routines. Well, not really, but close. | christos |
| 2005-01-06 | Implement getgroupmembership(3). This is similar to getgrouplist(3), except | lukem |