summaryrefslogtreecommitdiff
path: root/distrib/utils/libhack
AgeCommit message (Expand)Author
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
2002-02-02ansifylukem
2001-12-12Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=.tv
2001-10-05Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimizationjmc
2001-08-20Drop ``-Os'' on sparc64 due to toolchain issues.martin
2001-06-15Add definitions for weak aliases so that libhack functionstsutsui
2001-04-28Sync with gethostbyaddr() declaration change in <netdb.h> rev. 1.21;kleink
2000-08-22Shave another few bytes here and there - compile with -Osabs
2000-08-11Add __mb_cur_max and rename setlocale function.tshiozak
2000-05-18Compile things with -Os. I wonder if compiling -Mno-pic for mips and vaxmatt
2000-01-14Deal with name space issues after libc/net updates.pk
1999-09-26Combine the Makefile.inc and Makefile, and specify the $(HACKOBJS)dan
1999-09-19Fix floppy build in the presense of weak symbols.christos
1999-06-30Don't use .PATH here, it won't work because of crunchgen. XXXfvdl
1999-06-27miniroot changes:mrg
1999-06-21const poison logindanw
1999-05-27Warning fixes from kurt.schreinergwr
1999-05-23fix warning allegedly reported on i386gwr
1999-05-19New files...gwr
1999-05-19Prune out NLS stuff.gwr
1999-05-19Stubbed-out utmp file functions.gwr
1999-05-19Slimmed-down localeconvgwr
1999-05-19Prune out references to qsort in opendir unionfs code.gwr
1999-05-06We don't need to give explicit rules for .c.o conversion, the defaultwrstuden
1999-03-13Make it more clear where this came from.sommerfe
1999-03-13Warnsify.sommerfe
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-08-10bcmp->memcmpperry
1998-01-09RCS Id Police.perry
1997-12-12Add getnet.cgwr