aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-2/+1
| | | | | | | * symlink.c (S_fsys_getroot, S_fsys_getfile): u_int -> size_t * streamio.c (device_open_reply): size_t -> int for dev_status_t * crash.c (S_msg_report_wait): int -> mach_msg_id_t (S_crash_dump_task): int -> integer_t
* .Roland McGrath2002-05-291-0/+27
|
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-292-14/+18
| | | | | | | | | | | * boot_script.c (boot_script_set_variable): Values int -> integer_t. (boot_script_define_function): Likewise. (boot_script_parse_line): Likewise. (struct sym, struct arg): Likewise. (boot_script_exec): Likewise. (builtin_symbols): Likewise. * boot.c (main): Likewise. * boot_script.h: Update decls.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-214/+51
| | | | | | | | | | | | | | | | | | | | | | | | | * boot_script.c (boot_script_set_variable): Values int -> integer_t. (boot_script_define_function): Likewise. (boot_script_parse_line): Likewise. (struct sym, struct arg): Likewise. (boot_script_exec): Likewise. (builtin_symbols): Likewise. * boot.c (main): Likewise. * boot_script.h: Update decls. * boot.c (boot_script_exec_cmd) [I386_THREAD_STATE]: Conditionalize i386 thread setup code on this. [ALPHA_THREAD_STATE]: Add Alpha thread setup code. (set_mach_stack_args): Obsolete function removed. * boot.c (load_image): u_int -> vm_address_t (ds_xxx_device_get_status, ds_xxx_device_set_status): u_int -> size_t (S_io_restrict_auth, S_io_reauthenticate): Likewise. (ds_device_write, ds_device_read_inband): Likewise. (ds_device_get_status): Likewise. (ds_device_set_status): Likewise. (boot_script_exec_cmd): Likewise. (ds_device_read, ds_device_write_inband): Likewise. (ds_xxx_device_set_filter): Likewise. (ds_device_set_filter): Likewise.
* .Roland McGrath2002-05-292-0/+9
|
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-292-19/+17
| | | | | | | | * io-ops.c (S_io_write, S_io_read): u_int -> size_t (S_io_restrict_auth): Likewise. (S_io_reauthenticate): Likewise. * socket-ops.c (S_socket_getopt, S_socket_setopt): Likewise. (S_socket_send, S_socket_recv): Likewise.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-10/+5
| | | | * symlink.c (S_fsys_getroot, S_fsys_getfile): u_int -> size_t
* .Roland McGrath2002-05-291-0/+2
|
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-2/+16
| | | | * cprocs.c (cproc_block): Can't be static, called from cancel-cond.c.
* .Roland McGrath2002-05-287-0/+67
|
* 2002-05-10 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-8/+8
| | | | | * exec-reauth.c (fshelp_exec_reauth): Always set *SECURE if nonnull, as the comment says we do.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-282-3/+3
| | | | | * streamio.c (device_open_reply): size_t -> int for dev_status_t * crash.c (S_msg_report_wait): int -> mach_msg_id_t
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-287-31/+32
| | | | | | | | | | | * dir-readdir.c (trivfs_S_dir_readdir): u_int -> size_t * file-get-trans.c (trivfs_S_file_get_translator): Likewise. * file-set-trans.c (trivfs_S_file_set_translator): Likewise. * file-getfh.c (trivfs_S_file_getfh): Likewise. * fsys-getroot.c (trivfs_S_fsys_getroot): Likewise. * io-restrict-auth.c (trivfs_S_io_restrict_auth): Likewise * fsys-stubs.c (trivfs_S_fsys_getfile): Likewise. (trivfs_S_fsys_startup): Fix argument type.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-282-5/+5
| | | | | * dir.c (diskfs_get_directs): u_int -> size_t * tmpfs.c (diskfs_append_args): unsigned -> size_t
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-6/+5
| | | | | * devio.c (device_open_reply): int -> size_t (devio_set_bits, devio_mdmctl, devio_mdmstate): Likewise.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-15/+15
| | | | | | | | | | | | | | | | | * fakeauth.c (idvec_copyout): Fix argument type. * pids.c (add_fn_pids): unsigned -> size_t * w.c (add_utmp_procs): Likewise. * login.c (add_canonical_host): Likewise. * ps.c (main): Likewise. * login.c (add_entry, main): Likewise. * settrans.c (main): int -> size_t * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * vmstat.c (main): Use int for FWIDTHS. * ping.c (main): size_t -> socklen_t * fakeauth.c (S_auth_getids, S_auth_makeauth, S_auth_server_authenticate): u_int -> size_t * showtrans.c (main): Cast field width/precision args to int.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-289-31/+30
| | | | | | | | | | | | | | | | * pids.c (add_fn_pids): unsigned -> size_t * w.c (add_utmp_procs): Likewise. * login.c (add_canonical_host): Likewise. * ps.c (main): Likewise. * login.c (add_entry, main): Likewise. * settrans.c (main): int -> size_t * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * vmstat.c (main): Use int for FWIDTHS. * ping.c (main): size_t -> socklen_t * fakeauth.c (S_auth_getids, S_auth_makeauth, S_auth_server_authenticate): u_int -> size_t * showtrans.c (main): Cast field width/precision args to int.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-2/+2
| | | | * storeinfo.c (print_store): Use %z format.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-6/+8
| | | | | * rpctrace.c (print_data): Use if instead of switch to handle FP type sizes, in case double == long double.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-2/+22
| | | | | | * cthreads.h (hurd_condition_wait, condition_implies, condition_unimplies): Restore decls lost in merge. (mutex_clear): Define as mutex_init instead of bogon (lost in merge).
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-4/+15
| | | | | * cthreads.c (cthread_fork_prepare, cthread_fork_parent, cthread_fork_child): Don't call malloc_fork_* (lost in merge).
* .Roland McGrath2002-05-281-0/+5
|
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-9/+14
| | | | | * lockfile.c: Use __attribute__ magic instead of #pragma magic for alias definitions. Don't bother to make them weak.
* .Roland McGrath2002-05-271-0/+18
|
* 2002-05-26 Roland McGrath <roland@frob.com>Roland McGrath2002-05-271-66/+36
| | | | | | | | | | | | | Changes merged from CMU MK83a version: * cthreads.h, options.h: Various cleanups. * call.c, cthread_data.c, sync.c, mig_support.c, stack.c: Likewise. * i386/cthreads.h, i386/thread.c, i386/lock.s: Likewise. * cthread_internals.h: Add decls for internal functions. (struct cproc): Use vm_offset_t for stack_base and stack_size members. Use natural_t for context member. * cprocs.c: Use prototypes for all defns. * cthreads.c: Likewise. (cthread_exit): Cast any_t to integer_t before int.
* 2002-05-26 Roland McGrath <roland@frob.com>Roland McGrath2002-05-271-9/+17
| | | | * alpha/thread.c: #if 0 out the silly bzero decl.
* 2002-05-26 Roland McGrath <roland@frob.com>Roland McGrath2002-05-2711-607/+616
| | | | | | | | | | | | | Changes merged from CMU MK83a version: * cthreads.h, options.h: Various cleanups. * call.c, cthread_data.c, sync.c, mig_support.c: Likewise. * i386/cthreads.h, i386/thread.c, i386/lock.s: Likewise. * cthread_internals.h: Add decls for internal functions. (struct cproc): Use vm_offset_t for stack_base and stack_size members. Use natural_t for context member. * cprocs.c: Use prototypes for all defns. * cthreads.c: Likewise. (cthread_exit): Cast any_t to integer_t before int.
* 2002-05-26 Roland McGrath <roland@frob.com>Roland McGrath2002-05-274-0/+435
| | | | | * alpha/cthreads.h, alpha/thread.c, alpha/csw.S, alpha/lock.S: New files, verbatim from CMU release MK83a user/threads/alpha.
* .Roland McGrath2002-05-271-0/+5
|
* 2002-05-26 Roland McGrath <roland@frob.com>Roland McGrath2002-05-271-9/+9
| | | | | * dir-unlink.c (diskfs_S_dir_unlink): Return EPERM instead of EISDIR, as per POSIX.
* 2002-05-26 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-262-1/+6
| | | | | * magic.c (trivfs_S_dir_readdir): Increment I after comparing it with ENTRY, to fix off-by-one error.
* .Roland McGrath2002-05-241-0/+4
|
* 2002-05-23 Roland McGrath <roland@frob.com>Roland McGrath2002-05-241-2/+1
| | | | * fakeroot.c (netfs_report_access): Always report O_RDWR|O_EXEC.
* 2002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-232-4/+6
| | | | | * Makefile: Fix last change properly, by relaxing the rule again and adding our source dir before the exec dir.
* 2002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-232-2/+14
| | | | | | | * io-read.c (netfs_S_io_read): If desired amount is larger than symlink length, truncate amount. Actually use WHOLE_LINK to store link target temporarily. When reading the link target directly, update *DATALEN.
* .Roland McGrath2002-05-231-0/+6
|
* 2002-05-23 Roland McGrath <roland@frob.com>Roland McGrath2002-05-231-2/+7
| | | | * Makefile (%.msgids, hurd.msgids): New rules.
* 2002-05-23 Roland McGrath <roland@frob.com>Roland McGrath2002-05-231-4/+4
| | | | * newterm.defs: Add routine keywords.
* 2002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-232-1/+9
| | | | * Makefile: Fix last change, constraining vpath even further.
* 2002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-233-3/+16
| | | | | * control (Provides, Replaces, Conflicts): Add fakeroot. * changelog: Update for Debian package.
* Add items about fakeroot.Marcus Brinkmann2002-05-231-0/+14
|
* libstore/Marcus Brinkmann2002-05-234-6/+15
| | | | | | | | | | | | 2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg> * Makefile: Move inclusion of ../Makeconf before using $(srcdir). serverboot/ 2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg> * Makefile: Move inclusion of ../Makeconf before using $(srcdir) and constrain vpath directives to avoid using ../exec/exec.o.
* 2002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-232-5/+13
| | | | | | | | | * fakeroot.c (check_openmodes): Remove spurious if clause. (netfs_attempt_mksymlink): Don't evaluate stat information to get the length of the name, but use the string length of NAME and store it in the new variable NAMELEN. (netfs_S_dir_lookup): Don't always add O_NOLINK to FLAGS, but add it to the mask instead.
* 2002-05-22 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-212-2/+6
| | | | | * process.defs (proc_setlogin): Remove comment about being deprecated. It is used to create login sandboxes.
* 2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg>Marcus Brinkmann2002-05-212-1/+6
| | | | | * rpctrace.c (parse_msgid_list): Fixed the check that tests if we read exactly 3 fields from each line.
* 2002-05-20 Alfred M. Szmidt <ams@kemisten.nu>Marcus Brinkmann2002-05-212-1/+4
| | | | * paths.h (_SERVERS_STARTUP): Macro removed.
* .Roland McGrath2002-05-181-0/+6
|
* 2002-05-16 Roland McGrath <roland@frob.com>Roland McGrath2002-05-181-1/+16
| | | | | | * configure.in (asm_syntax): Add patterns for all the flavors we have pfinet/linux-src/include/asm-* directories for: arm, m68k, mips, sparc, sparc64.
* .Roland McGrath2002-05-181-0/+3
|
* 2002-05-18 Roland McGrath <roland@frob.com>Roland McGrath2002-05-181-7/+21
| | | | | * fakeroot.c (netfs_S_file_exec): Call check_openmodes and extract a ref to the send right with the node locked.