summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add mount_devfs to the subdir list.markm1996-02-011-1/+1
|
* Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!)peter1996-01-301-1/+1
|
* Connect fsdb to /sbin makefile...peter1995-11-241-2/+2
|
* As init/Makefile now 'knows' how to build secure code if necessary, cleanmarkm1995-10-011-7/+1
| | | | out the .if (<building secure>) / .endif
* Build secure init if available and allowedache1995-09-291-1/+7
|
* Turn on scsiformat.joerg1995-09-171-7/+8
| | | | reformat.
* Add dumponache1995-05-141-1/+1
|
* Remove all reference to sysinstall - it's going away.jkh1995-05-091-2/+0
|
* I have taken sysinstall out of the normal SUBDIR rule. There are toophk1995-01-311-1/+3
| | | | many build problems just now, and it isn't that general after all.
* Added "scsi"dufault1995-01-241-2/+2
|
* Add dset to Makefile.ugen1995-01-231-1/+1
|
* Move i386-specific programs into i386 subdirectory.wollman1994-12-021-4/+2
|
* add md5pst1994-10-291-1/+1
|
* Add ipfw.jkh1994-10-291-1/+1
|
* Added sysinstallpaul1994-10-151-1/+1
|
* Move `ft' into machine-dependant section.gpalmer1994-10-151-3/+3
|
* Add ft.jkh1994-10-141-1/+1
| | | | Submitted by: babb
* Moce comcontrol, fdisk & mount_msdos out of machine-independance intogpalmer1994-10-021-6/+12
| | | | | | | an I386 specific statement. Also add necessary code to allow machine-dependance in this makefile Reviewed by: rgrimes
* Added mount_msdos.dfr1994-09-191-3/+3
| | | | Obtained from: NetBSD
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-161-4/+0
| | | | | | arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
* Add ip_mroute_mod, if NOLKM is not defined.wollman1994-09-141-0/+4
|
* Add fdisk to SUBDIR.jkh1994-09-131-1/+1
|
* Added comcontrol ...this thing *really* should be renamed.dg1994-08-261-1/+1
|
* adjkerntz addedache1994-08-221-1/+1
|
* fastboot is no longer - don't install it.dg1994-08-211-1/+1
|
* Terry Lambert's loadable kernel module support - modload & modunloaddg1994-08-191-2/+2
| | | | utilities w/improvements from the NetBSD group.
* Comment out missing programs fsdb icheck and ncheck.rgrimes1994-05-281-5/+7
| | | | | | | Comment out porting work needed program scsiformat. Remove XNSrouted and routed as they have been moved to usr.sbin. Reviewed by: Submitted by:
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+10
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud