CVS commit: src/distrib/utils/libhack

2022-04-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 14 15:51:29 UTC 2022 Modified Files: src/distrib/utils/libhack: fmtcheck.c Log Message: Make this no-op variant of fmtcheck() compatible with the libc version when called with NULL as first argument. To generate a diff

CVS commit: src/distrib/utils/libhack

2022-04-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 14 15:51:29 UTC 2022 Modified Files: src/distrib/utils/libhack: fmtcheck.c Log Message: Make this no-op variant of fmtcheck() compatible with the libc version when called with NULL as first argument. To generate a diff

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

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

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

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

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

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

Re: CVS commit: src/distrib/utils/libhack

2020-04-17 Thread Izumi Tsutsui
jdolecek@ wrote: > 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 Could you consider to disable such extra

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

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

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

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

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

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

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

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

CVS commit: src/distrib/utils/libhack

2019-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 13 08:48:08 UTC 2019 Modified Files: src/distrib/utils/libhack: strcasecmp.c Log Message: use unsigned char to prevent sign extension. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/utils/libhack

2019-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 13 08:48:08 UTC 2019 Modified Files: src/distrib/utils/libhack: strcasecmp.c Log Message: use unsigned char to prevent sign extension. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/utils/libhack

2019-08-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 12 09:34:53 UTC 2019 Modified Files: src/distrib/utils/libhack: strcasecmp.c Log Message: Make this at least work for ASCII strings (there are way more users than libcurses in various crunched environments, so the

CVS commit: src/distrib/utils/libhack

2019-08-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 12 09:34:53 UTC 2019 Modified Files: src/distrib/utils/libhack: strcasecmp.c Log Message: Make this at least work for ASCII strings (there are way more users than libcurses in various crunched environments, so the

CVS commit: src/distrib/utils/libhack

2019-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 1 12:28:53 UTC 2019 Modified Files: src/distrib/utils/libhack: multibyte.c Log Message: Avoid using an unitialized variable To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/distrib/utils/libhack

2019-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 1 12:28:53 UTC 2019 Modified Files: src/distrib/utils/libhack: multibyte.c Log Message: Avoid using an unitialized variable To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/distrib/utils/libhack

2019-07-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 28 10:27:58 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Provide a way for crunched programs to use a non-WIDE_CHAR version of libcurses by setting HACK_CURSES=yes before including this

CVS commit: src/distrib/utils/libhack

2019-07-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 28 10:27:58 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Provide a way for crunched programs to use a non-WIDE_CHAR version of libcurses by setting HACK_CURSES=yes before including this

CVS commit: src/distrib/utils/libhack

2019-07-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 28 10:21:18 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc multibyte.c Added Files: src/distrib/utils/libhack: nl_langinfo.c strcasecmp.c Log Message: We (especially libcurses and nvi) use more

CVS commit: src/distrib/utils/libhack

2019-07-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 28 10:21:18 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc multibyte.c Added Files: src/distrib/utils/libhack: nl_langinfo.c strcasecmp.c Log Message: We (especially libcurses and nvi) use more

CVS commit: src/distrib/utils/libhack

2019-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 22 22:50:39 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc Added Files: src/distrib/utils/libhack: fmtcheck.c Log Message: Add an empty fmtcheck To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/utils/libhack

2019-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 22 22:50:39 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc Added Files: src/distrib/utils/libhack: fmtcheck.c Log Message: Add an empty fmtcheck To generate a diff of this commit: cvs rdiff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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