summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-312001-12-31 Roland McGrath <roland@frob.com>Roland McGrath
* url.c (url_decode): Don't clobber *ENC in the dummy run.
2001-12-31.Roland McGrath
2001-12-312001-12-31 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (store_nbd_open): Make sure the store's name always starts with the "nbd://" prefix.
2001-12-312001-12-31 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (store_nbd_open): Make sure the store's name always starts with the "nbd://" prefix.
2001-12-31restore rev 1.7 change somehow lost in the shuffleRoland McGrath
2001-12-31.Roland McGrath
2001-12-312001-12-30 Roland McGrath <roland@frob.com>Roland McGrath
* storeread.c (main): Fix argument order in `error' call.
2001-12-31.Roland McGrath
2001-12-312001-12-30 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (nbd_read): Request multiple chunks of up to NBD_IO_MAX each. Handle needing multiple io_read calls to receive a single chunk.
2001-12-30.Roland McGrath
2001-12-302001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (nbdopen): Fix in last change. (nbd_read): Let LEN receive the result count from io_read.
2001-12-30.Roland McGrath
2001-12-302001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (nbdopen): Fix in last change.
2001-12-30.Roland McGrath
2001-12-302001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (NBD_IO_MAX): New macro. (nbd_write): Write in chunks no larger than NBD_IO_MAX. (nbd_read): Cap AMOUNT to NBD_IO_MAX.
2001-12-30.Roland McGrath
2001-12-302001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (nbd_validate_name): Skip : before port number. (nbdopen): Fix test after connect loop. Use multiple read calls as needed to get the whole connection header.
2001-12-29.Roland McGrath
2001-12-292001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (nbd_validate_name): Skip : before port number.
2001-12-29.Roland McGrath
2001-12-292001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* data-init.c, object-create.c: Removed obsolete files.
2001-12-292001-12-29 Roland McGrath <roland@frob.com>Roland McGrath
* netfs.c (netfs_attempt_statfs): Implement this, returning all zeros except for f_type and f_fsid.
2001-12-292001-12-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* rules (configure): Don't call aclocal. * control (Build-Depends): We don't need automake.
2001-12-292001-12-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* control (Build-Depends): Add automake and autoconf to build dependencies. Reported by Jordi Mallach.
2001-12-29.Roland McGrath
2001-12-292001-10-13 Roland McGrath <roland@frob.com>Roland McGrath
* storage-info.c: New file. * Makefile (SRCS): Add it. * mount.c (mounted_hostname, mounted_nfs_port): New global variables. (mount_root): Set them. * nfs.h: Declare them.
2001-12-29.Roland McGrath
2001-12-292001-12-28 Roland McGrath <roland@frob.com>Roland McGrath
* storeinfo.c (main): Pass STORE_NO_FILEIO to store_create.
2001-12-292001-12-26 Roland McGrath <roland@frob.com>Roland McGrath
* unknown.c: New file. * Makefile (SRCS): Add it. * store.h (store_unknown_class, store_unknown_decode): Declare them. * create.c (store_create): If store_decode fails with EINVAL, and we were called with the STORE_NO_FILEIO flag bit set, then use store_unknown_decode.
2001-12-29.Roland McGrath
2001-12-292001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* fs.c (ftpfs_create): Move braces around to avoid warning.
2001-12-29.Roland McGrath
2001-12-28You saw nothing.Roland McGrath
2001-12-282001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (SRCS): Add url.c to the list.
2001-12-23.Roland McGrath
2001-12-232001-12-23 Roland McGrath <roland@frob.com>Roland McGrath
* kids.c (store_set_child_flags): Move decrement to avoid ill-defined C behavior that gets a warning. (store_clear_child_flags): Likewise.
2001-12-23.Roland McGrath
2001-12-23(find_url_class): You never saw that.Roland McGrath
2001-12-232001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (nbd_validate_name): Accept an optional "nbd://" prefix. (nbdopen): Likewise.
2001-12-232001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* url.c: New file. (store_url_open): New function. (store_url_open_class): New const variable. * store.h: Declare them. * std.c (store_std_classes): Add &store_url_open_class to the list, move &store_nbd_class after it.
2001-12-22.Roland McGrath
2001-12-222001-11-15 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* Makeconf (TAGS) [configured]: Create tags for MiG generated files. * Makefile (TAGS): Generate dependencies respecting broken code markers, i.e. based on $(working-prog-subdirs) and not $(prog-subdirs).
2001-12-22.Roland McGrath
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* i386/thread.c (cthread_sp): Use __thread_stack_pointer.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* streamio.c (create_buffer): extern inline -> static inline (buffer_size, buffer_readable, buffer_writable): Likewise. (clear_buffer, buffer_read): Likewise.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* priv.h (begin_using_protid_port): Change extern inline decl into static inline with __attribute__ ((unused)) (end_using_protid_port): Likewise.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* connq.c (connq_compress): #if 0 out unused function.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* sock.h (sock_deref): Don't define this extern inline. Instead, use static inline and __attribute__ ((unused)). * mig-decls.h (begin_using_sock_user_port): Likewise. (end_using_sock_user_port): Likewise. (begin_using_addr_port): Likewise. (end_using_addr_port): Likewise.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* proc.h (check_owner): Move this extern inline function ... * info.c (check_owner): ... to here, made static inline.
2001-12-22.Roland McGrath