aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2002-01-025-0/+26
|
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-022-5/+12
| | | | | | * rpctrace.c (traced_spawn) [KERN_INVALID_LEDGER]: Pass extra arguments to task_create for OSF variant. * shd.c (run): Likewise.
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-2/+6
| | | | | * start-translator-long.c (fshelp_start_translator_long) [KERN_INVALID_LEDGER]: Pass extra args to task_create for OSF variant.
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-2/+7
| | | | | * boot-start.c (diskfs_start_bootstrap) [KERN_INVALID_LEDGER]: Pass extra arguments to task_create for OSF variant.
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-4/+17
| | | | | * init.c [KERN_INVALID_LEDGER]: Pass extra arguments to task_create for OSF variant.
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-1/+5
| | | | | * exec.c (do_exec) [KERN_INVALID_LEDGER]: Pass extra arguments to task_create for OSF variant.
* .Roland McGrath2002-01-022-0/+11
|
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-022-9/+8
| | | | | | * io.defs (io_write, io_read, io_readable): Use size_t in place of mach_msg_type_number_t. * socket.defs (socket_send, socket_recv): Likewise.
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-8/+8
| | | | | * exec.defs (exec_exec, exec_setexecdata): Use SCP macro in place of `, servercopy'.
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-0/+2
| | | | * execmutations.h (SERVERCOPY): New macro.
* .Roland McGrath2002-01-021-0/+4
|
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-9/+3
| | | | * nbd.c (htonll): Make this a macro using bswap_64 from <byteswap.h>.
* .Roland McGrath2002-01-022-2/+4
|
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-028-46/+52
| | | | | | | | | | | | * hurd_types.defs (RETURN_CODE_ARG): New macro, definition depends on [HAVE_MIG_RETCODE]. * auth_reply.defs: Replace return code args with that. * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-3/+3
| | | | * configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE.
* .Roland McGrath2002-01-022-2/+6
|
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-027-46/+46
| | | | | | | | | | * auth_reply.defs: RetCode -> RETCODE * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-3/+2
| | | | * configure.in: Make that "-DRETCODE=".
* .Roland McGrath2002-01-022-0/+10
|
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-3/+3
| | | | * configure.in: Fix last change to use IsNotLong instead of NoLong.
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-023-15/+15
| | | | | | * fsys_reply.defs: retcode -> RetCode * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
* .Roland McGrath2002-01-021-0/+8
|
* 2001-12-28 Roland McGrath <roland@frob.com>Roland McGrath2002-01-023-8/+12
| | | | | | | | * dev.h (struct dev): New member `no_fileio' (flag). * storeio.c (options): Add --no-file-io/-F. (parse_opt): Parse it to set PARAMS->dev->no_fileio. (trivfs_append_args): Add --no-file-io if it's set. * dev.c (dev_open): Pass STORE_NOFILEIO flag if DEV->no_fileio is set.
* .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
|