summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Exclude pppctl on ia64 due to libc_r. I had been building withpeter2001-11-041-1/+1
| | | | -DNOLIBC_R, but this is a little safer.
* ia64 support: move pnpinfo to i386 and alpha sections for now. i386 haspeter2001-10-231-3/+7
| | | | | | | native inb/outb etc, and alpha has libio. ia64 doesn't have any yet. move pppctl to the NOLIBC_R section (libc_r is not possible on ia64 in its present form due to assumptions about setjmp/longjmp magic)
* Add kldxref(8), for maintaining the linker.hints file for translatingpeter2001-09-111-0/+1
| | | | | | module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
* Add a new utility that runs an executable detached from themike2001-08-301-0/+1
| | | | | | | controlling terminal. Discussed on: -hackers Obtained from: BSD/OS
* Remove `diskcheckd'. It is now in ports/sysutils.obrien2001-08-281-1/+0
| | | | Consensus on: freebsd-current.
* Correct path (../crypto, not ../../crypto)peter2001-08-181-5/+2
|
* Fix a cryptoless world by disconnecting libmp from the build when there is nosobomax2001-08-021-1/+4
| | | | | | | | | | | crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd
* Add diskcheck-daemon.phk2001-06-031-0/+1
| | | | | | | | | | | | | With a small disk being 20GB these days, chances are pretty good that an ailing sector will not be read while still being recoverable by the drive. Diskcheck daemon will read disks in the background at a low rate and that way give the diskdrive a chance to detect and correct soft read errors before they become hard errors. Idea by: phk Written by: ben
* Remove pim6[ds]d from the tree. The software had a restrictive licenseume2001-06-031-2/+0
| | | | than we can handle. pim6[ds]d are available as ports instead.
* Add NO_I4B to avoid building/installing isdn4bsd package.ru2001-05-231-1/+3
| | | | | Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
* Include fdread(1) into the parent Makefile.joerg2001-05-141-0/+1
|
* Add a ``digi'' driver.brian2001-05-021-0/+1
| | | | | | | | | | | | | | | | | | This driver supports PCI Xr-based and ISA Xem Digiboard cards. dgm will go away soon if there are no problems reported. For now, configuring dgm into your kernel warns that you should be using digi. This driver is probably close to supporting Xi, Xe and Xeve cards, but I wouldn't expect them to work properly (hardware donations welcome). The digi_* pseudo-drivers are not drivers themselves but contain the BIOS and FEP/OS binaries for various digiboard cards and are auto-loaded and auto-unloaded by the digi driver at initialisation time. They *may* be configured into the kernel, but waste a lot of space if they are. They're intended to be left as modules. The digictl program is (mainly) used to re-initialise cards that have external port modules attached such as the PC/Xem.
* Turn on devinfo(8)msmith2001-04-211-0/+1
|
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
* Move wicontrol from i386 to MI section. (yes, it compiles on alpha, wherepeter2001-02-031-1/+1
| | | | | theoretically NEWCARD might work one day). if_wi.c is in the MI config section already.
* Activate sysinstall.jhb2001-01-171-0/+1
|
* Added the lastlogin utility.ru2000-11-141-0/+1
| | | | Obtained from: NetBSD
* Add raycontrol to the build.imp2000-11-121-0/+1
|
* 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.
OpenPOWER on IntegriCloud