Add the source code for fdisk, quotacheck, and mount_pcfs to sbin
authorJulian Elischer <julian@dialix.oz.au>
Sun, 4 Apr 1993 00:00:00 +0000 (00:00 +0000)
committerJulian Elischer <julian@dialix.oz.au>
Sun, 4 Apr 1993 00:00:00 +0000 (00:00 +0000)
commit956ef430e979f410898608dc5099f0c54e05e2b1
tree444c90646fd6a62a9fb9645627c1ad996a7dc083
parent9f0184521764370f89ed0586343e8ccfc190e134
Add the source code for fdisk, quotacheck, and mount_pcfs to sbin

This patch adds the source code for the fdisk program that Julian
Elischer wrote.  Includes manual pages and lattest bug fixes as of 4/4/93.

This patch adds the source code for the quotacheck program from
the Net/2 release tape.  There are 2 uninitialized variables in the Net/2
code.  dev_bsize is initialized in the wrong place; this bug only shows
itself if quotacheck is run on more than one disk partition.

This patch adds the source code for the mount_pcfs program that
is part of the pcfs package by Pual Popelka.

AUTHOR: Julian Elischer (???) (fdisk)
AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com) (Net/2 quotacheck)
AUTHOR: Paul Popelka (paulp@uts.amdahl.com) (mount_pcfs)
AUTHOR: Kent Talarico (kent@shipwreck.tsoft.net) (Net/2 quotacheck fixes)
386BSD-Patchkit: patch00111
usr/src/sbin/Makefile
usr/src/sbin/fdisk/Makefile [new file with mode: 0644]
usr/src/sbin/fdisk/fdisk.8 [new file with mode: 0644]
usr/src/sbin/fdisk/fdisk.c [new file with mode: 0644]
usr/src/sbin/mount_pcfs/Makefile [new file with mode: 0644]
usr/src/sbin/mount_pcfs/mount_pcfs.c [new file with mode: 0644]
usr/src/sbin/quotacheck/Makefile [new file with mode: 0644]
usr/src/sbin/quotacheck/quotacheck.8 [new file with mode: 0644]
usr/src/sbin/quotacheck/quotacheck.c [new file with mode: 0644]