aboutsummaryrefslogtreecommitdiff
path: root/libstore
Commit message (Collapse)AuthorAgeFilesLines
...
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-301-9/+15
| | | | | | * 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.
* .Roland McGrath2001-12-291-0/+4
|
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-291-18/+8
| | | | * nbd.c (nbd_validate_name): Skip : before port number.
* .Roland McGrath2001-12-291-0/+9
|
* 2001-12-26 Roland McGrath <roland@frob.com>Roland McGrath2001-12-294-3/+202
| | | | | | | | | * 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.
* .Roland McGrath2001-12-291-0/+2
|
* You saw nothing.Roland McGrath2001-12-281-8/+0
|
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-12-282-1/+9
| | | | * Makefile (SRCS): Add url.c to the list.
* .Roland McGrath2001-12-231-0/+6
|
* 2001-12-23 Roland McGrath <roland@frob.com>Roland McGrath2001-12-231-5/+5
| | | | | | * kids.c (store_set_child_flags): Move decrement to avoid ill-defined C behavior that gets a warning. (store_clear_child_flags): Likewise.
* .Roland McGrath2001-12-231-0/+12
|
* (find_url_class): You never saw that.Roland McGrath2001-12-231-8/+0
|
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-12-231-7/+17
| | | | | * nbd.c (nbd_validate_name): Accept an optional "nbd://" prefix. (nbdopen): Likewise.
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-12-233-1/+129
| | | | | | | | | * 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.
* Fix typo in copyright.Roland McGrath2001-10-144-13/+12
|
* .Roland McGrath2001-10-131-1/+1
|
* 2001-10-06 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-10-131-1/+1
| | | | | | * memobj.c: Include "store.h", not <hurd/store.h>. * nbd.c: Likewise. * part.c: Likewise.
* .Roland McGrath2001-10-061-0/+6
|
* 2001-10-06 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-10-062-2/+2
| | | | | | * memobj.c: Include "store.h", not <hurd/store.h>. * nbd.c: Likewise. * parted.c: Likewise.
* 2001-10-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-012-1/+6
| | | | | * part.c: Add const to type. Reported by Jeroen Dekkers.
* 2001-10-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-0115-15/+38
| | | | | | | | | | | | | | | | | | | | * device.c (dev_error): Add a break to silence gcc warning. (store_device_class): Add const to type. * typed.c (store_typed_open_class): Likewise. * file.c (store_file_class): Likewise. * stripe.c (store_concat_class): Likewise. (store_ileave_class): Likewise. * zero.c (store_zero_class): Likewise. * open.c (store_open_class): Likewise. * remap.c (store_remap_class): Likewise. * task.c (store_task_class): Likewise. * copy.c (store_copy_class): Likewise. * gunzip.c (store_gunzip_class): Likewise. * bunzip2.c (store_bunzip2_class): Likewise. * mvol.c (store_mvol_class): Likewise. * memobj.c (store_memobj_class): Likewise. * nbd.c (store_nbd_class): Likewise. Submitted by Maurizio Boriani <baux@debian.org>.
* .Roland McGrath2001-10-011-0/+6
|
* 2001-09-30 Roland McGrath <roland@frob.com>Roland McGrath2001-10-013-1/+197
| | | | | | * memobj.c: New file. * Makefile (SRCS): Add it. * store.h (store_memobj_class, store_memobj_create): Declare them.
* .Roland McGrath2001-09-291-0/+5
|
* 2001-09-29 Roland McGrath <roland@frob.com>Roland McGrath2001-09-291-5/+4
| | | | | * nbd.c (struct nbd_startup): Replace sizehi, sizelo with just size. (nbdopen): Changed use.
* .Roland McGrath2001-09-291-0/+5
|
* 2001-09-28 Roland McGrath <roland@frob.com>Roland McGrath2001-09-291-9/+17
| | | | | * decode.c (store_std_leaf_decode): Actually copy data into MISC. Don't call malloc for it when MISC_LEN is zero, just store null.
* .Roland McGrath2001-09-281-1/+5
|
* 2001-09-27 Roland McGrath <roland@frob.com>Roland McGrath2001-09-281-0/+1
| | | | | * std.c (store_std_classes): Add store_nbd_class. * store.h: Declare it.
* 2001-09-27 Roland McGrath <roland@frob.com>Roland McGrath2001-09-281-0/+1
| | | | * nbd.c (store_nbd_open): Divide reported size by block size.
* .Roland McGrath2001-09-281-0/+1
|
* 2001-09-27 Roland McGrath <roland@frob.com>Roland McGrath2001-09-281-2/+5
| | | | | | | * nbd.c: New file. * Makefile (SRCS): Add it. * store.h (store_nbd_open, _store_nbd_create): Declare them. * std.c (store_std_classes): Add store_nbd_class.
* Comment fixRoland McGrath2001-09-281-1/+1
|
* .Roland McGrath2001-09-281-0/+6
|
* 2001-09-27 Roland McGrath <roland@frob.com>Roland McGrath2001-09-283-1/+422
| | | | | | * nbd.c: New file. * Makefile (SRCS): Add it. * store.h (store_nbd_open, _store_nbd_create): Declare them.
* .Roland McGrath2001-09-161-0/+5
|
* 2001-09-16 Roland McGrath <roland@frob.com>Roland McGrath2001-09-161-5/+8
| | | | | * std.c (store_std_classes): Only include store_part_class if [HAVE_PARTED_PARTED_H].
* .Roland McGrath2001-08-261-0/+11
|
* 2001-08-25 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-08-262-4/+21
| | | | | | | * part.c: New file. * std.c (store_std_classes): Add store_part_class. * store.h (store_part_create): New prototype. (store_part_open): Likewise.
* 2001-08-25 Roland McGrath <roland@frob.com>Roland McGrath2001-08-261-0/+194
| | | | | | | | | | * part.c (store_part_create): Do a run-time check on ped_get_version. 2001-08-25 Neal H Walfield <neal@cs.uml.edu> * part.c: New file. * std.c (store_std_classes): Add store_part_class. * store.h (store_part_create): New prototype. (store_part_open): Likewise.
* .Roland McGrath2001-08-251-0/+8
|
* 2001-08-25 Roland McGrath <roland@frob.com>Roland McGrath2001-08-251-3/+3
| | | | | | | * Makefile (parted.o, parted_pic.o): Pass -nostdlib. 2001-08-25 Neal H Walfield <neal@cs.uml.edu> * Makefile (libstore.so-LDFLAGS): Renamed from LDFLAGS-libstore.so.
* .Roland McGrath2001-08-251-0/+7
|
* 2001-08-24 Roland McGrath <roland@frob.com>Roland McGrath2001-08-251-2/+27
| | | | | | | * Makefile (SRCS): Add part.c here. (OBJS): Mutate part.o -> parted.o here. (parted.o, parted_p.o, parted_pic.o): New targets. (LDFLAGS-libstore.so): Set to $(PARTED_LIBS).
* .Roland McGrath2001-08-151-0/+19
|
* 2001-08-12 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-08-152-8/+9
| | | | | | | | | | * set.c: Do not include <malloc.h>. Include <stdlib.h>, <errno.h> and <mach.h>. (store_set_runs): Use memcpy, not bcopy. (store_set_name): Use strdup, not a strlen, malloc and strcpy. * zero.c (zero_read): When checking if mmap failed, compare against MAP_FAILED, not -1. Use memset, not bzero.
* 2001-08-12 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-08-152-9/+14
| | | | | | | | | | | * copy.c (copy_read): The protocol dictates that *LEN is in bytes, not pages. (copy_write): Be sure that the buffer passed to vm_read is page-aligned. When determining how much to copy, use LEN, not the uninitialized *AMOUNT. (copy_clone): Use memcpy, not bcopy. * derive.c: Include <sys/types.h> and <mach.h>. (_store_derive): Initialize STORE->wrap_src.
* .Roland McGrath2001-08-041-0/+4
|
* 2001-08-03 Roland McGrath <roland@frob.com>Roland McGrath2001-08-041-3/+4
| | | | * Makefile (HURDLIBS): Define it so we link in libshouldbeinlibc.
* fix my e-mail addressMarcus Brinkmann2001-06-161-1/+1
|