aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2002-01-011-0/+4
|
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2002-01-011-1/+1
| | | | * exec.c (do_exec): thread_array_t -> thread_t *
* .Roland McGrath2001-12-312-0/+9
|
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-312-7/+7
| | | | | * host.c (ps_get_host): Use mach_port_t instead of host_t. * ps.h: Update decl.
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-2/+2
| | | | * disk-pager.c (fault_handler): Use sc_pc instead of sc_eip.
* .Roland McGrath2001-12-312-0/+16
|
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-317-63/+60
| | | | | | | | | | | * auth_reply.defs: Change return code parameters to use `RetCode' keyword, for compatibility with OSF Mach mig. * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-1/+24
| | | | | * configure.in: Check mig for `retcode' keyword support. If not there, add -DRetCode=NoLong.
* .Roland McGrath2001-12-311-0/+2
|
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-1/+2
| | | | * url.c (url_decode): Don't clobber *ENC in the dummy run.
* .Roland McGrath2001-12-311-0/+5
|
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-0/+1
| | | | | * nbd.c (store_nbd_open): Make sure the store's name always starts with the "nbd://" prefix.
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-1/+4
| | | | | * nbd.c (store_nbd_open): Make sure the store's name always starts with the "nbd://" prefix.
* restore rev 1.7 change somehow lost in the shuffleRoland McGrath2001-12-311-7/+17
|
* .Roland McGrath2001-12-311-0/+4
|
* 2001-12-30 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-3/+3
| | | | * storeread.c (main): Fix argument order in `error' call.
* .Roland McGrath2001-12-311-0/+5
|
* 2001-12-30 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-14/+87
| | | | | * 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.
* .Roland McGrath2001-12-301-0/+1
|
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-301-1/+1
| | | | | * nbd.c (nbdopen): Fix in last change. (nbd_read): Let LEN receive the result count from io_read.
* .Roland McGrath2001-12-301-0/+2
|
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-301-1/+1
| | | | * nbd.c (nbdopen): Fix in last change.
* .Roland McGrath2001-12-301-0/+4
|
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-301-16/+40
| | | | | | * 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.
* .Roland McGrath2001-12-301-0/+2
|
* 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-292-0/+9
|
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-292-107/+0
| | | | * data-init.c, object-create.c: Removed obsolete files.
* 2001-12-29 Roland McGrath <roland@frob.com>Roland McGrath2001-12-291-6/+11
| | | | | * netfs.c (netfs_attempt_statfs): Implement this, returning all zeros except for f_type and f_fsid.
* 2001-12-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-12-293-2/+6
| | | | | * rules (configure): Don't call aclocal. * control (Build-Depends): We don't need automake.
* 2001-12-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-12-292-1/+6
| | | | | * control (Build-Depends): Add automake and autoconf to build dependencies. Reported by Jordi Mallach.
* .Roland McGrath2001-12-291-0/+8
|
* 2001-10-13 Roland McGrath <roland@frob.com>Roland McGrath2001-12-294-6/+119
| | | | | | | | * 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.
* .Roland McGrath2001-12-292-0/+13
|
* 2001-12-28 Roland McGrath <roland@frob.com>Roland McGrath2001-12-291-3/+8
| | | | * storeinfo.c (main): Pass STORE_NO_FILEIO to store_create.
* 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/+4
|
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-291-6/+8
| | | | * fs.c (ftpfs_create): Move braces around to avoid warning.
* .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.
* .Roland McGrath2001-12-221-0/+7
|