CVS commit: src/distrib/utils/libhack

2021-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 24 21:34:07 UTC 2021 Modified Files: src/distrib/utils/libhack: wrap.c Log Message: refuse should exit(3). Noted by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/libhack/wrap.c P

CVS commit: src/distrib/utils/libhack

2021-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 9 00:06:44 UTC 2021 Modified Files: src/distrib/utils/libhack: Makefile.inc Added Files: src/distrib/utils/libhack: wrap.c Log Message: Add a stubbed version of libwrap (tcpwrappers) To generate a diff of this

CVS commit: src/distrib/utils/libhack

2021-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 25 21:24:00 UTC 2021 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Add regcomp.c and regexec.c so that we get a version that does not use NLS and brings in all the locale code. To generate a diff

CVS commit: src/distrib/utils/libhack

2020-04-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 17 14:55:24 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: include aligned_alloc(3), now needed for newfs and fsck_ffs To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/di

CVS commit: src/distrib/utils/libhack

2020-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 5 11:18:02 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Extend the curses hack to terminfo - build selected parts of libterminfo as part of libhack, so we can drop unwanted features for sm

CVS commit: src/distrib/utils/libhack

2020-03-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Mar 2 16:01:52 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: libhack: revert prior, will be done per consumer instead. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/distrib/u

CVS commit: src/distrib/utils/libhack

2020-03-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Mar 1 22:47:26 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: libhack: build with -D_REENTRANT Some tools that use libhack expect thread locking. An example of this is zpool(8). Without it, it ra

CVS commit: src/distrib/utils/libhack

2019-05-09 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu May 9 08:20:35 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Fix build with MKYP=no To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/distrib/utils/libhack/Makefile.inc Please n

CVS commit: src/distrib/utils/libhack

2019-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 28 15:04:42 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile Makefile.inc Log Message: Dedup and add the small jemalloc implementation so our install media has a chance to fit again. To generate a diff of t

CVS commit: src/distrib/utils/libhack

2014-11-15 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Sat Nov 15 19:15:51 UTC 2014 Modified Files: src/distrib/utils/libhack: multibyte.c Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/libhack/multibyte.c Please no

CVS commit: src/distrib/utils/libhack

2014-11-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 15 17:49:19 UTC 2014 Modified Files: src/distrib/utils/libhack: multibyte.c Log Message: handle the "special" wc NULL case. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/distrib/utils/libhack/multibyt

CVS commit: src/distrib/utils/libhack

2014-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 25 14:11:51 UTC 2014 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Use .PATH because the newmake does not apply pattern rules to sources in other directories. Leave the comment and the old code for

CVS commit: src/distrib/utils/libhack

2013-12-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 21 20:10:02 UTC 2013 Modified Files: src/distrib/utils/libhack: gethost.c Log Message: refer to our own h_errno so we don't fetch the libc one To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/distrib/u

CVS commit: src/distrib/utils/libhack

2013-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 27 09:53:33 UTC 2013 Modified Files: src/distrib/utils/libhack: Makefile Makefile.inc gethost.c Log Message: avoid copying most of libc (except gethostent_r, which unfortunately adds a resolver dependency) by callling th

CVS commit: src/distrib/utils/libhack

2013-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 25 08:46:34 UTC 2013 Modified Files: src/distrib/utils/libhack: gethost.c Log Message: provide the symbols sethostent.c in libc is missing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/utils

CVS commit: src/distrib/utils/libhack

2013-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 20 15:44:17 UTC 2013 Modified Files: src/distrib/utils/libhack: gethost.c Log Message: modernize, comment out dead code, amend gethostbyaddr prototype. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/di

CVS commit: src/distrib/utils/libhack

2013-04-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 19 18:45:03 UTC 2013 Modified Files: src/distrib/utils/libhack: multibyte.c Log Message: More locale hacks. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/libhack/multibyte.c Please note th

CVS commit: src/distrib/utils/libhack

2013-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 18 16:25:56 UTC 2013 Modified Files: src/distrib/utils/libhack: localeconv.c Log Message: Override localeconv_l as well, when providing an alternative implementation of localeconv. To generate a diff of this commit: cvs r

CVS commit: src/distrib/utils/libhack

2012-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 17:11:16 UTC 2012 Modified Files: src/distrib/utils/libhack: Makefile Makefile.inc syslog.c Log Message: make libhack's syslog.c produce exactly the same symbols as libc's syslog.c, so that in the future we can keep t

CVS commit: src/distrib/utils/libhack

2012-07-14 Thread David Brownlee
Module Name:src Committed By: abs Date: Sat Jul 14 20:32:39 UTC 2012 Modified Files: src/distrib/utils/libhack: syslog.c Log Message: Add a check hack to ensure %m causes error message string to be shown To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dis

CVS commit: src/distrib/utils/libhack

2011-01-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 12 23:34:00 UTC 2011 Modified Files: src/distrib/utils/libhack: getpwent.c Log Message: Fix the weak aliases to match the libc version and not leave unresolved symbols around. To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/utils/libhack

2010-06-08 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Tue Jun 8 17:12:32 UTC 2010 Modified Files: src/distrib/utils/libhack: setlocale.c Log Message: fix build breakage by multiple definition of __mb_cur_max. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib