summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Activate the pc98 directory.kato2000-03-181-2/+2
|
* Add ip6fw.shin2000-01-291-0/+1
| | | | | | | | | | Yes it is almost code freeze, but as the result of many thought, now I think this should be added before 4.0... make world check, kernel build check is done. Reviewed by: green Obtained from: KAME project
* Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are notpeter2000-01-141-0/+2
| | | | | | i386 specific. Submitted by: bde
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+2
| | | | | | | Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Move basic ifilter utils to sbin where they shold have been committed byguido1999-12-061-0/+3
| | | | me in the first place. While we're at it: add MAINTAINER line
* rewire userland ipfilter programsguido1999-11-231-0/+1
|
* Add mount_nwfs program. Now -current can mount NetWare volumes.bp1999-10-151-1/+1
|
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-101-1/+0
| | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Move sysctl/ to src/sbin/ where it now belongs.obrien1999-05-101-1/+2
| | | | Repository copied by: Peter
* Disconnect modload/modunload/modstat from their Makefiles..peter1999-04-181-3/+1
|
* src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp)brian1999-03-121-1/+2
|
* Don't install kget on alpha - it doesn't do much useful there.jkh1999-02-271-2/+5
|
* Add kget.jkh1999-02-271-1/+2
|
* hook in dhclientobrien1999-02-101-1/+2
|
* Added mount_ntfs subdirectory.semenu1999-02-031-1/+2
| | | | Reviewed by: David O'Brien <obrien@NUXI.com>
* nuke dset - it doesn't work in a post-ELF world and abial has somethingjkh1999-01-201-2/+1
| | | | better as a replacement (kget).
* Reenable vinum after repository copy.sos1998-12-281-3/+3
| | | | Forgotten by: Peter.
* Temporaryly disable vinum, awaiting repository copy of misplaced files.sos1998-12-271-3/+3
|
* Fixed disorder.bde1998-11-101-4/+4
|
* Reenable adjkerntz for alpha.dima1998-11-091-5/+2
|
* Include vinum in SUBDIRgrog1998-09-281-2/+3
|
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =================================== 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 camcontrol. Remove scsiformat.gibbs1998-09-151-4/+3
|
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-051-3/+3
|
* Now that ldconfig does elf work too, build it on alpha as well.jb1998-09-051-2/+2
|
* Split lines into one subdir per line.gpalmer1998-08-301-9/+58
|
* Fix the machine dependent SUBDIR I removed by mistake in the last commit.jb1998-08-201-1/+5
|
* All but two if these build on alpha now, but most are untested.jb1998-08-151-13/+9
| | | | ldconfig isn't required.
* Activate newfs_msdos.rnordier1998-07-061-2/+2
|
* SUBDIR += ldconfigpeter1998-06-011-2/+2
|
* Make this safe for an alpha build, leaving out just about everythingjb1998-05-181-15/+11
| | | | that has some sort of kernel issue associated with it.
* Change noc-tun to nos-tun after Peter did the repository copy to coverphk1998-04-121-1/+1
| | | | up the tracks of my blunder.
* Add noc-tun to listphk1998-04-111-1/+1
|
* Initial bmake scaffolding for ipfilter userland stuff.peter1998-03-211-0/+2
| | | | Obtained from: large chunks stolen from OpenBSD and NetBSD
* Some things only work on i386.jb1998-03-131-5/+10
|
* Retire dumplfs mount_lfs newlfsphk1998-01-301-3/+3
|
* activate the programs that will be used to manipulate kld modulesjmg1997-10-191-1/+2
| | | | | | | | fix a few problems with missing headers, warn called with an exit value, and undeclared getopt vars these programs now compile -Wall clean (and yes, I know I should use more than just -Wall) :)
* Enable spppcontrol.joerg1997-10-111-1/+2
|
* Reactivated dumplfs and newlfs.bde1997-03-241-4/+2
|
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-231-1/+1
| | | | | | | | | automatically have random generation numbers. The kenel way of handling those also changed. Further it is advised to run fsirand on all your nfs exported filesystems. the code is mostly copied from OpenBSD, with the randomization chanegd to use /dev/urandom Reviewed by: Garrett Obtained from: OpenBSD
* Reactivate fsdbpeter1997-03-131-2/+2
|
* Disable two newly broken dirs:peter1997-03-111-3/+3
| | | | | fsdb (too intimate with old fsck, needs work) newlfs (doesn't build since Lite2 lfs wasn't merged into kernel)
* Disabled dumplfs. Importing the Lite2 version was a mistake, sincebde1997-02-171-1/+3
| | | | | many files haven't left the vendor branch and the sys/ufs/lfs hasn't been merged.
* Disable rdisc, enable routed in new location.wollman1996-09-161-1/+1
|
* Return make_union, s-bit removedache1996-05-191-2/+1
|
* Large security hole in mount_union, the underlying filesystem for which doesn'tjkh1996-05-171-1/+2
| | | | | even work. Until pst wakes up, best action deemed to be the simple disabling of this command.
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-2/+2
| | | | | | | | | mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h.
* Connect ccd man page and ccdconfig to parent Makefiles.asami1996-05-041-1/+1
| | | | Ok'd by: peter
* Added mount_ext2fs to SUBDIR list.mpp1996-02-011-2/+2
|
OpenPOWER on IntegriCloud