OpenBSD CVS

CVS log for src/include/Makefile


[BACK] Up to [local] / src / include

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.231 / (download) - annotate - [select for diffs], Sun Aug 20 15:02:50 2023 UTC (8 months, 4 weeks ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.230: +2 -2 lines
Diff to previous 1.230 (colored)

Provide C11 <uchar.h>.
OK millert@.
Tested by naddy@ in a bulk and by matthieu@ in the new foot(1) port.
I originally wrote the code in 2022 at the prodding of espie@.
Using one improvement to a manual page from jmc@.

Revision 1.230 / (download) - annotate - [select for diffs], Tue Aug 30 18:50:06 2022 UTC (20 months, 2 weeks ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.229: +2 -2 lines
Diff to previous 1.229 (colored)

Nuke disktab.h references in preparation for nuking disktab.h.

disktab.h has not been used or useful for a looooong time.

Detailed historical research by jsg@.

ok jsg@ deraadt@

Revision 1.229 / (download) - annotate - [select for diffs], Wed Jun 9 19:44:55 2021 UTC (2 years, 11 months ago) by mortimer
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.228: +2 -2 lines
Diff to previous 1.228 (colored)

Enable libexecinfo.

With some build plumbing help from jsg@

ok kettenis@ sthen@

Revision 1.228 / (download) - annotate - [select for diffs], Sat Jan 2 20:04:36 2021 UTC (3 years, 4 months ago) by patrick
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.227: +2 -2 lines
Diff to previous 1.227 (colored)

Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an
upcoming update to those, which will see both codebases heading into the
gnu/llvm dumpster.

Feedback from jsg@
ok deraadt@ kettenis@

Revision 1.227 / (download) - annotate - [select for diffs], Mon Oct 26 15:50:31 2020 UTC (3 years, 6 months ago) by martijn
Branch: MAIN
Changes since 1.226: +4 -4 lines
Diff to previous 1.226 (colored)

Hook up agentx.h.

OK deraadt@

Revision 1.226 / (download) - annotate - [select for diffs], Thu Nov 14 21:14:53 2019 UTC (4 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.225: +3 -3 lines
Diff to previous 1.225 (colored)

RDIRS for libcbor and libfido2

Revision 1.225 / (download) - annotate - [select for diffs], Sat Apr 6 02:56:16 2019 UTC (5 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.224: +2 -3 lines
Diff to previous 1.224 (colored)

unbreak make includes on non-clang archs after libobjc removal
found the hard way by nayden@ ok deraadt@

Revision 1.224 / (download) - annotate - [select for diffs], Tue Mar 5 09:44:38 2019 UTC (5 years, 2 months ago) by jsg
Branch: MAIN
Changes since 1.223: +3 -2 lines
Diff to previous 1.223 (colored)

Build and install a shared libLLVM, llvm-config and llvm includes.
This is required to build the radeonsi Mesa driver.

ok patrick@

Revision 1.223 / (download) - annotate - [select for diffs], Mon Feb 4 23:23:18 2019 UTC (5 years, 3 months ago) by jsg
Branch: MAIN
Changes since 1.222: +2 -2 lines
Diff to previous 1.222 (colored)

enable libelf

Revision 1.222 / (download) - annotate - [select for diffs], Tue Oct 17 09:34:52 2017 UTC (6 years, 7 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.221: +2 -2 lines
Diff to previous 1.221 (colored)

<elf.h> should make it easier to port our ELF-related tools to other Unices.

For the moment it only includes <sys/exec_elf.h> but the goal is to
stop pulling it directly and also replace <elf_abi.h> at least for
base applications.

ok deraadt@, jasper@, naddy@

Revision 1.221 / (download) - annotate - [select for diffs], Sun Oct 15 23:40:33 2017 UTC (6 years, 7 months ago) by guenther
Branch: MAIN
Changes since 1.220: +23 -13 lines
Diff to previous 1.220 (colored)

Move the thread-related .h files to /usr/src/include/, since the
implementation is now spread between libc and librthread.  No changes
to the content

ok mpi@

Revision 1.220 / (download) - annotate - [select for diffs], Fri Oct 6 19:58:37 2017 UTC (6 years, 7 months ago) by naddy
Branch: MAIN
Changes since 1.219: +4 -5 lines
Diff to previous 1.219 (colored)

Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs and
combine the two find(1) invocations into one.
From Klemens Nanni; ok tb@

Revision 1.219 / (download) - annotate - [select for diffs], Mon Apr 17 15:53:21 2017 UTC (7 years, 1 month ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.218: +6 -4 lines
Diff to previous 1.218 (colored)

Change build infrastructure to allow building both gcc and clang.  This
doesn't actually flip the switch yet, so aarch64 continues to be the only
architecture for which we build clang.

ok jsg@, deraadt@

Revision 1.218 / (download) - annotate - [select for diffs], Sun Mar 12 23:28:13 2017 UTC (7 years, 2 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.217: +2 -2 lines
Diff to previous 1.217 (colored)

<struct.h> is unused and should not be used.  Delete it.

ok millert@ deraadt@ kettenis@

Revision 1.217 / (download) - annotate - [select for diffs], Fri Jan 27 13:30:39 2017 UTC (7 years, 3 months ago) by jsg
Branch: MAIN
Changes since 1.216: +4 -2 lines
Diff to previous 1.216 (colored)

install libcxxabi and libcxx headers when COMPILER_VERSION is clang
ok patrick@

Revision 1.216 / (download) - annotate - [select for diffs], Sat Nov 12 03:04:27 2016 UTC (7 years, 6 months ago) by jca
Branch: MAIN
Changes since 1.215: +1 -2 lines
Diff to previous 1.215 (colored)

Kill the /usr/include/ssl symlink

Proposed some time ago by tedu@, builk build by ajacoutot@

Revision 1.215 / (download) - annotate - [select for diffs], Tue Nov 8 19:56:56 2016 UTC (7 years, 6 months ago) by tb
Branch: MAIN
Changes since 1.214: +6 -6 lines
Diff to previous 1.214 (colored)

Set owners and permissions only after all headers are installed. Add the -P
flag to chown to change the symlinks themselves instead of their targets.
Also change permissions of all symlinks, so they don't depend on the umask
during make build.

ok millert

Revision 1.214 / (download) - annotate - [select for diffs], Sun Oct 16 19:28:44 2016 UTC (7 years, 7 months ago) by tb
Branch: MAIN
Changes since 1.213: +5 -6 lines
Diff to previous 1.213 (colored)

Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,
and add prereq targets, so some header files are generated by BUILDUSER
during 'make prereq' instead of by root during 'make includes'.

Switch the order of 'make cleandir' and 'make includes' during 'make build'
so we don't generate many files twice.

Except for some machine@ symlinks from ${MACHINE}/stand, /usr/obj is now
clean from files generated by root during 'make build'. Those will be
cleaned up in a second step.

help, testing & ok deraadt, input from natano, further testing rpe

Revision 1.213 / (download) - annotate - [select for diffs], Fri Sep 23 09:18:05 2016 UTC (7 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.212: +4 -4 lines
Diff to previous 1.212 (colored)

Unhook sqlite3.

Revision 1.212 / (download) - annotate - [select for diffs], Sat May 7 21:58:24 2016 UTC (8 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.211: +2 -2 lines
Diff to previous 1.211 (colored)

remove dbm.h

Revision 1.211 / (download) - annotate - [select for diffs], Sat May 7 19:05:21 2016 UTC (8 years ago) by guenther
Branch: MAIN
Changes since 1.210: +2 -2 lines
Diff to previous 1.210 (colored)

Use a Thread Information Block in both single and multi-threaded programs.
This stores errno, the cancelation flags, and related bits for each thread
and is allocated by ld.so or libc.a.  This is an ABI break from 5.9-stable!

Make libpthread dlopen'able by moving the cancelation wrappers into libc
and doing locking and fork/errno handling via callbacks that libpthread
registers when it first initializes.  'errno' *must* be declared via
<errno.h> now!

Clean up libpthread's symbol exports like libc.

On powerpc, offset the TIB/TCB/TLS data from the register per the ELF spec.

Testing by various, particularly sthen@ and patrick@
ok kettenis@

Revision 1.210 / (download) - annotate - [select for diffs], Wed Mar 9 16:28:46 2016 UTC (8 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.209: +9 -16 lines
Diff to previous 1.209 (colored)

We are done providing support for the vax.
lots of agreement.

Revision 1.209 / (download) - annotate - [select for diffs], Wed Jan 20 19:09:52 2016 UTC (8 years, 3 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.208: +2 -2 lines
Diff to previous 1.208 (colored)

After nearly 20 years of warning that malloc.h is obsolete, it's about time we
actually remove this header. It was originally added for ports, which is
malloc.h-free now.

additional ports bulk by aja@
ok bently@ dcoppa@ millert@ sthen@

Revision 1.208 / (download) - annotate - [select for diffs], Wed Nov 18 16:48:34 2015 UTC (8 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.207: +2 -2 lines
Diff to previous 1.207 (colored)

add icdb.h here (this header may go away entirely, but the functions
need to live somewhere in the meantime.)

Revision 1.207 / (download) - annotate - [select for diffs], Sat Nov 14 23:56:49 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.206: +2 -2 lines
Diff to previous 1.206 (colored)

libocurses can go to the Attic.  last consumer of it was ramdisk more(1)
conceptual ok guenther millert nicm

Revision 1.206 / (download) - annotate - [select for diffs], Sun Sep 27 14:52:47 2015 UTC (8 years, 7 months ago) by kettenis
Branch: MAIN
Changes since 1.205: +2 -2 lines
Diff to previous 1.205 (colored)

Stop installing any header files in /usr/include/dev/pci/drm.
Userland should get these from /usr/X11R6/include/libdrm.

ok deraadt@ (and suggested by jsg@)

Revision 1.205 / (download) - annotate - [select for diffs], Mon Sep 14 08:24:37 2015 UTC (8 years, 8 months ago) by guenther
Branch: MAIN
Changes since 1.204: +0 -3 lines
Diff to previous 1.204 (colored)

Revert: finger slip

Revision 1.204 / (download) - annotate - [select for diffs], Mon Sep 14 08:16:14 2015 UTC (8 years, 8 months ago) by guenther
Branch: MAIN
Changes since 1.203: +4 -1 lines
Diff to previous 1.203 (colored)

Prefer the standardized <poll.h> over <sys/poll.h>

Revision 1.203 / (download) - annotate - [select for diffs], Wed Sep 9 15:35:24 2015 UTC (8 years, 8 months ago) by guenther
Branch: MAIN
Changes since 1.202: +2 -2 lines
Diff to previous 1.202 (colored)

Stop exporting from libc the <mpool.h> and the mpool_* API

ports scan by sthen@

Revision 1.202 / (download) - annotate - [select for diffs], Thu Jul 23 06:04:12 2015 UTC (8 years, 9 months ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.201: +3 -3 lines
Diff to previous 1.201 (colored)

Build and install libradius as default.

ok deraadt

Revision 1.201 / (download) - annotate - [select for diffs], Tue Mar 17 20:40:41 2015 UTC (9 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.200: +2 -2 lines
Diff to previous 1.200 (colored)

Remove obsolete copy of tzfile.h.  It is an internal tzcode header
that should never have been installed.

Revision 1.200 / (download) - annotate - [select for diffs], Wed Feb 18 15:31:10 2015 UTC (9 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.199: +2 -2 lines
Diff to previous 1.199 (colored)

Make sure to replace an existing /usr/include/ssl symlink, otherwise repeated
builds will have a bogus /usr/include/openssl/openssl as found by naddy. ok jca@

Revision 1.199 / (download) - annotate - [select for diffs], Mon Feb 16 14:06:15 2015 UTC (9 years, 3 months ago) by tedu
Branch: MAIN
Changes since 1.198: +1 -5 lines
Diff to previous 1.198 (colored)

stop deleting the openssl include directory, causing unnecessary rebuilds.
ok jca sthen

Revision 1.198 / (download) - annotate - [select for diffs], Sat Jan 17 20:37:04 2015 UTC (9 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.197: +2 -2 lines
Diff to previous 1.197 (colored)

remove des.h. it somehow escaped from ssleay into /usr/include, but none
of the functions prototyped here exist in libc, making it useless.

Revision 1.197 / (download) - annotate - [select for diffs], Mon Dec 8 20:39:56 2014 UTC (9 years, 5 months ago) by tedu
Branch: MAIN
Changes since 1.196: +3 -2 lines
Diff to previous 1.196 (colored)

header changes for recent libc changes:
add siphash
delete setkey, encrypt, cfree

Revision 1.196 / (download) - annotate - [select for diffs], Fri Oct 31 13:46:17 2014 UTC (9 years, 6 months ago) by jsing
Branch: MAIN
Changes since 1.195: +4 -4 lines
Diff to previous 1.195 (colored)

Rename libressl to libtls to avoid confusion and to make it easier to
distinguish between LibreSSL (the project) and libressl (the library).

Discussed with many.

Revision 1.195 / (download) - annotate - [select for diffs], Tue Sep 16 00:19:31 2014 UTC (9 years, 8 months ago) by matthieu
Branch: MAIN
Changes since 1.194: +1 -2 lines
Diff to previous 1.194 (colored)

Missed this sendmail reference in the sendmail removal

Revision 1.194 / (download) - annotate - [select for diffs], Sun Aug 31 09:36:36 2014 UTC (9 years, 8 months ago) by miod
Branch: MAIN
Changes since 1.193: +2 -2 lines
Diff to previous 1.193 (colored)

Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via
Markus Mueller.

Revision 1.193 / (download) - annotate - [select for diffs], Mon Jul 14 01:01:27 2014 UTC (9 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.192: +8 -8 lines
Diff to previous 1.192 (colored)

enter libressl for make includes

Revision 1.192 / (download) - annotate - [select for diffs], Sat Jul 12 16:25:08 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.191: +2 -2 lines
Diff to previous 1.191 (colored)

Tackle the endian.h mess.  Make it so that:
 * you can #include <sys/endian.h> instead of <machine/endian.h>,
   and ditto <endian.h>  (fixes code that pulls in <sys/endian.h> first)

 * those will always export the symbols that POSIX specified for
   <endian.h>, including the new {be,le}{16,32,64}toh() set.  c.f.
	http://austingroupbugs.net/view.php?id=162

   if __BSD_VISIBLE then you also get the symbols that our <machine/endian.h>
   currently exports (ntohs, NTOHS, dlg's bemtoh*, etc)

 * when doing POSIX compiles (not __BSD_VISIBLE), then <netinet/in.h> and
   <arpa/inet.h> will *stop* exporting the extra symbols like BYTE_ORDER
   and betoh*

ok deraadt@

Revision 1.191 / (download) - annotate - [select for diffs], Fri Jul 11 21:50:28 2014 UTC (9 years, 10 months ago) by tedu
Branch: MAIN
Changes since 1.190: +2 -2 lines
Diff to previous 1.190 (colored)

stop installing netbt headers

Revision 1.190 / (download) - annotate - [select for diffs], Mon May 12 19:09:00 2014 UTC (10 years ago) by espie
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189 (colored)

move the ohash functions into libutil by popular demand.
It's not a standard interface, so it doesn't belong in libc.
I hate duplicating the code in client programs, so do beck@, kettenis@,
schwarze@, millert@, miod@... and they agree with libutil.

Revision 1.189 / (download) - annotate - [select for diffs], Tue Apr 22 10:21:56 2014 UTC (10 years ago) by reyk
Branch: MAIN
Changes since 1.188: +1 -15 lines
Diff to previous 1.188 (colored)

Remove KERBEROS5 from the Makefiles (except ssh for now, where it is
already manually disabled).

ok deraadt@

Revision 1.188 / (download) - annotate - [select for diffs], Sat Apr 19 15:58:56 2014 UTC (10 years, 1 month ago) by henning
Branch: MAIN
Changes since 1.187: +1 -1 lines
Diff to previous 1.187 (colored)

stop installing altq includes

Revision 1.187 / (download) - annotate - [select for diffs], Fri Apr 11 22:51:52 2014 UTC (10 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.186: +9 -7 lines
Diff to previous 1.186 (colored)

Move build machinery for libcrypto from libssl/crypto to libcrypto, as well
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make engineering easier, and libcrypto
sources are still found in libssl/src/crypto at the moment.

ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.

Revision 1.186 / (download) - annotate - [select for diffs], Wed Mar 26 18:13:15 2014 UTC (10 years, 1 month ago) by eric
Branch: MAIN
Changes since 1.185: +2 -2 lines
Diff to previous 1.185 (colored)

Make the asr API public.  Install asr.h to /usr/include.h and manpages.
Include tweaks suggested by mpi@

ok deraadt@

Revision 1.185 / (download) - annotate - [select for diffs], Mon Mar 24 19:09:14 2014 UTC (10 years, 1 month ago) by kettenis
Branch: MAIN
Changes since 1.184: +2 -2 lines
Diff to previous 1.184 (colored)

unbreak the tree; no more libwrap

Revision 1.184 / (download) - annotate - [select for diffs], Sun Mar 23 23:41:31 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.183: +2 -2 lines
Diff to previous 1.183 (colored)

more bm excision

Revision 1.183 / (download) - annotate - [select for diffs], Sun Mar 23 23:27:22 2014 UTC (10 years, 1 month ago) by naddy
Branch: MAIN
Changes since 1.182: +2 -2 lines
Diff to previous 1.182 (colored)

Remove the MD4 functions.
"A collision attack published in 2007 can find collisions for full
MD4 in less than two hash operations."

ok deraadt@, man pages ok jmc@

Revision 1.182 / (download) - annotate - [select for diffs], Thu Mar 13 10:09:43 2014 UTC (10 years, 2 months ago) by florian
Branch: MAIN
Changes since 1.181: +2 -2 lines
Diff to previous 1.181 (colored)

Unhook httpd(8) from build
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@
"The time is right." and much help getting the show on
the road deraadt@

Revision 1.181 / (download) - annotate - [select for diffs], Sun Dec 8 17:05:09 2013 UTC (10 years, 5 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.180: +2 -2 lines
Diff to previous 1.180 (colored)

remove the final vestiges of the stty(), gtty(), and ftime() compatibility
interfaces; ok deraadt@

Revision 1.180 / (download) - annotate - [select for diffs], Thu Dec 5 17:16:02 2013 UTC (10 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.179: +2 -2 lines
Diff to previous 1.179 (colored)

oops, sgtty.h stays for a little longer

Revision 1.179 / (download) - annotate - [select for diffs], Wed Dec 4 22:58:24 2013 UTC (10 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.178: +14 -17 lines
Diff to previous 1.178 (colored)

express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especially
naddy.
ok naddy
[There is a bit more cleanup possible after that, but this is considered
the current safe step]

Revision 1.178 / (download) - annotate - [select for diffs], Sun Nov 3 11:48:49 2013 UTC (10 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.177: +2 -2 lines
Diff to previous 1.177 (colored)

Install fuse headers in 'make includes', diff from stsp@, ok guenther@
Committing now to unbreak ports builds (gvfs fails without, which knocks
out building much of the tree.)

Revision 1.177 / (download) - annotate - [select for diffs], Sat Oct 19 09:00:18 2013 UTC (10 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.176: +3 -3 lines
Diff to previous 1.176 (colored)

Remove more knowledge of a.out and stab information from the tree.
ok miod

Revision 1.176 / (download) - annotate - [select for diffs], Sun Sep 29 14:54:07 2013 UTC (10 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.175: +1 -2 lines
Diff to previous 1.175 (colored)

remove bogus comment

Revision 1.175 / (download) - annotate - [select for diffs], Sat Aug 24 06:55:39 2013 UTC (10 years, 8 months ago) by jsg
Branch: MAIN
Changes since 1.174: +2 -2 lines
Diff to previous 1.174 (colored)

netnatm is no more

Revision 1.174 / (download) - annotate - [select for diffs], Mon Aug 12 11:48:22 2013 UTC (10 years, 9 months ago) by kettenis
Branch: MAIN
Changes since 1.173: +2 -2 lines
Diff to previous 1.173 (colored)

Make sure we don't install the private radeondrm(4) headers, by leaving out
headers from any subdirectory of dev/pci/drm.  If we ever add more drm(4)
drivers any headers needed by userland should end up in dev/pci/drm.

ok mpi@, miod@

Revision 1.173 / (download) - annotate - [select for diffs], Sat Aug 10 14:38:26 2013 UTC (10 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.172: +2 -2 lines
Diff to previous 1.172 (colored)

libkafs5->libkafs ; forgotten in previous

Revision 1.172 / (download) - annotate - [select for diffs], Tue Aug 6 19:11:53 2013 UTC (10 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.171: +2 -5 lines
Diff to previous 1.171 (colored)

Remove support for COMPILER_VERSION == gcc2.
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is required.
No functional change intended. Be sure to `make install' in share/mk before
attempting to do anything.

Revision 1.171 / (download) - annotate - [select for diffs], Wed Jun 19 19:47:48 2013 UTC (10 years, 11 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.170: +2 -4 lines
Diff to previous 1.170 (colored)

unlink libheimntlm and libhx509

Revision 1.170 / (download) - annotate - [select for diffs], Mon Jun 17 19:16:02 2013 UTC (10 years, 11 months ago) by robert
Branch: MAIN
Changes since 1.169: +15 -2 lines
Diff to previous 1.169 (colored)

switch to new kerberosV directory layout

Revision 1.169 / (download) - annotate - [select for diffs], Thu Mar 21 06:48:48 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.168: +4 -3 lines
Diff to previous 1.168 (colored)

Do not install the dev/pci/drm/i915 directory to /usr/include

Revision 1.168 / (download) - annotate - [select for diffs], Mon Mar 18 19:15:04 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.167: +1 -2 lines
Diff to previous 1.167 (colored)

forget about this for now; wait till later

Revision 1.167 / (download) - annotate - [select for diffs], Mon Mar 18 19:04:12 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.166: +3 -2 lines
Diff to previous 1.166 (colored)

Skip another irrelevant leaf when descending into sys/dev
ok kettenis

Revision 1.166 / (download) - annotate - [select for diffs], Thu Aug 23 06:37:47 2012 UTC (11 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.165: +2 -2 lines
Diff to previous 1.165 (colored)

do not install the nnpfs directory

Revision 1.165 / (download) - annotate - [select for diffs], Thu Jun 28 06:18:46 2012 UTC (11 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.164: +2 -2 lines
Diff to previous 1.164 (colored)

librthread has eaten libpthread, so build includes via the former instead
of the latter.  Permits the misleading lib/libpthread/Makefile to be
removed

discussed with deraadt@

Revision 1.164 / (download) - annotate - [select for diffs], Tue Jun 26 16:16:16 2012 UTC (11 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.163: +5 -5 lines
Diff to previous 1.163 (colored)

create new machine/_float.h which is namespace clean.  create a new
MI float.h which pulls in and defines the values that are needed from
there, and repair sys/limits.h so that it defines the values it needs
as well (depending on POSIX version, XPG version, etc).  guenther has
a more exact selection of that coming for limits.h.
this also fixes a few mistakes for the vax.
reviewed by kettenis and guenther.

Revision 1.163 / (download) - annotate - [select for diffs], Tue Jun 19 17:15:02 2012 UTC (11 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.162: +16 -26 lines
Diff to previous 1.162 (colored)

simplify includes prereq/req order:
- everything that has prereq will also do includes, add it late, so that
gnu stuff (the only part with prereq) happens late.
- new RUN_MAKE snippet, to be able to have the makefile magically decide
between Makefile.bsd-wrapper and Makefile.

So there's no longer any need to remember complicated rules: add it to
RDIRS if it just wants make includes, add it to PRDIRS if it wants prereq too,
and that's all.

okay deraadt@, miod@

Revision 1.162 / (download) - annotate - [select for diffs], Sun Apr 22 23:43:38 2012 UTC (12 years ago) by espie
Branch: MAIN
Changes since 1.161: +3 -2 lines
Diff to previous 1.161 (colored)

enable sqlite3, as prompted by theo

Revision 1.161 / (download) - annotate - [select for diffs], Wed Mar 21 23:20:35 2012 UTC (12 years, 1 month ago) by matthew
Branch: MAIN
Changes since 1.160: +2 -2 lines
Diff to previous 1.160 (colored)

Implement execvpe(3) and posix_spawn(3) and family.  Based on
FreeBSD's implementation via Frank Denis, with various cleanups and
tweaks by me.

ok deraadt@, guenther@; discussions and tweaks from many others
jmc@ promises to help me further with the man pages in tree

Revision 1.160 / (download) - annotate - [select for diffs], Sat Jul 9 00:46:07 2011 UTC (12 years, 10 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.159: +2 -2 lines
Diff to previous 1.159 (colored)

stop installing netatalk headers

Revision 1.159 / (download) - annotate - [select for diffs], Fri Jul 8 19:28:06 2011 UTC (12 years, 10 months ago) by martynas
Branch: MAIN
Changes since 1.158: +2 -2 lines
Diff to previous 1.158 (colored)

Add support for tgmath--the type-generic math;  now that both math
and complex math routines are complete.  OK kettenis@.

Revision 1.158 / (download) - annotate - [select for diffs], Thu Apr 28 18:05:39 2011 UTC (13 years ago) by martynas
Branch: MAIN
Changes since 1.157: +3 -3 lines
Diff to previous 1.157 (colored)

- enable fenv
- add nearbyint, nearbyintf and nearbyintl implemented using fenv

Revision 1.157 / (download) - annotate - [select for diffs], Thu Oct 28 08:34:37 2010 UTC (13 years, 6 months ago) by mikeb
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.156: +3 -3 lines
Diff to previous 1.156 (colored)

remove skipjack and cast from the libc;  ok deraadt

Revision 1.156 / (download) - annotate - [select for diffs], Sun Oct 17 08:44:15 2010 UTC (13 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155 (colored)

unlink libsectok from the build; ok markus@ deraadt@

Revision 1.155 / (download) - annotate - [select for diffs], Tue May 25 00:24:58 2010 UTC (13 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.154: +4 -6 lines
Diff to previous 1.154 (colored)

unlink g77 from the build.
as discussed with Theo, so that he can synch set.

(eventual gcc2 fallout to fix later)

Revision 1.154 / (download) - annotate - [select for diffs], Mon May 10 18:20:31 2010 UTC (14 years ago) by drahn
Branch: MAIN
Changes since 1.153: +6 -3 lines
Diff to previous 1.153 (colored)

Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general mumbling of approval of others.

Revision 1.153 / (download) - annotate - [select for diffs], Wed Feb 3 20:49:58 2010 UTC (14 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.152: +15 -15 lines
Diff to previous 1.152 (colored)

MACHINE_ARCH -> MACHINE_CPU when applicable.

** it is necessary to update make(1) before building now **

Revision 1.152 / (download) - annotate - [select for diffs], Wed Jun 24 13:04:24 2009 UTC (14 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.151: +2 -2 lines
Diff to previous 1.151 (colored)

Install ntfs includes and add libkvm (fstat) support.  ntfs bits
adapted from NetBSD fstat.  OK deraadt@

Revision 1.151 / (download) - annotate - [select for diffs], Sat Jun 20 12:19:44 2009 UTC (14 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.150: +2 -2 lines
Diff to previous 1.150 (colored)

Install msdosfs includes; ok krw@

Revision 1.150 / (download) - annotate - [select for diffs], Wed Jun 3 14:45:45 2009 UTC (14 years, 11 months ago) by jj
Branch: MAIN
Changes since 1.149: +2 -2 lines
Diff to previous 1.149 (colored)

Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@

Revision 1.149 / (download) - annotate - [select for diffs], Tue Apr 21 19:14:33 2009 UTC (15 years ago) by ratchov
Branch: MAIN
Changes since 1.148: +5 -5 lines
Diff to previous 1.148 (colored)

move src/lib/libsndio/sndio.h into src/include where other include
files leave.

requested by deraadt@, ok miod@

Revision 1.148 / (download) - annotate - [select for diffs], Mon Oct 27 00:26:33 2008 UTC (15 years, 6 months ago) by ratchov
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 (colored)

rename libsa to libsndio
requested by many, "just go for it" deraadt@

Revision 1.147 / (download) - annotate - [select for diffs], Sun Oct 26 12:02:53 2008 UTC (15 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.146: +3 -2 lines
Diff to previous 1.146 (colored)

no cookie for ratchov, committed things without running make build.

Revision 1.146 / (download) - annotate - [select for diffs], Sun Sep 7 20:36:07 2008 UTC (15 years, 8 months ago) by martynas
Branch: MAIN
Changes since 1.145: +2 -2 lines
Diff to previous 1.145 (colored)

- replace dtoa w/ David's gdtoa, version 2008-03-15
- provide proper dtoa locks
- use the real strtof implementation
- add strtold, __hdtoa, __hldtoa
- add %a/%A support
- don't lose precision in printf, don't round to double anymore
- implement extended-precision versions of libc functions: fpclassify,
isnan, isinf, signbit, isnormal, isfinite, now that the ieee.h is
fixed
- separate vax versions of strtof, and __hdtoa
- add complex math support.  added functions: cacos, casin, catan,
ccos, csin, ctan, cacosh, casinh, catanh, ccosh, csinh, ctanh, cexp,
clog, cabs, cpow, csqrt, carg, cimag, conj, cproj, creal, cacosf,
casinf, catanf, ccosf, csinf, ctanf, cacoshf, casinhf, catanhf,
ccoshf, csinhf, ctanhf, cexpf, clogf, cabsf, cpowf, csqrtf, cargf,
cimagf, conjf, cprojf, crealf
- add fdim, fmax, fmin
- add log2. (adapted implementation e_log.c.  could be more acruate
& faster, but it's good enough for now)
- remove wrappers & cruft in libm, supposed to work-around mistakes
in SVID, etc.;  use ieee versions.  fixes issues in python 2.6 for
djm@
- make _digittoint static
- proper definitions for i386, and amd64 in ieee.h
- sh, powerpc don't really have extended-precision
- add missing definitions for mips64 (quad), m{6,8}k (96-bit) float.h
for LDBL_*
- merge lead to frac for m{6,8}k, for gdtoa to work properly
- add FRAC*BITS & EXT_TO_ARRAY32 definitions in ieee.h, for hdtoa&ldtoa
to use
- add EXT_IMPLICIT_NBIT definition, which indicates implicit
normalization bit
- add regression tests for libc: fpclassify and printf
- arith.h & gd_qnan.h definitions
- update ieee.h: hppa doesn't have quad-precision, hppa64 does
- add missing prototypes to gdtoaimp
- on 64-bit platforms make sure gdtoa doesn't use a long when it
really wants an int
- etc., what i may have forgotten...
- bump libm major, due to removed&changed symbols
- no libc bump, since this is riding on djm's libc major crank from
a day ago

discussed with / requested by / testing theo, sthen@, djm@, jsg@,
merdely@, jsing@, tedu@, brad@, jakemsr@, and others.
looks good to millert@
parts of the diff ok kettenis@

this commit does not include:
- man page changes

Revision 1.145 / (download) - annotate - [select for diffs], Fri Aug 22 13:02:53 2008 UTC (15 years, 8 months ago) by kettenis
Branch: MAIN
Changes since 1.144: +3 -3 lines
Diff to previous 1.144 (colored)

Don't install libbfd and libopcodes and the associated headers.
They really are just a way to share common code between gdb and binutils
(which in the GNU world are seperate packages).  The developers (and I'm
one of them) make absolutely no effert to maintain a stable API/ABI.

If ports people really need libbfd or libopcodes, they should just
package a suitable version.

ok weingart@, deraadt@

Revision 1.144 / (download) - annotate - [select for diffs], Wed Jun 4 21:12:50 2008 UTC (15 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.143: +2 -2 lines
Diff to previous 1.143 (colored)

olf support starts to die (easy stuff first); ok miod

Revision 1.143 / (download) - annotate - [select for diffs], Wed Apr 23 10:58:34 2008 UTC (16 years ago) by norby
Branch: MAIN
Changes since 1.142: +3 -3 lines
Diff to previous 1.142 (colored)

Import MPLS (Multi Protocol Label Switching)

MPLS support partly based on the (abandoned?) AYAME project.
Basic LSR (Label Switch Router) functionality is present, but not fully
functional yet.

It is currently possible to insert entries in the LIB (Label Information Base)
with route(8), but setting the operation type is not supported yet.

Imported to allow more people to work on this in the coming weeks.

ok claudio@ laurent@ dlg@

Revision 1.142 / (download) - annotate - [select for diffs], Sat Mar 22 10:36:11 2008 UTC (16 years, 1 month ago) by matthieu
Branch: MAIN
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored)

Get rid of 3 extra leading spaces. ok deraadt@

Revision 1.141 / (download) - annotate - [select for diffs], Fri Oct 19 14:28:15 2007 UTC (16 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.140: +4 -4 lines
Diff to previous 1.140 (colored)

install includes from libexpat

Revision 1.140 / (download) - annotate - [select for diffs], Wed Jun 6 20:44:06 2007 UTC (16 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored)

no longer make include/netipx dir

Revision 1.139 / (download) - annotate - [select for diffs], Tue Feb 13 00:37:24 2007 UTC (17 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.138: +2 -2 lines
Diff to previous 1.138 (colored)

remove prereq, by using a pre-generated include file (this one should now
be MI since we removed stuff that was arch-dependent). The Configure script
still rebuilds a copy of that file, and we check it for diffs.

okay millert@

Revision 1.138 / (download) - annotate - [select for diffs], Fri Jan 6 18:54:25 2006 UTC (18 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored)

Add real C99 stdint.h and inttypes.h based on an initial version I did in
1997 (yes, really).

Revision 1.137 / (download) - annotate - [select for diffs], Wed Dec 28 16:33:56 2005 UTC (18 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.136: +3 -3 lines
Diff to previous 1.136 (colored)

Split off the non-kernel visible portion of sys/errno.h into a
separate errno.h.  sys/errno.h now only contains errno values (which
is included byerrno.h).  OK deraadt@

Revision 1.136 / (download) - annotate - [select for diffs], Tue Sep 27 16:27:22 2005 UTC (18 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.135: +5 -5 lines
Diff to previous 1.135 (colored)

use xargs -r0 for our build process

Revision 1.135 / (download) - annotate - [select for diffs], Sun Jul 10 06:53:44 2005 UTC (18 years, 10 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored)

Install netbt/ includes.

ok henning@

Revision 1.134 / (download) - annotate - [select for diffs], Fri Jun 17 20:51:20 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.133: +2 -2 lines
Diff to previous 1.133 (colored)

don't install netns includes any longer, ports bulk build test by pval

Revision 1.133 / (download) - annotate - [select for diffs], Tue Jun 7 02:58:17 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.132: +2 -2 lines
Diff to previous 1.132 (colored)

-netccitt/

Revision 1.132 / (download) - annotate - [select for diffs], Thu Apr 28 21:30:13 2005 UTC (19 years ago) by espie
Branch: MAIN
Changes since 1.131: +2 -2 lines
Diff to previous 1.131 (colored)

also use new libobjc on old architectures, since it builds fine with
gcc 2.95.

tests and okay miod@, marc@.

Revision 1.131 / (download) - annotate - [select for diffs], Mon Apr 18 16:17:43 2005 UTC (19 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130 (colored)

rm libcurses++

Revision 1.130 / (download) - annotate - [select for diffs], Thu Apr 14 20:59:10 2005 UTC (19 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.129: +3 -2 lines
Diff to previous 1.129 (colored)

introduce some wchar functions (from citrus and an itojun@ diff)
okay deraadt@, cloder@, pvalchev@
thanks to everyone who commented on that.

Revision 1.129 / (download) - annotate - [select for diffs], Wed Oct 20 22:12:15 2004 UTC (19 years, 7 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 (colored)

install net80211 headers; millert and deraadt ok.

Revision 1.128 / (download) - annotate - [select for diffs], Thu Jul 15 12:07:53 2004 UTC (19 years, 10 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored)

do not install netiso header files, millert deraadt ok

Revision 1.127 / (download) - annotate - [select for diffs], Tue Jun 29 04:10:14 2004 UTC (19 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.126: +3 -3 lines
Diff to previous 1.126 (colored)

make includes in gnu/usr.sbin/sendmail/libmilter

Revision 1.126 / (download) - annotate - [select for diffs], Mon May 17 22:11:32 2004 UTC (20 years ago) by drahn
Branch: MAIN
Changes since 1.125: +3 -9 lines
Diff to previous 1.125 (colored)

Enable binutils for arm now that we have binutils 2.14.

Revision 1.125 / (download) - annotate - [select for diffs], Mon Mar 8 23:31:51 2004 UTC (20 years, 2 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.124: +9 -3 lines
Diff to previous 1.124 (colored)

Do not build binutils on arm. ARM needs at least binutils 2.14.
Allows others to build OpenBSD/cats, use binutils from devel/binutils/stable
Requested by deraadt@

Revision 1.124 / (download) - annotate - [select for diffs], Mon Mar 1 02:59:56 2004 UTC (20 years, 2 months ago) by drahn
Branch: MAIN
Changes since 1.123: +4 -3 lines
Diff to previous 1.123 (colored)

Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@

Revision 1.123 / (download) - annotate - [select for diffs], Fri Jan 23 18:21:13 2004 UTC (20 years, 3 months ago) by espie
Branch: MAIN
Changes since 1.122: +15 -6 lines
Diff to previous 1.122 (colored)

USE_GCC3 switch, now that propolice is in.

Revision 1.122 / (download) - annotate - [select for diffs], Sat Jan 3 14:08:52 2004 UTC (20 years, 4 months ago) by espie
Branch: MAIN
Changes since 1.121: +3 -3 lines
Diff to previous 1.121 (colored)

put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
to built-ins, so eventually we will have one version of these files.
Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h
and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes.
okay millert@, drahn@, miod@.

Revision 1.121 / (download) - annotate - [select for diffs], Mon Jul 21 21:13:18 2003 UTC (20 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.120: +10 -10 lines
Diff to previous 1.120 (colored)

Need ftw.h for ftw(3) and nftw(3)

Revision 1.120 / (download) - annotate - [select for diffs], Tue Jul 15 19:18:00 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored)

do not enter libcom_err

Revision 1.119 / (download) - annotate - [select for diffs], Mon Jul 14 16:14:43 2003 UTC (20 years, 10 months ago) by mho
Branch: MAIN
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored)

Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...

Revision 1.118 / (download) - annotate - [select for diffs], Mon Jun 2 08:45:58 2003 UTC (20 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.117: +6 -3 lines
Diff to previous 1.117 (colored)

swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles
get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@

Revision 1.117 / (download) - annotate - [select for diffs], Wed May 14 08:01:02 2003 UTC (21 years ago) by mho
Branch: MAIN
Changes since 1.116: +1 -5 lines
Diff to previous 1.116 (colored)

Remove krb4 support.

Revision 1.116 / (download) - annotate - [select for diffs], Fri May 9 02:17:18 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored)

Install sha2.h

Revision 1.115 / (download) - annotate - [select for diffs], Mon Jan 20 18:12:52 2003 UTC (21 years, 4 months ago) by marc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored)

install includes from libpthread, not libc_r

Revision 1.114 / (download) - annotate - [select for diffs], Tue Dec 3 21:54:21 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored)

Intall getopt.h in /usr/include as well.

Revision 1.113 / (download) - annotate - [select for diffs], Tue Sep 3 18:59:55 2002 UTC (21 years, 8 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored)

build OpenSSL without symlink trees:
* manpage related things moved to src/libssl/man/Makefile
* there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead
  of one single src/libssl/obj
* instead of running Configure (with generates lots of symlinks, and
  opensslconf.h) this patch stores pre-computed opensslconf.h files
  in src/libssl/crypto/arch
* requires a make includes before the library can be built
* libssl and libcrypto can be build separately
  (e.g. cd src/libssl/ssl && make obj && make)
* make depend is now supported
* no more symlink trees
tested by miod@ and fries@

Revision 1.112 / (download) - annotate - [select for diffs], Sun Jun 16 14:42:22 2002 UTC (21 years, 11 months ago) by naddy
Branch: MAIN
Changes since 1.111: +3 -2 lines
Diff to previous 1.111 (colored)

install headers from libevent; ok miod@

Revision 1.111 / (download) - annotate - [select for diffs], Sun Jun 9 18:40:35 2002 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.110: +6 -4 lines
Diff to previous 1.110 (colored)

backout previous

Revision 1.110 / (download) - annotate - [select for diffs], Sun Jun 9 18:33:36 2002 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.109: +5 -7 lines
Diff to previous 1.109 (colored)

pax -s <regex> is botched, don't use it.

Revision 1.109 / (download) - annotate - [select for diffs], Fri Jun 7 17:46:55 2002 UTC (21 years, 11 months ago) by drahn
Branch: MAIN
Changes since 1.108: +1 -7 lines
Diff to previous 1.108 (colored)

Switch powerpc to using new split (aout/elf) link.h

Revision 1.108 / (download) - annotate - [select for diffs], Fri Jun 7 03:00:01 2002 UTC (21 years, 11 months ago) by art
Branch: MAIN
Changes since 1.107: +4 -4 lines
Diff to previous 1.107 (colored)

split link.h into three parts. The MI parts are left in link.h
a.out stuff in link_aout.h and ELF stuff in link_elf.h.
Switch sparc64 back to MI link.h.
drahn@ ok (powerpc will switch soon).

Revision 1.107 / (download) - annotate - [select for diffs], Wed Jun 5 23:59:53 2002 UTC (21 years, 11 months ago) by art
Branch: MAIN
Changes since 1.106: +13 -13 lines
Diff to previous 1.106 (colored)

Don't use MI dlfcn.h that are identical to the MD one.

Revision 1.106 / (download) - annotate - [select for diffs], Sun Jun 2 07:43:33 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (colored)

no argh.  we should doc these targets better

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jun 2 06:36:33 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.104: +3 -3 lines
Diff to previous 1.104 (colored)

put libssl in PRDIRS instead; andre@ae-35.com

Revision 1.104 / (download) - annotate - [select for diffs], Sat Jun 1 01:35:35 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.103: +11 -12 lines
Diff to previous 1.103 (colored)

we do not need this to be Makefile.bsd-wrapper

Revision 1.103 / (download) - annotate - [select for diffs], Wed May 8 19:39:24 2002 UTC (22 years ago) by espie
Branch: MAIN
Changes since 1.102: +5 -3 lines
Diff to previous 1.102 (colored)

includes should be installed during `make include', not later.
Fixes this for lex and binutils' bfd.

Also, do not install ansidecl.h, we don't really need it, bfd.h uses it,
and we installed it so that bfd worked, so let bfd.h include it directly.

prompted by mickey@

Revision 1.102 / (download) - annotate - [select for diffs], Mon Apr 8 04:53:57 2002 UTC (22 years, 1 month ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.101: +3 -3 lines
Diff to previous 1.101 (colored)

install link.h and dlfcn.h from sys/arch/sparc64/include.

Revision 1.101 / (download) - annotate - [select for diffs], Mon Feb 18 22:16:37 2002 UTC (22 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.100: +3 -4 lines
Diff to previous 1.100 (colored)

netiso/xebec no more

Revision 1.100 / (download) - annotate - [select for diffs], Sun Dec 30 07:06:53 2001 UTC (22 years, 4 months ago) by pvalchev
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored)

libusb -> libusbhid

Revision 1.99 / (download) - annotate - [select for diffs], Tue Nov 6 20:28:07 2001 UTC (22 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored)

no more vm in LDIRS

Revision 1.98 / (download) - annotate - [select for diffs], Mon Sep 3 16:45:08 2001 UTC (22 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.97: +3 -3 lines
Diff to previous 1.97 (colored)

how did ../lib/libusb not get added?  Bad developers

Revision 1.97 / (download) - annotate - [select for diffs], Tue Jul 31 18:01:59 2001 UTC (22 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.96: +3 -3 lines
Diff to previous 1.96 (colored)

we talked about libsectok having an include target a couple of times....

Revision 1.96 / (download) - annotate - [select for diffs], Wed Jul 11 03:02:25 2001 UTC (22 years, 10 months ago) by pvalchev
Branch: MAIN
Changes since 1.95: +3 -3 lines
Diff to previous 1.95 (colored)

remove mips leftovers; ok brad

Revision 1.95 / (download) - annotate - [select for diffs], Wed Jun 27 08:04:07 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored)

Why was a very large chunk of code commited to the source tree without
checking if a make build of the entire system still works?  How many
other parts of the tree are now not going to build?  All development
has not stopped until this is fixed.

Revision 1.94 / (download) - annotate - [select for diffs], Tue Jun 26 15:32:44 2001 UTC (22 years, 10 months ago) by hin
Branch: MAIN
Changes since 1.93: +4 -1 lines
Diff to previous 1.93 (colored)

Install kerberosV includefiles

Revision 1.93 / (download) - annotate - [select for diffs], Wed Jun 13 08:50:05 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN
Changes since 1.92: +2 -6 lines
Diff to previous 1.92 (colored)

Simplify.

Revision 1.92 / (download) - annotate - [select for diffs], Thu May 31 14:03:04 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN
Changes since 1.91: +4 -1 lines
Diff to previous 1.91 (colored)

Install link.h and dlfcn.h on alpha.

Revision 1.91 / (download) - annotate - [select for diffs], Mon May 14 12:34:27 2001 UTC (23 years ago) by espie
Branch: MAIN
Changes since 1.90: +23 -22 lines
Diff to previous 1.90 (colored)

Speed-up:
- remove extra subshells;
- use exec on terminal commands, avoiding dangling shells that don't
control anything.

More correct:
- use && some more;
- remove `-' in front of includes, so that failures WILL fail...

Okay millert@, deraadt@

Revision 1.90 / (download) - annotate - [select for diffs], Sun Mar 18 17:39:54 2001 UTC (23 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.89: +3 -2 lines
Diff to previous 1.89 (colored)

Build gnu/lib/libreadline and use it instead of the one currently
in the binutils dir.

Revision 1.89 / (download) - annotate - [select for diffs], Fri Mar 2 13:27:04 2001 UTC (23 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.88: +3 -2 lines
Diff to previous 1.88 (colored)

Add ohash_* functions to libc.
Ok'd deraadt@, millert@

Revision 1.88 / (download) - annotate - [select for diffs], Mon Dec 18 16:51:49 2000 UTC (23 years, 5 months ago) by brad
Branch: MAIN
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (colored)

*cough*someone forgot to remove libgmp*cough*

Revision 1.87 / (download) - annotate - [select for diffs], Tue Nov 21 00:51:30 2000 UTC (23 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.86: +6 -6 lines
Diff to previous 1.86 (colored)

Add references to new files.

Revision 1.86 / (download) - annotate - [select for diffs], Tue Oct 10 12:12:28 2000 UTC (23 years, 7 months ago) by hugh
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.85: +6 -2 lines
Diff to previous 1.85 (colored)

Don't install ieeefp.h on vax. derradt Ok.

Revision 1.85 / (download) - annotate - [select for diffs], Sun Oct 1 03:19:04 2000 UTC (23 years, 7 months ago) by rahnds
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored)

Now that powerpc has shared libraries, make certain that link.h and dlfcn.h
are created properly.

Revision 1.84 / (download) - annotate - [select for diffs], Tue Sep 19 20:06:55 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

install netnatm includes; stoklund@cp.dyndns.dk

Revision 1.83 / (download) - annotate - [select for diffs], Sun Sep 3 18:41:13 2000 UTC (23 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

Boring...  Add :L modifier to all tweakable variables tests.

Closes PR 1246

Revision 1.82 / (download) - annotate - [select for diffs], Sun Aug 20 18:37:19 2000 UTC (23 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.81: +11 -10 lines
Diff to previous 1.81 (colored)

login.conf code from BSDi.  This does not include the bsd auth code
which will come later.  At this stage it is primarily used for setting
resource limits.

Revision 1.81 / (download) - annotate - [select for diffs], Fri Mar 10 22:04:18 2000 UTC (24 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.80: +3 -2 lines
Diff to previous 1.80 (colored)

A more normal way of building kerberos, faster, and it works with SUDO

Revision 1.80 / (download) - annotate - [select for diffs], Tue Feb 29 03:28:38 2000 UTC (24 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored)

install crypto headers

Revision 1.79 / (download) - annotate - [select for diffs], Fri Feb 25 17:37:43 2000 UTC (24 years, 2 months ago) by hin
Branch: MAIN
Changes since 1.78: +2 -3 lines
Diff to previous 1.78 (colored)

Include files for KerberosIV have moved.
(ok art@)

Revision 1.78 / (download) - annotate - [select for diffs], Wed Feb 23 06:55:59 2000 UTC (24 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.77: +4 -4 lines
Diff to previous 1.77 (colored)

add getifaddrs(3), from bsdi4.
this will help future apps from complexity of SIOCGIFCONF.
NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.

Revision 1.77 / (download) - annotate - [select for diffs], Sat Feb 19 15:28:41 2000 UTC (24 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.76: +3 -2 lines
Diff to previous 1.76 (colored)

do not install /usr/include/dev/microcode/

Revision 1.76 / (download) - annotate - [select for diffs], Sat Nov 20 18:08:33 1999 UTC (24 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

Generate g2c.h at prereq stage.
Install it under /usr/include

Revision 1.75 / (download) - annotate - [select for diffs], Tue Oct 5 22:29:36 1999 UTC (24 years, 7 months ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

get httpd in WDIRS as well as the prereq dirs.

Revision 1.74 / (download) - annotate - [select for diffs], Tue Oct 5 18:02:03 1999 UTC (24 years, 7 months ago) by beck
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

add httpd to includes target so apache includes get grabbed.

Revision 1.73 / (download) - annotate - [select for diffs], Mon Sep 27 06:28:49 1999 UTC (24 years, 7 months ago) by beck
Branch: MAIN
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored)

remove /usr/include/openssl link before making it.

Revision 1.72 / (download) - annotate - [select for diffs], Mon Sep 27 04:48:20 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 (colored)

openssl -> ssl

Revision 1.71 / (download) - annotate - [select for diffs], Fri Sep 24 22:33:10 1999 UTC (24 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

stdbool.h conforming to C9X

Revision 1.70 / (download) - annotate - [select for diffs], Thu Jul 1 21:41:32 1999 UTC (24 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

install miscfs includes too

Revision 1.69 / (download) - annotate - [select for diffs], Thu Jun 24 15:18:11 1999 UTC (24 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.68: +1 -6 lines
Diff to previous 1.68 (colored)

Slight goof, repair symlinks target (noted by David Leonard)

Revision 1.68 / (download) - annotate - [select for diffs], Tue Jun 22 14:41:35 1999 UTC (24 years, 11 months ago) by art
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (colored)

install uvm includes

Revision 1.67 / (download) - annotate - [select for diffs], Sat May 29 01:31:26 1999 UTC (24 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Add libkeynote target for includes

Revision 1.66 / (download) - annotate - [select for diffs], Wed May 26 16:02:55 1999 UTC (24 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.65: +8 -4 lines
Diff to previous 1.65 (colored)

Link in egcs, kill gcc and libg++

Revision 1.65 / (download) - annotate - [select for diffs], Tue May 18 15:43:58 1999 UTC (25 years ago) by espie
Branch: MAIN
Changes since 1.64: +8 -11 lines
Diff to previous 1.64 (colored)

Change include links shennannigans to make more sense,
so that machine -> i386, and not the other way around,
or, for arches such as amiga/m68k, make amiga & m68k true directories
and let machine -> amiga.

Revision 1.64 / (download) - annotate - [select for diffs], Sun May 9 00:21:13 1999 UTC (25 years ago) by millert
Branch: MAIN
Changes since 1.63: +5 -5 lines
Diff to previous 1.63 (colored)

c++ clasess for ncurses

Revision 1.63 / (download) - annotate - [select for diffs], Mon Mar 29 03:07:39 1999 UTC (25 years, 1 month ago) by rahnds
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.62: +3 -2 lines
Diff to previous 1.62 (colored)

powerpc does not support shared libraries and thus should not ship
link.h or dlfcn.h

Revision 1.62 / (download) - annotate - [select for diffs], Tue Mar 9 00:01:41 1999 UTC (25 years, 2 months ago) by niklas
Branch: MAIN
Changes since 1.61: +9 -1 lines
Diff to previous 1.61 (colored)

Some style issues, make stuff neded before depend be built by beforedepend.
Also make them prereq in the case of make includes

Revision 1.61 / (download) - annotate - [select for diffs], Tue Mar 2 21:47:33 1999 UTC (25 years, 2 months ago) by niklas
Branch: MAIN
Changes since 1.60: +13 -1 lines
Diff to previous 1.60 (colored)

Provide a method to do prerequisites needed before
installation of includes can happen.  Do these before and not run via ${SUDO}.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Feb 26 00:54:00 1999 UTC (25 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.59: +4 -4 lines
Diff to previous 1.59 (colored)

skipjack in libc; isakmpd and such will want it

Revision 1.59 / (download) - annotate - [select for diffs], Fri Feb 12 04:46:27 1999 UTC (25 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page)

Revision 1.58 / (download) - annotate - [select for diffs], Mon Feb 1 22:59:15 1999 UTC (25 years, 3 months ago) by d
Branch: MAIN
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored)

add libc_r

Revision 1.57 / (download) - annotate - [select for diffs], Fri Jan 8 00:33:48 1999 UTC (25 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

install netinet6 include files

Revision 1.56 / (download) - annotate - [select for diffs], Wed Oct 7 02:36:48 1998 UTC (25 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

install /usr/include/ssl/

Revision 1.55 / (download) - annotate - [select for diffs], Mon Sep 7 05:50:02 1998 UTC (25 years, 8 months ago) by art
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

install the xfs includes

Revision 1.54 / (download) - annotate - [select for diffs], Thu Jul 23 21:21:24 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.53: +10 -10 lines
Diff to previous 1.53 (colored)

curses.h frontend

Revision 1.53 / (download) - annotate - [select for diffs], Tue Jul 21 22:23:18 1998 UTC (25 years, 10 months ago) by provos
Branch: MAIN
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.
Man pages will come soon, I hope.

Revision 1.52 / (download) - annotate - [select for diffs], Fri Jul 17 22:47:46 1998 UTC (25 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)


. is a regex.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jul 7 18:49:01 1998 UTC (25 years, 10 months ago) by art
Branch: MAIN
Changes since 1.50: +4 -4 lines
Diff to previous 1.50 (colored)

do not install includes from libss

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jun 25 06:25:42 1998 UTC (25 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

install isofs headers, we need them

Revision 1.49 / (download) - annotate - [select for diffs], Sun Jun 7 23:20:12 1998 UTC (25 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

add gnu/lib/libgmp to WDIR for includes

Revision 1.48 / (download) - annotate - [select for diffs], Mon May 4 10:21:10 1998 UTC (26 years ago) by provos
Branch: MAIN
Changes since 1.47: +5 -5 lines
Diff to previous 1.47 (colored)

make includes for libossaudio

Revision 1.47 / (download) - annotate - [select for diffs], Tue Mar 3 21:15:22 1998 UTC (26 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.46: +11 -3 lines
Diff to previous 1.46 (colored)

Dive into libg++ and gcc on includes

Revision 1.46 / (download) - annotate - [select for diffs], Mon Aug 18 05:29:41 1997 UTC (26 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.45: +4 -4 lines
Diff to previous 1.45 (colored)

inttypes.h as required by XPG4.2.  Nothing uses this yet and all in-tree
sources should use the BSD-style types anyway.

Revision 1.45 / (download) - annotate - [select for diffs], Sun Aug 17 21:31:23 1997 UTC (26 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

basename(3) and dirname(3) as specified by XPG4 and XPG4.2

Revision 1.44 / (download) - annotate - [select for diffs], Wed Jul 23 04:30:15 1997 UTC (26 years, 10 months ago) by denny
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

add netatalk

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jul 17 05:36:59 1997 UTC (26 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

mdX(3)-like interface to RIPEMD-160 hash function.  Code by
Antoon Bosselaers and massaged by me to fit the mdX(3) API.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Jun 29 10:28:23 1997 UTC (26 years, 10 months ago) by provos
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)

relocated header files

Revision 1.41 / (download) - annotate - [select for diffs], Fri May 30 08:27:22 1997 UTC (26 years, 11 months ago) by downsj
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Don't ref gnu/ext2fs.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Apr 27 20:55:58 1997 UTC (27 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 19 21:26:15 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5.  This allows
people to override those setting in /etc/mk.conf.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Feb 27 18:14:50 1997 UTC (27 years, 2 months ago) by downsj
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

Add libwrap.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 13 22:41:51 1997 UTC (27 years, 3 months ago) by provos
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

blf.h headerfile install

Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 3 00:08:24 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (colored)

Back out stringlist

Revision 1.35 / (download) - annotate - [select for diffs], Sun Feb 2 23:18:43 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

From NetBSD (lukem and christos):
    A stringlist implementation (previously ``private'' to libc netgroup code,
    but christos ok-ed making public as it's useful)

Revision 1.34 / (download) - annotate - [select for diffs], Sun Dec 22 06:29:00 1996 UTC (27 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

nope, ss is wrong

Revision 1.33 / (download) - annotate - [select for diffs], Thu Dec 19 23:43:02 1996 UTC (27 years, 5 months ago) by etheisen
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Create include/ss.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Dec 8 15:26:51 1996 UTC (27 years, 5 months ago) by downsj
Branch: MAIN
Changes since 1.31: +7 -7 lines
Diff to previous 1.31 (colored)

cookie cookie COOKIE.. oh, sorry..
install -> ${INSTALL}, -c -> ${COPY}

Revision 1.31 / (download) - annotate - [select for diffs], Sat Nov 16 21:53:10 1996 UTC (27 years, 6 months ago) by downsj
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Fix more libss stuff.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Nov 15 09:25:19 1996 UTC (27 years, 6 months ago) by downsj
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Move libss to the main tree.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 11 04:55:01 1996 UTC (27 years, 6 months ago) by downsj
Branch: MAIN
Changes since 1.28: +5 -5 lines
Diff to previous 1.28 (colored)

Move libcom_err out of Kerberos, change include location.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 5 00:54:17 1996 UTC (27 years, 6 months ago) by downsj
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

install gnu/ext2fs

Revision 1.27 / (download) - annotate - [select for diffs], Sun Oct 27 20:22:45 1996 UTC (27 years, 6 months ago) by etheisen
Branch: MAIN
Changes since 1.26: +6 -5 lines
Diff to previous 1.26 (colored)

OLF.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 6 19:59:52 1996 UTC (27 years, 7 months ago) by pefo
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.25: +5 -1 lines
Diff to previous 1.25 (colored)

Fix dlfcn.h and link.h for arc port

Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 29 23:52:34 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

removed md2.h

Revision 1.24 / (download) - annotate - [select for diffs], Sun Sep 29 16:13:19 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.23: +4 -5 lines
Diff to previous 1.23 (colored)

Added sha1 (secure hash function).

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 27 14:58:21 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

includes in skey dir get installed too.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 5 11:01:32 1996 UTC (27 years, 8 months ago) by pefo
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

standard link.h and dlfcn.h not very useful on mips

Revision 1.21 / (download) - annotate - [select for diffs], Fri Aug 16 09:40:02 1996 UTC (27 years, 9 months ago) by mickey
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

netipx.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Aug 16 04:19:14 1996 UTC (27 years, 9 months ago) by downsj
Branch: MAIN
Changes since 1.19: +5 -4 lines
Diff to previous 1.19 (colored)

Add libcompat.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jul 27 02:39:40 1996 UTC (27 years, 9 months ago) by tholo
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Integrate zlib v1.0.3

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 24 09:05:05 1996 UTC (27 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

install /sys/scsi in /usr/include/scsi

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jul 24 05:10:20 1996 UTC (27 years, 10 months ago) by downsj
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

regexp.h no longer lives here.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 19 11:20:19 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

util.h no longer here

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 12 11:21:39 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

add /sbin/scsi from FreeBSD -- a good start!

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 11 23:45:06 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

also do includes in libpcap and arch/${MACHINE}

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 10 06:23:19 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

libedit has an includes target too

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 3 22:28:40 1996 UTC (27 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Forgot to handle the md?.h include files in here

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 2 22:39:08 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

../lib/libmenu not ../libmenu

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 2 21:49:01 1996 UTC (27 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Include in some more directories

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 2 07:28:42 1996 UTC (27 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.8: +6 -2 lines
Diff to previous 1.8 (colored)

Recurse into a few more select directories on "make includes"

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 22 11:34:45 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.7: +10 -7 lines
Diff to previous 1.7 (colored)

libutil

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 6 21:44:19 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.6: +7 -7 lines
Diff to previous 1.6 (colored)

hard-code the include installation path (mostly for speed)

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 1 13:09:10 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.5: +4 -7 lines
Diff to previous 1.5 (colored)

realinstall -> includes

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 18 01:40:09 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

Add /sys/ddb to be installed in /usr/include.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 21 02:40:07 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.3: +9 -8 lines
Diff to previous 1.3 (colored)

From NetBSD:
Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 15 07:45:12 1996 UTC (28 years, 3 months ago) by etheisen
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Install elf_abi.h in /usr/include.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 24 10:06:22 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +7 -0 lines
Diff to previous 1.1 (colored)

install curses.h from src/include

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:41:11 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:41:11 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.