summaryrefslogtreecommitdiffstats
path: root/include/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Nuke old copies of /usr/include/timepps.hphk1999-03-221-1/+2
|
* Remove <timepps.h> here as well.phk1999-03-111-2/+2
| | | | | You will need to manually rip it from /usr/include if it gives you any trouble.
* Install <sys/aio.h> as <aio.h>.dt1999-01-171-2/+2
|
* Instead of a wrapper <linker_set.h>, use a symlink tojdp1999-01-141-3/+3
| | | | | | <sys/linker_set.h>. Submitted by: bde
* Add a wrapper <linker_set.h> for <sys/linker_set.h>, so thatjdp1999-01-141-2/+2
| | | | userland programs can use linker sets.
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-231-2/+2
| | | | | | | | | | #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* Install <sys/inttypes.h> as <inttypes.h>.dt1998-12-191-2/+2
|
* Don't even think about using a sysctl to build osreldate.h, since thisbde1998-10-171-17/+4
| | | | | | | | | | breaks cross-builds. Just depend on ${.CURDIR}/../sys/conf/newvers.sh existing. Don't override the (correct) defaults for the depend, lint or tags target. In LDIRS: fixed order-rot. Don't comment out dead networking directories; remove them.
* back out h2ph from here, Bruce found another proper placeache1998-10-021-4/+1
|
* Add h2ph call to afterinstall targetache1998-10-021-1/+4
| | | | Error code ignored to allow building without perl installed
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc.
* Add new cam include hierarchy.gibbs1998-09-151-3/+3
|
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.kato1998-09-091-4/+4
|
* Add a new library function getobjformat(). It checks all thejdp1998-09-091-2/+2
| | | | | | | | | | | | | standard places ("/etc/objformat", ${OBJFORMAT}, argv) for an indication of the user's preferred object file format. This consolidates some code that was starting to be duplicated in more and more places. Use the new function in ldconfig. Note: I don't think that gcc should use getobjformat(), even though it could. The compiler should limit itself to functions that are widespread, to ease porting and cross-compilation.
* Added iso646.h as defined by the Single UNIX Specification, version 2.alex1998-08-011-2/+2
|
* Install arpa/nameser_compat.hpeter1998-06-111-2/+2
|
* This is a prototype implementation of the draft-mogul-pps-api-##.txtphk1998-06-071-3/+3
| | | | | | | | | paper. It will be updated along with the draft and possible subsequent standard. The ppbus based pps driver is updated to implement this API.
* Move __FreeBSD_version from src/sys/conf/newvers.sh toeivind1998-05-211-2/+4
| | | | | | src/sys/sys/param.h, to facilitate access from the kernel. This make it possible to do outside kernel development and have it actually work properly.
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-2/+2
| | | | | | | | | | | | | | | | _KPOSIX_PRIORITY_SCHEDULING options to work. Changes: Change all "posix4" to "p1003_1b". Misnamed files are left as "posix4" until I'm told if I can simply delete them and add new ones; Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux; Add man pages for _POSIX_PRIORITY_SCHEDULING system calls; Add options to LINT; Minor fixes to P1003_1B code during testing.
* My sched.h is getting walloped by Peter Dufault's. Nuke mine. Sorry.jb1998-03-081-3/+2
|
* Add a POSIX sched header. pthread_yield() in draft 4 becomesjb1998-03-081-2/+3
| | | | | sched_yield() in the final draft (10). This header contains the prototype. Other things in here are "future".
* Reviewed by: msmith, bde long agodufault1998-03-041-3/+14
| | | | | POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
* Uncommit the generated file key_prot.h. Install it from where itbde1998-02-131-2/+2
| | | | | | | | | is generated. It must be installed in both /usr/include/rpc/ and /usr/include/rpcsvc/ for historical reasons. The generated version was once missing ANSI prototypes because the wrong flags were passed to rpcgen, but that is fixed now. The committed version had `#pragma indent' which gratuitously broke K&R support. Apart from this, all versions before and after this commit are identical.
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowjdp1998-02-111-2/+3
| | | | | | | that the dl* trampolines have been moved into libc. Move dlfcn.h from src/lib/csu/i386 into src/include. Nothing in src/lib/csu/i386 uses it any more.
* kill ufs/lfs so that make installworld completes successfully.imp1998-01-311-2/+2
|
* unborkify osreldate.h install (change \ to / - someone was in DOS mode! ;)jkh1998-01-021-2/+2
|
* Install osreldate.h from ${.OBJDIR}.steve1998-01-011-2/+3
| | | | Submitted by: Bruce Evans <bde@zeta.org.au>
* Reinsert telnet.h into the list of files installed into include/arpa/markm1997-10-031-2/+2
| | | | I suspect a commit of mine had this (bogusly).
* Changes for KTH KerberosIV.markm1997-09-281-2/+2
| | | | telent.h is installed from libtelnet, not the include dir.
* Removed installhdrs target. It was an unnecessary complication.bde1997-09-161-7/+2
|
* SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includespeter1997-09-141-2/+2
| | | | | | sys/poll.h). Just provide a link, it's close enough. :-) In an ideal world the prototype for poll() would be in <poll.h> but some code seems to expect it in <sys/poll.h>, so we can't win there.
* Don't traverse subdirectories twice for normal installs.bde1997-08-211-1/+4
|
* fix a problem with headers not being installed properly... basicly thejmg1997-08-211-2/+2
| | | | | | | installhdrs target was not being propagated to the subdirs... also fix rpcsvc's Makefile to have a installhdrs target to install the headers..
* split beforeinstall hook up so that the header install stuff is reachablepeter1997-08-181-2/+4
| | | | without risking invoking ${SHARED}.
* Use relative symlinks so they work even when ${DESTDIR} is not empty.asami1997-07-311-3/+3
| | | | Reviewed by: jkh, bde
* Add stringlist functions from NetBSD. (required for the new ftp(1)msmith1997-06-251-4/+4
| | | | Obtained from: NetBSD
* Go to SHARED=copies by default.jkh1997-06-051-5/+6
| | | | Agreed-upon by: lots-o-folks.
* Add new files in include/rpc.wpaul1997-05-281-2/+3
|
* Fill out the ELF header files to make them more or less complete.jdp1997-05-211-2/+2
| | | | | Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h.
* Build osreldate.h at build time rather than install time. This fixespeter1997-05-121-15/+20
| | | | a breakage with 'make reinstall' on a read-only source tree.
* Removed login_cap.h, now moved to src/lib/libutil.davidn1997-05-101-2/+2
|
* Don't try to install f2c'h now that it's installed fromasami1997-04-251-2/+2
| | | | /usr/src/usr.bin/f2c. :)
* Don't use a dot in the chown command. In fact, don't use a chown command.bde1997-03-091-8/+3
| | | | | | Use mtree instead of mkdir+chown+chmod to build the subdirectory hierachy. The corresponding mtree command in src/etc/Makefile can't be relied on because the hierachy gets blown away in the default SHARED=symlinks case.
* Install headers for isofs/cd9660 and msdosfs. The mount utilities needbde1997-03-021-8/+8
| | | | | | | | | | them now that <sys/mount.h> no longer declares filesytem-specific mount args structs. Renamed some macros to be less ufs-centric. Fixed order of mkdirs. The order has been broken since the backwards `.for' loop bug was fixed in `make' on 1996/09/21.
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add the forgotten login_cap.hsos1997-01-041-3/+3
|
* Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'lljkh1996-12-301-3/+3
| | | | | | | go to bed. :-) Revert this change which would have broken the ${DESTDIR} relative link when chrooted. Pointed-Out-To-My-Embarassment-By: bde
* Add some missing ${DESTDIR}s here.jkh1996-12-301-3/+3
|
OpenPOWER on IntegriCloud