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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo