Bruce Evans
9505c10438
Reactivated dumplfs and newlfs.
1997-03-24 04:57:50 +00:00
Guido van Rooij
8f89943eda
Add generation number randomization. Newly created filesystems wil now
...
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
1997-03-23 20:08:22 +00:00
Peter Wemm
01b21ff640
Reactivate fsdb
1997-03-13 12:46:17 +00:00
Peter Wemm
33aa65742b
Disable two newly broken dirs:
...
fsdb (too intimate with old fsck, needs work)
newlfs (doesn't build since Lite2 lfs wasn't merged into kernel)
1997-03-11 12:06:41 +00:00
Bruce Evans
4cca17ae59
Disabled dumplfs. Importing the Lite2 version was a mistake, since
...
many files haven't left the vendor branch and the sys/ufs/lfs hasn't
been merged.
1997-02-17 13:15:42 +00:00
Garrett Wollman
48302f28a0
Disable rdisc, enable routed in new location.
1996-09-16 17:08:23 +00:00
Andrey A. Chernov
9b273b7f01
Return make_union, s-bit removed
1996-05-19 17:24:10 +00:00
Jordan K. Hubbard
bf8788a4bd
Large security hole in mount_union, the underlying filesystem for which doesn't
...
even work. Until pst wakes up, best action deemed to be the simple disabling
of this command.
1996-05-17 08:48:50 +00:00
Garrett Wollman
5e074e31a2
Get rid of the last vestiges of the old MOUNT_* constants in the
...
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.
1996-05-13 17:43:19 +00:00
Satoshi Asami
cdca955f69
Connect ccd man page and ccdconfig to parent Makefiles.
...
Ok'd by: peter
1996-05-04 08:30:22 +00:00
Mike Pritchard
67dab2c8c6
Added mount_ext2fs to SUBDIR list.
1996-02-01 19:04:17 +00:00
Mark Murray
08aeee3046
Add mount_devfs to the subdir list.
1996-02-01 14:01:22 +00:00
Peter Wemm
dbd7e3e1cb
Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!)
1996-01-30 18:44:42 +00:00
Peter Wemm
30a2d5501c
Connect fsdb to /sbin makefile...
1995-11-24 23:17:58 +00:00
Mark Murray
26e19bc736
As init/Makefile now 'knows' how to build secure code if necessary, clean
...
out the .if (<building secure>) / .endif
1995-10-01 15:15:09 +00:00
Andrey A. Chernov
f73c1ad4e0
Build secure init if available and allowed
1995-09-29 19:35:10 +00:00
Joerg Wunsch
229b772d81
Turn on scsiformat.
...
reformat.
1995-09-17 12:52:24 +00:00
Andrey A. Chernov
2ea29df013
Add dumpon
1995-05-14 18:43:25 +00:00
Jordan K. Hubbard
5013b8b22c
Remove all reference to sysinstall - it's going away.
1995-05-09 23:03:22 +00:00
Poul-Henning Kamp
5319d4525a
I have taken sysinstall out of the normal SUBDIR rule. There are too
...
many build problems just now, and it isn't that general after all.
1995-01-31 19:41:08 +00:00
Peter Dufault
d29f6c1ec9
Added "scsi"
1995-01-24 12:08:15 +00:00
Ugen J.S. Antsilevich
e42327af6f
Add dset to Makefile.
1995-01-23 15:45:41 +00:00
Garrett Wollman
1fa33d23b5
Move i386-specific programs into i386 subdirectory.
1994-12-02 23:53:23 +00:00
Paul Traina
23e79aa786
add md5
1994-10-29 23:58:55 +00:00
Jordan K. Hubbard
e2247bbffd
Add ipfw.
1994-10-29 08:22:13 +00:00
Paul Richards
2d5d3e2ca3
Added sysinstall
1994-10-15 14:37:30 +00:00
Gary Palmer
ea3a7da2c8
Move `ft' into machine-dependant section.
1994-10-15 00:08:57 +00:00
Jordan K. Hubbard
288b78cdc3
Add ft.
...
Submitted by: babb
1994-10-14 06:14:58 +00:00
Gary Palmer
3e1d4f3258
Moce comcontrol, fdisk & mount_msdos out of machine-independance into
...
an I386 specific statement. Also add necessary code to allow
machine-dependance in this makefile
Reviewed by: rgrimes
1994-10-02 03:38:08 +00:00
Doug Rabson
5cb2bca1a3
Added mount_msdos.
...
Obtained from: NetBSD
1994-09-19 15:30:36 +00:00
Garrett Wollman
0eec3684ff
Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
...
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.
1994-09-16 20:24:29 +00:00
Garrett Wollman
28d8923ed0
Add ip_mroute_mod, if NOLKM is not defined.
1994-09-14 22:23:47 +00:00
Jordan K. Hubbard
7df428cb21
Add fdisk to SUBDIR.
1994-09-13 05:32:20 +00:00
David Greenman
559c1aff1f
Added comcontrol ...this thing *really* should be renamed.
1994-08-26 16:30:55 +00:00
Andrey A. Chernov
abd0d5ab96
adjkerntz added
1994-08-22 20:21:31 +00:00
David Greenman
6818438323
fastboot is no longer - don't install it.
1994-08-21 04:57:00 +00:00
David Greenman
eeabb58ec9
Terry Lambert's loadable kernel module support - modload & modunload
...
utilities w/improvements from the NetBSD group.
1994-08-19 12:07:23 +00:00
Rodney W. Grimes
b0358078ab
Comment out missing programs fsdb icheck and ncheck.
...
Comment out porting work needed program scsiformat.
Remove XNSrouted and routed as they have been moved to usr.sbin.
Reviewed by:
Submitted by:
1994-05-28 06:24:51 +00:00
Rodney W. Grimes
8fae3551ec
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00