summaryrefslogtreecommitdiff
path: root/distrib/utils/libhack
AgeCommit message (Expand)Author
2013-12-21refer to our own h_errno so we don't fetch the libc onechristos
2013-08-27avoid copying most of libc (except gethostent_r, which unfortunatelychristos
2013-08-25provide the symbols sethostent.c in libc is missing.christos
2013-08-20modernize, comment out dead code, amend gethostbyaddr prototype.christos
2013-04-19More locale hacks.joerg
2013-04-18Override localeconv_l as well, when providing an alternativejoerg
2012-10-11make libhack's syslog.c produce exactly the same symbols as libc's syslog.c,christos
2012-07-14Add a check hack to ensure %m causes error message string to be shownabs
2011-01-12Fix the weak aliases to match the libc version and not leave unresolvedjoerg
2010-06-08fix build breakage by multiple definition of __mb_cur_max.tnozaki
2009-01-16Add some more weak aliases for versioned library calls, to preventhe
2009-01-02Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo...tnozaki
2008-11-28Add cut-down getpwent_r() to join existing getpwent() and friends. Thissborrill
2008-07-29install/39193, fix signedness problem of converting char -> wchar_t.tnozaki
2008-07-12mbrtowc() gets called to initialise the mbstate from libcurses.dsl
2007-11-06Compile a special version of the default locale into libhack - we canmartin
2007-05-29Undo the #if 0 for the multibyte functions we now need to buildhe
2007-04-02Merge the multibyte routines into one file, and add stub implementationschristos
2007-02-03we need wcrtomb now too.christos
2007-02-03add prototypes for the _ss functions.christos
2006-11-06Implement mostly-stub versions of the new syslog functionshe
2005-09-14emulate getgrouplist() directly, no need to pull indrochner
2005-09-14pty.o in libutil.a wants to call getgrent_r(), so provide a cheesyhe
2005-05-15Stub out mbrtowc(), removes all the citrus_xxx stuff from libc.dsl
2005-04-01Include <unistd.h> to get the getgroupmembership() prototype.he
2005-03-31Return 0xff from setlogmask() instead of falling off the end ofhe
2005-03-31Provide weak aliases for the newly added getpwuid_r() and getpwnam_r()he
2005-03-31Add re-entrant versions of the password routines. Well, not really, but close.christos
2005-01-06Implement getgroupmembership(3). This is similar to getgrouplist(3), exceptlukem
2004-10-17Add a newline to the end of the 'syslog' output when writing it to stderr.dsl
2004-06-06add an empty setlogmask()christos
2004-06-06Include a fake syslog that does only printf; saves 4K.christos
2004-05-09Change hack getnetbyaddr to match new system prototype.sommerfeld
2004-04-25arrange for libc's getcap to be used instead of a local copy.christos
2004-04-25Adapt to stdlib.h/libc changes.matt
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-10-13Move Jason Downs's code from a 4-clause to a 3-clause licence byagc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-06use bounded string op and strdupitojun
2003-07-26netbsd.org->NetBSD.orgsalo
2003-02-19Sync this file up with its counterpart in libc,elric
2002-11-19As sys/locale.h no longer includes some extraneous headers, localeconv.cchris
2002-08-03have setloginx() and friends to avoid linking *.o from libutil. PR 17820itojun
2002-05-13Modified pwmatchline to return the value to pw_class. This is notelric
2002-04-06Don't override DBG here. It should be defined in parent Makefiles.tsutsui
2002-03-28- Be consistent how libhack is used: If extra HACKOBJS (e.g., gethost.o) arelukem
2002-03-25Disable libhack's gethost.o (replacement gethostby{name,addr}()) by default,lukem
2002-02-03permanently disable opendir.o until its link bugs (on ELF platformslukem
2002-02-02replace previous "cut down" getpwent.c with a version which is closerlukem
2002-02-02sync closer to libc versionlukem