aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2002-06-021-0/+4
|
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-06-021-7/+7
| | | | * bootstrap.c (main): int -> integer_t for boot_script values.
* .Roland McGrath2002-06-022-0/+19
|
* finish reverting unintentional checkin, take 3Roland McGrath2002-06-021-1/+1
|
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-06-021-3/+3
| | | | | * node.c (diskfs_S_file_get_storage_info): Return a null port when the peropen is not open for read/write. Set STORE_READONLY if O_WRITE set.
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-06-022-4/+4
| | | | | | | | * dir.c (dirscanblock): Use %z format. (diskfs_get_directs): Likewise. * ext2fs.c (main): Likewise. * hyper.c (get_hypermetadata): Likewise. * pager.c (pager_unlock_page): Likewise.
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-06-022-10/+10
| | | | | | | | | | | | | * dir.c (dirscanblock): Use %z format. (diskfs_get_directs): Likewise. * ext2fs.c (main): Likewise. * hyper.c (get_hypermetadata): Likewise. * pager.c (pager_unlock_page): Likewise. 2002-05-28 Roland McGrath <roland@frob.com> * ext2fs.c (diskfs_append_args): unsigned -> size_t * dir.c (count_dirents): int -> size_t (diskfs_get_directs): u_int -> size_t
* 2002-06-02 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-022-6/+14
| | | | | | * console.c (vcons_lookup): Correct nesting. (vcons_release): Negate if condition. Delete VCONS_LIST in CONS with last virtual console.
* 2002-06-02 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-022-1/+7
| | | | | | * mux.c (netfs_get_dirents): Initialize COUNT with 2, to take into account the DOT and DOTDOT directories when skipping over the first FIRST_ENTRY entries.
* .Roland McGrath2002-06-011-0/+3
|
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-06-012-17/+36
| | | | | * cthreads.h: Do not define WAIT_DEBUG to affect inlines. * options.h: Not here either.
* finish reverting unintentional checkinRoland McGrath2002-06-011-2/+2
|
* .Roland McGrath2002-06-011-0/+7
|
* 2002-05-31 Roland McGrath <roland@frob.com>Roland McGrath2002-06-011-3/+2
| | | | | | * boot.c: Don't include "exec_S.h". * boot.c (boot_script_exec_cmd): Fix typos: {I386,ALPHA}_THREAD_STATE -> {i386,ALPHA}_THREAD_STATE_COUNT
* .Roland McGrath2002-05-311-0/+1
|
* 2002-05-31 Roland McGrath <roland@frob.com>Roland McGrath2002-05-311-1/+2
| | | | | | * Makefile (LINUXSRCS): Search for .S files as well as .c files for arch-lib-srcs modules. (OBJS): .S -> .o as well as .c -> .o
* .Roland McGrath2002-05-311-0/+7
|
* 2002-05-31 Roland McGrath <roland@frob.com>Roland McGrath2002-05-311-1/+3
| | | | * sched.c (net_bh_worker): Add return stmt to quiet gcc warning.
* 2002-05-31 Roland McGrath <roland@frob.com>Roland McGrath2002-05-311-1/+1
| | | | | * Makefile (LINUXSRCS): Search for .S files as well as .c files for arch-lib-srcs modules.
* revert unintentional checkinRoland McGrath2002-05-291-6/+0
|
* revert unintentional checkinRoland McGrath2002-05-291-1/+1
|
* .Roland McGrath2002-05-291-0/+6
|
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-1/+1
| | | | * elfcore.c (dump_core): int -> size_t
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-9/+12
| | | | * hashexec.c (check_hashbang): Fix fs id port arg in io_identity call.
* .Roland McGrath2002-05-292-0/+23
|
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-2/+2
| | | | * nfsd.h (struct proctable): [0] -> [], for newfangled GCC.
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-293-3/+396
| | | | | | | | | | * linux-src/arch/alpha/lib/csum_partial_copy.c: New file, taken verbatim from Linux 2.2.14. * Makefile (arch-lib-srcs): Add csum_partial_copy.c. (LINUXSRCS): Match $(arch-lib-srcs) subset in arch/$(asm_syntax)/lib. (OBJS): Use delayed evaluation. * glue-include/asm/uaccess.h (__get_user): New macro. (__m): New macro.
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-293-3/+9
| | | | | | | * linux-src/include/linux/net.h (struct socket) [_HURD_]: New member `st_ino'. * io-ops.c (S_io_stat, S_io_identity): Use that. * socket.c (sock_alloc): Initialize it with a monotonic counter.
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-2/+2
| | | | * ethernet.c (setup_ethernet_device): u_int -> size_t
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-5/+8
| | | | * stubs.c: Use __attribute__ instead of #pragma for aliases.
* .Roland McGrath2002-05-291-0/+1
|
* 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.