| 66460 | 27-Mar-1994 |
bostic |
date and time created 94/03/27 08:06:58 by bostic |
| 66459 | 27-Mar-1994 |
bostic |
Jan-Simon and my new versions of the mount commands table driven options, delete -F in favor of -o being passed down |
| 66458 | 27-Mar-1994 |
pendry |
remove _PATH_EXECDIR, add _PATH_SBIN, _PATH_USRSBIN |
| 66457 | 27-Mar-1994 |
bostic |
add mount_ufs.c getmntopts.c |
| 66443 | 25-Mar-1994 |
bostic |
there's a bug in restore's interactive mode, which occurs when you 'add' a directory not in the dump. From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu> |
| 66403 | 19-Mar-1994 |
sklower |
keeping up with recent flags, and documenting them |
| 66371 | 17-Mar-1994 |
bostic |
Don't install disklabel setgid; it doesn't need to be setgid if it isn't world executable; if it isn't setgid, it can be world executable. From: Craig Leres <leres@ee.lbl.gov> |
| 66364 | 17-Mar-1994 |
bostic |
When rdump aborts, it doesn't always properly close a remote tape. Consider an example: remote tape error. tperror() gets called. If the user decides to punt the dump, it's aborted, and the remote i
When rdump aborts, it doesn't always properly close a remote tape. Consider an example: remote tape error. tperror() gets called. If the user decides to punt the dump, it's aborted, and the remote is never properly closed. From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu>
show more ...
|
| 66312 | 05-Mar-1994 |
pendry |
minor cleanups |
| 66277 | 27-Feb-1994 |
mkm |
set maptype when allocating new inodes |
| 66276 | 27-Feb-1994 |
mkm |
avoid stomping on random blocks when attempting to fix corrupted directories |
| 66246 | 22-Feb-1994 |
bostic |
set the default to 1 |
| 66245 | 22-Feb-1994 |
bostic |
use -n, not a trailing argument; use getopt even if no arguments; don't drop core if NFS not compiled into the kernel; KNF |
| 66244 | 22-Feb-1994 |
bostic |
don't set SIGSYS if debugging |
| 66243 | 22-Feb-1994 |
bostic |
forgot to change the argument parsing for -n |
| 66240 | 22-Feb-1994 |
bostic |
don't drop core if NFS isn't compiled into the kernel |
| 66238 | 22-Feb-1994 |
bostic |
replace trailing number with -n plus argument |
| 66237 | 22-Feb-1994 |
bostic |
add -n, to replace trailing count; note exit status values |
| 66236 | 22-Feb-1994 |
bostic |
get the usage statement right |
| 66235 | 22-Feb-1994 |
bostic |
major cleanup, make it pass lint so I can leave the include files the way I want to, KNF, reasonable error messages |
| 66223 | 22-Feb-1994 |
pendry |
ensure mounts use disjoint parts of the namespace |
| 66222 | 22-Feb-1994 |
pendry |
ensure mounts use disjoint parts of the namespace |
| 66189 | 21-Feb-1994 |
pendry |
pid > 0 && pid != -1 becomes pid > 0 |
| 66178 | 21-Feb-1994 |
mkm |
get rid of redundant CGSIZE definition |
| 66177 | 21-Feb-1994 |
bostic |
merge "ret" and "rval" into one variable; usage() doesn't return; check the return of fscanf |