aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix version number.Marcus Brinkmann2001-10-131-1/+1
|
* 2001-10-13 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-124-6/+30
| | | | | | | | | * debian/rules: New dpkg-shlibdeps is more strict and complains about statically linked files, so a new filter is necessary. * debian/control: Add `file' to build dependencies. By Kevin Kreamer <kkreamer@etherhogz.org>. * debian/changelog: Update for new release.
* .Roland McGrath2001-10-121-0/+5
|
* 2001-10-11 Roland McGrath <roland@frob.com>Roland McGrath2001-10-121-2/+2
| | | | | * dir-renamed.c (diskfs_rename_dir): Fix bogus assert. From Moritz Schulte <moritz@chaosdorf.de>.
* 2001-10-12 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-122-2/+9
| | | | | * configure.in: If parted/parted.h is found, define HAVE_PARTED_PARTED_H explicitely.
* .Roland McGrath2001-10-071-0/+5
|
* 2001-10-07 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-10-071-0/+27
| | | | | * boot.c (main): Set the boot script variables based on the KERNEL_COMMAND_LINE value.
* .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>.
* 2001-10-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-012-6/+16
| | | | | | | | | | * filters.c (ps_own_filter): Add const to type. (ps_not_leader_filter): Likewise. (ps_unorphaned_filter): Likewise. (ps_ctty_filter): Likewise. (ps_parent_filter): Likewise. (ps_alive_filter): Likewise. Submitted by Maurizio Boriani <baux@debian.org>.
* 2001-10-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-012-2/+7
| | | | | * file-getfh.c (diskfs_S_file_getfh): Fix tag of diskfs_fhandle. Submitted by Maurizio Boriani <baux@debian.org>.
* 2001-10-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-012-1/+6
| | | | | * ufs.h (swab_long_long): Use LL, not lL, for constant. Submitted by Maurizio Boriani <baux@debian.org>.
* 2001-10-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-10-014-2/+223
| | | | | | * changelog: Update to current version. * update-rc.d: New file moved from dpkg to here. * rules: Install update-rc.d.
* .Roland McGrath2001-10-012-0/+11
|
* 2001-09-30 Roland McGrath <roland@frob.com>Roland McGrath2001-10-011-1/+30
| | | | | * node.c (diskfs_S_file_get_storage_info): Implement it to return the memory object port with STORAGE_MEMORY.
* 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-301-0/+4
|
* 2001-09-30 Roland McGrath <roland@frob.com>Roland McGrath2001-09-301-40/+40
| | | | * pass5.c (pass5): A little manual CSE makes buggy gcc not to crash.
* .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].
* 2001-08-31 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-09-095-28/+71
| | | | | | | | | | | | * file-get-translator.c (netfs_S_file_get_translator): If asprintf() fails, set ERR to errno. * dir-lookup.c (netfs_S_dir_lookup): Catch if asprintf() fails and return ENOMEM. If netfs_make_protid() fails, set ERROR to errno, not ENOMEM. Do this before freeing USER. * dir-mkfile.c (netfs_S_dir_mkfile): If netfs_make_protid() fails, set ERROR to errno and free USER. * file-exec.c (netfs_S_file_exec): Likewise. Reported by Igor Khavkine <i_khavki@alcor.concordia.ca>.
* .Roland McGrath2001-09-071-0/+4
|
* 2001-09-06 Roland McGrath <roland@frob.com>Roland McGrath2001-09-071-4/+7
| | | | * MAKEDEV.sh (pty cases): Remove ptyT? from the set. Add pty?[g-v].
* .Roland McGrath2001-08-262-0/+16
|
* 2001-08-25 Roland McGrath <roland@frob.com>Roland McGrath2001-08-261-4/+24
| | | | | * configure.in: Add a check for Parted's libraries. (PARTED_LIBS): New variable, substitute it.
* 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-252-0/+18
|
* 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).
* 2001-08-24 Roland McGrath <roland@frob.com>Roland McGrath2001-08-251-0/+3
| | | | * config.make.in (PARTED_LIBS): New variable, substituted by configure.
* 2001-08-24 Roland McGrath <roland@frob.com>Roland McGrath2001-08-251-2/+2
| | | | | * Makeconf ($(libname).so.$(hurd-version)): Replace $($@-LDFLAGS) with $($(libname).so-LDFLAGS).
* .Roland McGrath2001-08-241-0/+4
|
* 2001-08-23 Roland McGrath <roland@frob.com>Roland McGrath2001-08-241-46/+5
| | | | * lockfile.c: Rewritten to use macros now defined by libc.
* .Roland McGrath2001-08-241-0/+8
|