summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Import FireWire userland utility.simokawa2002-12-301-0/+1
|
* Move elf2aout back to /usr/bin -- it is a general development tool, notobrien2002-12-301-1/+0
| | | | a sysadmin tool.
* Build sysinstall on sparc64.jake2002-11-011-5/+1
|
* Un-remove sysinstall for ia64.peter2002-10-271-1/+2
|
* Explicitly list architectures supporting sysinstallphk2002-10-251-1/+4
|
* Introduce simple command line tools to manage MAC labels on processes andrwatson2002-10-231-0/+4
| | | | | | | | | files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3). Man pages to be updated shortly. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Connect ofwdump to the sparc64 build.tmm2002-10-181-0/+4
|
* Pppctl seems to compile again nowjulian2002-09-191-1/+1
|
* Add i386 to the list of architectures that libc_r is broken on. Thispeter2002-09-171-1/+1
| | | | | effectively removes pppctl from the build for now. It only compiles on alpha now (now ironic).
* Switch over to the new EA manipulation utilities.phk2002-09-021-2/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+1
| | | | | | | | | | kernel access control. Provide ugidfw, a utility to manage the ruleset provided by mac_bsdextended. Similar to ipfw, only for uids/gids and files. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Hook nfsd and mountd back into the build in /usr/sbin, where they make moregordon2002-07-071-0/+2
| | | | | | | | | | sense. Since portmap/rpcbind is in /usr/sbin it doesn't make any sense for nfsd and mountd to be in /sbin. For the record, NetBSD has them in /usr/sbin while OpenBSD has them in /sbin PR: bin/30972 Reviewed by: jake (mentor)
* Don't install obsolete gifconfig(8). Please use ifconfig(8) instead.ume2002-06-151-1/+0
|
* Don't install obsolete prefix(8). We now have `ifconfig eui64'.ume2002-06-151-1/+0
|
* We don't build libc_r on sparc64 for the moment.ru2002-05-311-1/+1
|
* Put on peril sensitive sunglasses and turn C++ stuff back on.peter2002-05-291-3/+0
|
* Move elf2aout to usr.sbin/.ru2002-05-251-0/+1
| | | | Approved by: jake
* Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.obrien2002-05-101-0/+3
|
* sysinstall compiles on sparc64.jake2002-04-201-4/+1
|
* Reactivate sysinstall, it does work on ia64.peter2002-04-081-1/+1
|
* Sysinstall does not work on ia64 and sparc64 yet. :-)obrien2002-04-081-1/+4
|
* Send diskpart to the eternal storage device (SMD probably :-) wherephk2002-04-021-1/+0
| | | | it belongs.
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-211-3/+7
| | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
* Remove ipftest until the committer can actually test his changes.obrien2002-03-201-1/+0
|
* Revert previous revision; sysinstall should build fine now even when cross-des2002-03-151-4/+1
| | | | | building, plus ru says the previous revision didn't actually achieve what it was meant to achieve.
* Don't try to cross-build sysinstall.des2002-03-121-1/+4
|
* Add editmap, a new utility which comes with sendmail 8.12 for editing maps ingshapiro2002-02-171-1/+2
| | | | place.
* Revert rev 1.211, kernel building assistants should live in /sysobrien2002-02-111-1/+0
|
* Turn on makeobjops.obrien2002-02-111-0/+1
|
* 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
|
OpenPOWER on IntegriCloud