Commit Graph

75 Commits

Author SHA1 Message Date
thorpej
e278587d62 Move the link.h files for the different shlib formats via repository copy,
and rename them to match the executable format.  Introduce a new link.h
file which automatically picks the correct header based on the target of
the toolchain.
1999-03-19 22:06:36 +00:00
lukem
dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
lukem
f649503d99 merge nsswitch into main branch 1999-01-15 12:21:16 +00:00
kleink
22fc60a59a Separate the userland and libsa errno declarations from <sys/errno.h> into
their canonical places.
1999-01-12 03:08:14 +00:00
perry
b7b7322c68 merge lite-2 1998-02-02 21:07:13 +00:00
kleink
aac78bc58f Add <libgen.h> header, from XPG4.2. 1997-11-02 16:34:21 +00:00
thorpej
aaa919a369 Move md5.h to <sys/md5.h> so that it may be included by the kernel.
A symlink is used to preserve <md5.h> compatibility.
1997-04-30 00:45:41 +00:00
mycroft
d51d618d7a Install files via INCS, and GC the bogus permission fixing hack. 1997-03-27 09:29:29 +00:00
thorpej
2fb6cfc85c Install md4.h and md5.h 1997-01-30 01:05:58 +00:00
lukem
c98b9231a6 A stringlist implementation (previously ``private'' to libc netgroup code,
but christos ok-ed making public as it's useful)
1997-01-17 06:11:35 +00:00
pk
8c1b3470cd link.h no longer liver here 1996-12-27 10:44:21 +00:00
cgd
92657df15d install dlfcn.h on the Alpha, since the Alpha (with the ELF shared library
tools) provides the dl*() interfaces.  the only remaining special-case header
is the a.out link.h, which should really be installed by the dynamic linker.
1996-12-18 22:18:39 +00:00
thorpej
46ac224706 Use ${INSTALL}. 1996-10-18 02:52:59 +00:00
mrg
ba10db77a3 install sys headers from sys/Makefile. 1996-09-29 23:29:16 +00:00
mycroft
3419dfcb31 Make a symlink for poll.h. 1996-09-07 17:47:50 +00:00
jtc
59335bafe2 install rmt.h 1996-08-09 04:01:48 +00:00
jtc
2a909cc6a7 Added new header files for functions in libutil.
Added macro for master passwd lock file.
From Greg Hudson <ghudson@MIT.EDU>.
1996-05-15 21:36:43 +00:00
cgd
69e9aa01fc don't install dlfcn.h or link.h on the Alpha, because they make no
sense for that architecture.  (It doesn't have dynamic linking or
shared libraries.)
1996-05-10 04:51:34 +00:00
jtc
09dea4bd35 Use 'includes' instead of 'install' targets to install headers 1996-04-25 00:55:44 +00:00
jtc
925764412f Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance 1996-02-05 22:34:09 +00:00
pk
b4c3c3ebe6 Add dlfcn.h and alphabetize. 1995-06-05 00:24:55 +00:00
mycroft
1d829dc021 Follow symlinks when copying .h files. From Greg Hudson. 1995-04-16 19:03:55 +00:00
jtc
a9ae458fc3 New header file <ieeefp.h>, which provides a API for getting and setting
IEEE rounding mode, exception enable flags, and exception sticky flags.
1995-04-07 00:59:09 +00:00
jtc
f8627033fb For Normative Addendum 1.
We have this cr*p because no one would sa "no" to the danes.
1995-02-17 09:08:08 +00:00
jtc
0df68268e3 fix tipo 1995-01-15 21:58:40 +00:00
jtc
a37f3d9ae8 Use and . 1995-01-12 19:18:41 +00:00
christos
d89a725614 Add netgroup.h 1994-12-03 00:00:57 +00:00
cgd
4d2cbfce0a new RCS ID format. 1994-10-26 00:55:40 +00:00
cgd
9dd6c36be0 make <stdarg.h> a symlink, and clean up ports' stdarg.h and varargs.h files. 1994-10-15 04:57:10 +00:00
mycroft
6dc403d977 Simplify copying of sys include files. 1994-08-29 04:59:48 +00:00
cgd
9a827a815b get permissions right on installed directories 1994-07-21 07:33:01 +00:00
jtc
ebe4c061e9 Use pax instead of two tar's to install ${MACHINE} and ${MACHINE_ARCH}
header files.  It's faster, because the file data doesn't have to be
passed through a pipe; and it's cleaner, because pax's rich set of
features allows us to copy the files without changing directories, etc.
1994-07-08 06:17:23 +00:00
mycroft
45e4faf92e Fix the install for real. Note this uses pax(1). 1994-06-22 15:09:35 +00:00
cgd
d7cd57da51 add bm header, from Bostic 1994-06-22 00:21:37 +00:00
jtc
49c45072fc Added langinfo.h header for nl_langinfo() function 1994-06-21 04:06:33 +00:00
cgd
60dd072daa make install work for copies, but hack it to work for symlinks 1994-06-12 22:49:59 +00:00
jtc
64131474da Added nl_types.h for message catalog functions 1994-05-29 21:47:12 +00:00
cgd
0c1553fd48 oops 1994-05-16 22:43:42 +00:00
cgd
e6b5ddd91e update all but ctype.h, dumprestore.h, time.h to 4.4-Lite versions.
USL copyright additions on those.  Kill varargs.h, because it can simply
be a link to the machine-dependent version.
1994-05-16 10:58:53 +00:00
cgd
7e4a306f17 user-land signal include file 1994-05-11 03:37:39 +00:00
cgd
e46cfb60b1 don't use MACHINE_ARCH if it's dir doesn't exist... 1994-03-31 04:06:01 +00:00
cgd
4cd9943698 clean things up some 1994-02-10 03:31:19 +00:00
cgd
893697d4df don't hide install -d, and make owner/group correct 1994-02-10 02:09:31 +00:00
cgd
77b7869fc0 regexp.h should still be here, for things needing the compat lib. 1994-01-12 22:56:29 +00:00
cgd
bfc624651c fix SYS_INCLUDE definition, and explicitly include bsd.own.mk.
minor cleanup, and add support for creating and/or symlinking
/usr/include/${MACHINE_ARCH} as necessary.
1994-01-08 12:22:47 +00:00
cgd
c08e7ecf6d add 'dev' to the list of LDIRS 1993-12-22 06:44:10 +00:00
jtc
a0b984051a Install regex.h header. 1993-11-12 18:27:21 +00:00
jtc
e6bcfeaf2a Added X/Open 1170's <search.h> header --- it only declares bsearch, insque,
and remque at this time.  The remainder of the functions will be added as
time allows.
1993-10-21 20:53:13 +00:00
pk
2dfde2bc39 Moved <link.h> here from usr.bin/ld as it is needed by other modules
and utilities (eg. crt0, libc, nm).
1993-10-17 00:51:30 +00:00
cgd
a97c22bc0c install the 2 includes in ./rpcsvc, too. 1993-10-09 23:28:14 +00:00