summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Moved boot0cfg into IBM-PC only section (MACHINE=="i386").kato2000-09-101-1/+5
| | | | Pointed out by: nyan
* Activate acpi.iwasaki2000-08-311-1/+2
|
* Added PC-98 boot manager installation and configuration utility.kato2000-08-021-0/+3
|
* Activate mld6query.ume2000-07-101-0/+1
|
* As rndcontrol is no longer needed, punt it to the attic.markm2000-06-251-1/+0
|
* Add a NO_LPR option. Useful for people who want to use LPRng.hoek2000-05-311-1/+4
| | | | PR: bin/18787 (David Gilbert <dgilbert@velocet.ca>)
* Code compiles and installs 100% better if included in the Makefile.rwatson2000-04-161-0/+2
| | | | Suggested by: Voices in my head.
* Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extendedrwatson2000-04-151-0/+1
| | | | | | | | | | attributes (recently committed). Using extattrctl, the extended attribute service may be started and stopped for specific file systems; specific attributes may be enabled or disabled, and the backing file for each attribute configured. Also, backing files may be initialized. Reviewed by: adrian, bp, freebsd-fs, the unthanked masses Obtained from: TrustedBSD
* Add mlxcontrol.msmith2000-04-111-0/+1
|
* Add a NO_MAILWRAPPER knob to make.conf and wrap it aroundsheldonh2000-03-311-1/+4
| | | | | | | mailwrapper(8) for folks who find it annoying to have their development version of sendmail blown away by ``make world''. PR: 17394
* IPv6 multicast routing.shin2000-01-281-0/+2
| | | | | | | | | | | | | kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful.
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-0/+1
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* Stop apmconf from being build.asmodai2000-01-231-1/+0
| | | | | | green integrated apmconf into apm and we should use that instead. Suggested by: msmith
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-0/+1
| | | | | | | | | | | | | | NICs. (Finally!) The PCMCIA, ISA and PCI varieties are all supported, though only the ISA and PCI ones will work on the alpha for now. PCCARD, ISA and PCI attachments are all provided. Also provided an ancontrol(8) utility for configuring the NIC, man pages, and updated pccard.conf.sample. ISA cards are supported in both ISA PnP and hard-wired mode, although you must configure the kernel explicitly to support the hardwired mode since you have to know the I/O address and port ahead of time. Special thanks to Doug Ambrisko for doing the initial newbus hackery and getting it to work in infrastructure mode.
* Add burncd to and remove wormcontrol from the targets.sos2000-01-061-1/+1
|
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+4
| | | | | Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Add mailwrapper. It redirects to sendmail by default, but you canpeter1999-12-291-0/+1
| | | | | point /usr/sbin/sendmail to any mailer of your choice with the /etc/mail/mailer.conf config file.
* Sorry, ndp command is not exist yet.shin1999-12-291-1/+0
| | | | Specified by: Anders Andersson <anders@sanyusan.se>
* Forgot to add newly added udp and raw IPv6 apps to usr.sbin SUBDIR.shin1999-12-291-0/+8
| | | | They are confirmed to be buildable and seems to be working.
* Zap kvm_mkdb, it was for kvm_nlist's benefit, but now it goes directpeter1999-12-271-1/+0
| | | | to the in-kernel hashed symbol tables (including modules).
* IPSEC support in the kernel.shin1999-12-221-1/+0
| | | | | | | | pr_input() routines prototype is also changed to support IPSEC and IPV6 chained protocol headers. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Bye bye xntpd, enter ntp.roberto1999-12-161-1/+1
| | | | Reviewed by: phk
* Move basic ifilter utils to sbin where they shold have been committed byguido1999-12-061-3/+0
| | | | me in the first place. While we're at it: add MAINTAINER line
* Reactivate bind (named and tools)peter1999-11-301-1/+1
|
* Move named and associated tools into a seperate makefile section andpeter1999-11-301-6/+9
| | | | disable them pending an import and cleanup of bind 8.2.2.p5.
* Remove bad144 program.phk1999-11-271-1/+0
|
* rewire userland ipfilter programsguido1999-11-231-0/+7
|
* Add rpc.umntall utility, to be used by startup and shutdown scriptsdillon1999-11-211-0/+1
| | | | | | to replace (broken) umntall signal code previously in mountd. Submitted by: Martin Blapp <mb@imp.ch>
* Enable mixer on alpha.dfr1999-11-131-1/+1
|
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+2
| | | | | | | | | | Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
* mergemaster bmake glue.billf1999-10-201-0/+1
|
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-101-7/+0
| | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Some floppy related commands (fdformat, fdwrite, fdcontrol) need not bemjacob1999-08-101-4/+4
| | | | restricted to i386.
* Activate building of elf2exe for MACHINE_ARCH==alpha.se1999-07-281-1/+5
|
* Activate kgzip.rnordier1999-07-191-1/+2
|
* Activate apmd.iwasaki1999-07-101-1/+2
|
* Port pnpinfo to alpha.dfr1999-05-221-2/+2
|
* Move sysctl/ to src/sbin/ where it now belongs.obrien1999-05-101-2/+1
| | | | Repository copied by: Peter
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | adapter (and some workalikes). Also add man pages and a wicontrol utility to manipulate some of the card parameters. This driver was written using information gleaned from the Lucent HCF Light library, though it does not use any of the HCF Light code itself, mainly because it's contaminated by the GPL (but also because it's pretty gross). The HCF Light lacks certain featurs from the full (but proprietary) HCF library, including 802.11 frame encapsulation support, however it has just enough register information about the Hermes chip to allow someone with enough spare time and energy to implement a proper driver. (I would have prefered getting my hands on the Hermes manual, but that's proprietary too. For those who are wondering, the Linux driver uses the proprietary HCF library, but it's provided in object code form only.) Note that I do not have access to a WavePOINT access point, so I have only been able to test ad-hoc mode. The wicontrol utility can turn on BSS mode, but I don't know for certain that the NIC will associate with an access point correctly. Testers are encouraged to send their results to me so that I can find out if I screwed up or not.
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a seriously beefed up chroot kind of thing. The process is jailed along the same lines as a chroot does it, but with additional tough restrictions imposed on what the superuser can do. For all I know, it is safe to hand over the root bit inside a prison to the customer living in that prison, this is what it was developed for in fact: "real virtual servers". Each prison has an ip number associated with it, which all IP communications will be coerced to use and each prison has its own hostname. Needless to say, you need more RAM this way, but the advantage is that each customer can run their own particular version of apache and not stomp on the toes of their neighbors. It generally does what one would expect, but setting up a jail still takes a little knowledge. A few notes: I have no scripts for setting up a jail, don't ask me for them. The IP number should be an alias on one of the interfaces. mount a /proc in each jail, it will make ps more useable. /proc/<pid>/status tells the hostname of the prison for jailed processes. Quotas are only sensible if you have a mountpoint per prison. There are no privisions for stopping resource-hogging. Some "#ifdef INET" and similar may be missing (send patches!) If somebody wants to take it from here and develop it into more of a "virtual machine" they should be most welcome! Tools, comments, patches & documentation most welcome. Have fun... Sponsored by: http://www.rndassociates.com/ Run for almost a year by: http://www.servetheweb.com/
* \begin{bdemode}obrien1999-04-281-2/+2
| | | | | sort tcpd* entries \end{bdemode}
* Build memcontrol too.msmith1999-04-071-1/+2
|
* Build tcp_wrappers' userland. I am not building tcpd, because in a daymarkm1999-03-141-1/+3
| | | | | or two, inetd will gain the necessary functionality. At that stage, I'll make wrapping the default for sendmail and portmapper as well.
* src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp)brian1999-03-121-2/+1
|
* Activate boot0cfg.rnordier1999-02-211-1/+2
|
* Back out 1.146 - usbd is already enabled.msmith1999-01-111-2/+1
|
* Add usbd to the buildmsmith1999-01-111-1/+2
|
* Added usbd and usbdevsn_hibma1999-01-101-1/+3
|
* Reconnect pcvt hooks..peter1999-01-011-1/+2
| | | | Reviewed by: core
OpenPOWER on IntegriCloud