mycroft
44ea18f69f
Fix the tags build.
2000-01-23 07:10:13 +00:00
jdolecek
09f91c86b6
Add czech language message catalog
1999-09-26 20:27:59 +00:00
tv
7b36f54b99
Revert part of previous and use C/// instead of S/// for mipse[bl]->mips.
1999-02-27 21:21:26 +00:00
drochner
338f565814
-this fancy S/mipse[bl]/mips/ didn't work - replace it by something simple
...
-generate an ARCHSUBDIR which contains the last path element
-use ${ARCHSUBDIR} instead of ${MACHINE_ARCH} where appropriate
1999-02-24 15:00:08 +00:00
tv
5592ec7573
Remap mipse[bl] to mips when finding arch directory.
1999-02-09 19:30:03 +00:00
explorer
b131132411
add sha1 functions, like md5/4
1999-02-04 05:08:58 +00:00
bouyer
dc306354b0
Move the bswap functions from libutil to libc (this bups the
...
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.
1999-01-15 13:31:15 +00:00
lukem
de3b78d72a
merge nsswitch into main branch
1999-01-15 12:48:41 +00:00
eeh
c0d0251b80
sparc doesn't need quad support when running in 64-bit mode either.
1998-11-28 17:01:54 +00:00
kleink
81fe96fbf1
Add _LIBC to the set of preprocessor symbols defined in the libc build
...
environment; used by source files shared with other parts of the userland
to determine whether certain conventions need to be obeyed or not.
1998-10-14 19:19:32 +00:00
perry
1801e92fce
add strchr.c, strrchr.c, memmove.c, memcpy.c, to KSRC for copy to libkern.
1998-08-04 05:55:56 +00:00
mycroft
3bd6c97c08
Enable quad support on PowerPC.
1998-05-06 18:12:35 +00:00
cgd
e989882802
add bcopy.c to KSRCS, to sync with charles's libkern changes
1998-03-27 01:29:47 +00:00
mikel
aa97080b50
fix typo in comment
1998-03-04 08:17:20 +00:00
cgd
f32681cab6
copy memchr.c, index.c, and rindex.c to libkern
1998-01-22 00:17:11 +00:00
lukem
d0e23d974a
- use CPPFLAGS instead of CFLAGS
...
- use ${COMPILE.C} ... instead of ${CC} ${CFLAGS} -c ...
1997-10-22 23:14:04 +00:00
lukem
5542a7ca43
- define WARNS?=1 in the top-level Makefile.inc, and don't define
...
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
cleaned up
- rcsid police
lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.
1997-10-09 14:36:17 +00:00
veego
344a043fcf
Build with warnings enabled on m68k systems.
1997-07-18 10:52:36 +00:00
thorpej
a323ef09ba
Build with warnings enabled on the Alpha.
1997-07-18 00:28:15 +00:00
christos
ca04b1a733
Add WARNS=1 for the sparc and the i386
1997-07-13 18:36:23 +00:00
mikel
6e6ba705f1
add ${.OBJDIR}/tags to CLEANFILES
1997-06-19 06:12:10 +00:00
christos
d5538cb536
Try to fix the tags mess.
...
- Build in obj/tags
- Only create ${.CURDIR}/tags if 'make tags' is specify.
- ${.CURDIR}/tags is a symlink to /var/db/libc.tags
1997-06-04 23:11:54 +00:00
christos
7c2d8cb288
Use ${.CURDIR}/tags instead of tags. `tags' is .PHONY so it gets rebuilt
...
all the time.
1997-05-12 16:41:03 +00:00
thorpej
7938ddd169
Add md5c.c to the list of files to copy-to-libkern.
1997-04-30 00:43:08 +00:00
ragge
7196037f1c
Svensk meddelandekatalog, ursprungligen skriven av Martin Kullberg.
...
(frolix@ludd.luth.se )
1997-04-28 21:36:45 +00:00
is
7c37cb4c4b
Compile the Dutch message catalog.
1997-04-28 09:00:20 +00:00
is
03a704030c
Added Norwegian libc error messages/signal names, donated by Stig
...
Venaas <venaas@nvg.ntnu.no>.
1997-04-28 08:49:31 +00:00
is
9659f9a2a0
Finnish libc error message/signal name catalog, by Jukka Marin and coworker.
1997-04-17 18:12:47 +00:00
thorpej
6deb3cf346
oops, add missing quotes
1997-03-29 21:01:36 +00:00
thorpej
d4c81d9c0f
Don't need to build quad stuff on PowerPC.
1997-03-29 21:00:40 +00:00
christos
8259dd08d6
Makefile cleanups:
...
use INCS variable to install includes and FILES to install objects.
1997-03-24 22:11:48 +00:00
hpeyerl
37c622153f
Remove as per discussion with core.
1997-03-10 20:51:01 +00:00
perry
e1f7d360a1
Initial cut of Canadian national language support
1997-03-10 20:17:43 +00:00
hpeyerl
7cfeaf46a0
Color me bored.
1997-03-10 19:07:19 +00:00
thorpej
1355adcf18
Build the MD4/MD5 sources.
1997-01-30 01:02:17 +00:00
cgd
a143ed9a3f
set LLIBS to nothing, so we don't try to lint the C libarary against
...
itself when creating llib-lc.ln.
1996-12-19 07:52:52 +00:00
jtc
16b4b96ae0
Add -D_REENTRANT to CFLAGS
1996-11-07 19:15:22 +00:00
thorpej
7f9ea0f2ed
Use ${INSTALL}.
1996-10-18 05:45:01 +00:00
jtc
1e6bbdf957
Add memcmp.c and memset.c to KSRCS (files copied to libkern).
1996-08-15 22:36:59 +00:00
jtc
c47925a6fb
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es>
1995-11-23 02:20:59 +00:00
jtc
aa9022195f
Add French libc message catalog by Matthieu Herrb <matthieu@abel.laas.fr>
1995-10-09 03:58:02 +00:00
thorpej
dcac24e231
We don't have a libc/search.
1995-10-04 22:06:11 +00:00
jtc
f860fa6ee0
Add german libc message catalog
1995-10-02 20:54:45 +00:00
jtc
11c615eae7
Use "${BINOWN}" and "${BINGRP}" instead of "bin".
1995-06-26 22:15:56 +00:00
cgd
da7c7d41dd
build tags at library build time, not at install time.
1995-06-07 04:37:54 +00:00
jtc
437b1a3f15
Enable C and Pig Latin message catalogs.
1995-05-02 19:57:15 +00:00
jtc
798d2ef128
Handle new termios subdirectory.
1995-04-25 00:00:58 +00:00
jtc
d4afa3b7f5
Use ${DESTDIR} when installing libc.tags
1995-04-12 00:56:12 +00:00
jtc
37c28a9b5b
.include ${.CURDIR}/time/Makefile.inc
1995-03-13 05:26:07 +00:00
jtc
ae6284d5ba
Removed -o from and added /dev/null to egrep command line. It does the
...
exactly the same thing, but doesn't need 4.4's or our hacked version of
GNU grep.
1995-03-05 07:12:54 +00:00
cgd
76e7b276d3
upgrade to 4.4-Lite Makefile, keeping local changes. NOW BUILDS TAGS ON INST
1995-02-25 03:31:42 +00:00
cgd
ac66c90d8d
make copy-to-libkern work properly on the alpha. (deal with no quad support.)
1995-02-13 21:57:24 +00:00
cgd
819bb2cd8c
alphas don't need libc quad support.
1995-02-10 17:45:39 +00:00
jtc
e5a10891db
Added -I${.CURDIR}/include to CFLAGS, for upcoming library-private
...
header files (namespace.h, etc.).
1995-02-01 09:09:01 +00:00
cgd
0e27f5febb
kill the damned tab.
1995-01-30 12:21:41 +00:00
cgd
9125e2c436
don't forget to copy ntohs to libkern
1995-01-06 00:09:19 +00:00
cgd
b1f5b80b6a
relative path to libkerm
1994-10-19 03:05:22 +00:00
jtc
f81cf24ac7
It looks like most people were in favor of enabling NLS in the C library.
1994-10-06 05:47:57 +00:00
jtc
5281a6457b
Document the fact that NLS (message catalog) support is enabled by adding
...
-DNLS to CFLAGS.
1994-09-03 04:53:16 +00:00
mycroft
5156a7b075
Do something more intelligent when compiling into ${DESTDIR}.
1994-07-06 04:06:27 +00:00
deraadt
9f49515fa0
libkern files are in arch/ now
1994-06-30 06:44:54 +00:00
jtc
5b7e254892
Add message catalog functions.
1994-05-29 22:09:13 +00:00
cgd
a3c4771808
add new gmon stuff, rearrange inclusions
1994-05-14 06:25:56 +00:00
pk
dd26876b99
Remove dlopen() et. al., they don't work from libc.
1994-01-27 19:21:55 +00:00
cgd
734f29e669
copy quad.h, too...
1993-12-04 05:15:26 +00:00
cgd
6388bec37e
update for .S and MACHINE_ARCH
1993-12-04 02:31:56 +00:00
pk
2773bc8731
Removed `INSTALL_PIC_ARCHIVE' as installing these is going to be the default.
1993-11-14 16:48:54 +00:00
jtc
9f78fc2f07
Enable Henry Spencer's POSIX.2 compatible regular expression routines.
...
Disable is earlier V8-style routines.
1993-11-11 01:16:50 +00:00
cgd
f0c5bd92a1
add strncmp to the list of things that gets copied to libkern.
1993-11-05 22:43:47 +00:00
pk
54c62acf22
Let libc_pic.a be installed.
1993-10-17 01:10:37 +00:00
pk
37395ea2bb
Added subdir `dl'.
1993-10-17 00:46:25 +00:00
jtc
c95309148f
Copy machine dependant files (KMSRCS) to libkern.
1993-10-15 01:23:49 +00:00
jtc
77bf1ee93b
Added copy-to-libkern and rm-from-libkern targets.
1993-10-15 01:06:47 +00:00
cgd
0b9f50897e
make an arch directory in libc, and move all machine dirs into it
1993-10-07 00:17:24 +00:00
mycroft
68f5f047ab
Reenable building of Torek's quad library.
1993-09-28 03:05:28 +00:00
cgd
f2244fe7d4
ifdef notdef the inclusion of the quad support, since it doesn't compile
...
and charles didn't properly commit it to a branch. LIBC SHOULD COMPILE
AT ALL TIMES!
1993-09-18 01:03:58 +00:00
mycroft
2f7cd59af8
Compile quad stuff.
1993-09-16 06:06:41 +00:00
deraadt
0ae2e16067
include ${MACHINE}/Makefile.inc if it exists
1993-09-05 22:12:35 +00:00
mycroft
cda4f8f6ee
Add RCS identifiers.
1993-08-01 05:37:30 +00:00
cgd
70a04c5a30
update db code to v1.6 from vangogh, and put it in "db" rather than "DB"
1993-06-14 23:51:26 +00:00
deraadt
998ea47bff
changed the documentation on what -DYP really means.
1993-04-27 10:11:24 +00:00
cgd
3a1c5d4c02
always compile in YP. theo hasn't given me a reason we can't do this, so...
1993-04-27 03:25:47 +00:00
deraadt
a78f71b557
Add instructions for compiling YP to the Makefile
1993-04-26 08:25:13 +00:00
proven
df6c6574d5
New db stuff is in DB now. Makefile reflects change.
1993-04-21 04:48:07 +00:00
proven
c7404d9eb1
Removed references to db in the Makefile.
1993-04-18 21:50:28 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00