| Age | Commit message (Expand) | Author |
| 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 |
| 2004-10-17 | Add a newline to the end of the 'syslog' output when writing it to stderr. | dsl |
| 2004-06-06 | add an empty setlogmask() | christos |
| 2004-06-06 | Include a fake syslog that does only printf; saves 4K. | christos |
| 2004-05-09 | Change hack getnetbyaddr to match new system prototype. | sommerfeld |
| 2004-04-25 | arrange for libc's getcap to be used instead of a local copy. | christos |
| 2004-04-25 | Adapt to stdlib.h/libc changes. | matt |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2003-10-13 | Move Jason Downs's code from a 4-clause to a 3-clause licence by | agc |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-06 | use bounded string op and strdup | itojun |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-02-19 | Sync this file up with its counterpart in libc, | elric |
| 2002-11-19 | As sys/locale.h no longer includes some extraneous headers, localeconv.c | chris |
| 2002-08-03 | have setloginx() and friends to avoid linking *.o from libutil. PR 17820 | itojun |
| 2002-05-13 | Modified pwmatchline to return the value to pw_class. This is not | elric |
| 2002-04-06 | Don'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) are | lukem |
| 2002-03-25 | Disable libhack's gethost.o (replacement gethostby{name,addr}()) by default, | lukem |
| 2002-02-03 | permanently disable opendir.o until its link bugs (on ELF platforms | lukem |
| 2002-02-02 | replace previous "cut down" getpwent.c with a version which is closer | lukem |
| 2002-02-02 | sync closer to libc version | lukem |
| 2002-02-02 | ansify | lukem |
| 2001-12-12 | Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=. | tv |
| 2001-10-05 | Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization | jmc |
| 2001-08-20 | Drop ``-Os'' on sparc64 due to toolchain issues. | martin |
| 2001-06-15 | Add definitions for weak aliases so that libhack functions | tsutsui |
| 2001-04-28 | Sync with gethostbyaddr() declaration change in <netdb.h> rev. 1.21; | kleink |
| 2000-08-22 | Shave another few bytes here and there - compile with -Os | abs |
| 2000-08-11 | Add __mb_cur_max and rename setlocale function. | tshiozak |
| 2000-05-18 | Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax | matt |
| 2000-01-14 | Deal with name space issues after libc/net updates. | pk |