Age | Commit message (Collapse) | Author |
|
* ChangeLog: Wipe out content, and add instructions about how to get it back.
* auth/ChangeLog: Remove file.
* benchmarks/ChangeLog: Likewise.
* boot/ChangeLog: Likewise.
* bsdfsck/ChangeLog: Likewise.
* config/ChangeLog: Likewise.
* console-client/ChangeLog: Likewise.
* console/ChangeLog: Likewise.
* daemons/ChangeLog: Likewise.
* defpager/ChangeLog: Likewise.
* doc/ChangeLog: Likewise.
* exec/ChangeLog: Likewise.
* ext2fs/ChangeLog: Likewise.
* fatfs/ChangeLog: Likewise.
* fstests/ChangeLog: Likewise.
* ftpfs/ChangeLog: Likewise.
* hostmux/ChangeLog: Likewise.
* hurd/ChangeLog: Likewise.
* include/ChangeLog: Likewise.
* init/ChangeLog: Likewise.
* isofs/ChangeLog: Likewise.
* libcons/ChangeLog: Likewise.
* libdirmgt/ChangeLog: Likewise.
* libdiskfs/ChangeLog: Likewise.
* libfshelp/ChangeLog: Likewise.
* libftpconn/ChangeLog: Likewise.
* libhurdbugaddr/ChangeLog: Likewise.
* libihash/ChangeLog: Likewise.
* libiohelp/ChangeLog: Likewise.
* libnetfs/ChangeLog: Likewise.
* libpager/ChangeLog: Likewise.
* libpipe/ChangeLog: Likewise.
* libports/ChangeLog: Likewise.
* libps/ChangeLog: Likewise.
* libshouldbeinlibc/ChangeLog: Likewise.
* libstore/ChangeLog: Likewise.
* libthreads/ChangeLog: Likewise.
* libtrivfs/ChangeLog: Likewise.
* login/ChangeLog: Likewise.
* mach-defpager/ChangeLog: Likewise.
* nfs/ChangeLog: Likewise.
* nfsd/ChangeLog: Likewise.
* pfinet/ChangeLog: Likewise.
* pflocal/ChangeLog: Likewise.
* proc/ChangeLog: Likewise.
* release/ChangeLog: Likewise.
* serverboot/ChangeLog: Likewise.
* storeio/ChangeLog: Likewise.
* sutils/ChangeLog: Likewise.
* term/ChangeLog: Likewise.
* tmpfs/ChangeLog: Likewise.
* trans/ChangeLog: Likewise.
* ufs-fsck/ChangeLog: Likewise.
* ufs-utils/ChangeLog: Likewise.
* ufs/ChangeLog: Likewise.
* usermux/ChangeLog: Likewise.
* utils/ChangeLog: Likewise.
|
|
* Makefile (HURDLIBS): New variable.
|
|
* mkfs.c (parse_opt): Move UP's functionality into UP_INT in order to
fix invalid lvalues.
|
|
|
|
* mkfs.c (iput): Use %Ld format for ino_t values.
|
|
|
|
* dlabel.c (fd_get_device): Only deallocate NODE if store_create fails.
Found by Michael Teichgraeber <gnubert@web.de>.
|
|
|
|
* mkfs.c (fsinit): Set the root directory's owner/group to the user's.
Suggested by Michael Teichgraeber <gnubert@web.de>.
|
|
|
|
* mkfs.c [!STANDALONE]: Include <time.h> for decl.
* stati.c: Likewise.
|
|
|
|
* dlabel.c (fd_get_device): Check STORE->class->id, not STORE->class.
|
|
|
|
* mkfs.c (mkfs): Set SBLOCK.fs_clean. New file systems are always
clean.
|
|
* dlabel.c: Don't include <mach/sa/sys/ioctl.h>.
(_IOR, _IOC, IOC_OUT, IOCPARM_MASK): New macros.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<hurd.h>: New include.
|
|
|
|
|
|
|
|
<hurd/store.h>: New include.
|
|
|
|
(all): Delete target.
($(targets)): Each target depends on its associated .o.
|
|
which flag the user can use to supply the needed information.
(mkfs): Fiddle with info message.
|
|
|
|
|
|
(mode_rep): New function.
(timespec_rep): P shouldn't be static.
|
|
(struct amark): New type.
(amarks_add, amarks_contains): New functions.
(default_disklabel): New variable.
(main):
Most arguments are now options (and optional).
Allow many more parameters to be specified.
Consult the disk label for some defaults.
(...most functions...):
Add explicit return type declarations where necessary.
Fix printf format specifications.
Get rid of #ifdefs for MFS.
(started, malloc, realloc, calloc, free): Functions removed.
(mfs, membase): Variables removed.
<stddef.h>, <stdlib.h>, <argp.h>, <assert.h>, <error.h>, <string.h>:
New includes
|
|
(mkfs.ufs): New target.
|
|
|
|
|
|
|
|
(installationdir): New variable, install into $(sbindir).
|
|
|
|
(main): Correct format for fourth arg.
|
|
|
|
|
|
|
|
|
|
|
|
|