Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
ssh://git.savannah.gnu.org/srv/git/hurd/incubator into tarfs
|
|
|
|
|
|
* tarfs.c (tarfs_get_args): Add missing break.
|
|
|
|
* tar.c (tar_get_next_record): Allocate a buffer.
|
|
A call to `error' lacked a format string, leading to build failure
when compiling with stricter CFLAGS.
* debug.c (debug_set_file): Add format string in invocation of error.
|
|
|
|
* tarfs.c (tarfs_parse_opts): Rename sate parameter into state.
|
|
* tarfs.c (tarfs_parse_opts): Gracefully handle the errors using
argp_error instead of error.
|
|
* zipstores.c (ZIP (stream_write_init)): Use ZERR instead of ERR.
|
|
* Makefile (LDFLAGS): Replace -lthreads with -lpthread.
* cache.c: Use pthread functions instead of cthreads functions.
* cache.h: Likewise.
* debug.c: Likewise.
* netfs.c: Likewise.
* tarfs.c: Likewise.
* tarfs.h: Likewise.
* tarlist.c: Likewise.
* zipstores.c: Likewise.
|
|
* tar.c: Import newer mc snapshot.
(strconcat): New function.
(tar_header_hook): Replace `off_t' parameter of function type with
`struct archive *'.
(tar_get_next_record): Initialize `buf' to NULL and n to 0 before calling
`store_read'.
* tar.c: Import newer mc snapshot.
(struct archive): New structure.
* tarfs.c (tar_header_hook): Replace `off_t' parameter of function type with
`struct archive *'.
(tarfs_add_header): Likewise. Pass `archive->current_tar_position'
instead of `offset' to `tar_make_item'. Call `tar_fill_stat' instead of
`tar_header2stat'.
|
|
* Makefile (install): Create target directory, prepend
$(DESTDIR) in front of $(HURD).
|
|
netfs.c (netfs_attempt_utimes): Directly assign `*atime' and `*mtime' to
`node->nn_stat.st_atim' and `node->nn_stat.st_mtim' instead of accessing
`st_atime', `st_atime_usec', `st_mtime', and `st_mtime_usec' fields.
|
|
|
|
|
|
|
|
Initial commit of a libnetfs-based tarfs including a gzip/bzip2 store.
|
|
|