aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-06-07 Roland McGrath <roland@frob.com>Roland McGrath2002-06-081-13/+11
| | | | | | | * hurd_types.defs (dev_t, ssize_t): Remove unused types. (uid_t, gid_t, mode_t, pid_t, off_t, size_t): Use int32/unsigned32. (retry_type, wait_status_t): Likewise. (file_changed_type_t, dir_changed_type_t): Likewise.
* .Roland McGrath2002-06-071-0/+5
|
* 2002-06-07 Roland McGrath <roland@frob.com>Roland McGrath2002-06-071-3/+4
| | | | | * encode.c (store_std_leaf_encode): Do a sizeof comparison to get `too_big' optimized out when store_enc starts using 64 bit offsets.
* .Roland McGrath2002-06-071-0/+5
|
* 2002-06-07 Roland McGrath <roland@frob.com>Roland McGrath2002-06-071-7/+7
| | | | | * firmlink.c (trivfs_S_io_readable): Use intptr_t, not off_t. (trivfs_S_io_read): Likewise.
* .Roland McGrath2002-06-053-0/+18
|
* 2002-06-05 Roland McGrath <roland@frob.com>Roland McGrath2002-06-051-19/+7
| | | | | | | | * procstat.c (fetch_procinfo): Use PI_FETCH_TASKEVENTS. (add_preconditions): PSTAT_TASK_EVENTS no longer needs PSTAT_TASK. (PSTAT_PROCINFO_TASK): Add PSTAT_TASK_EVENTS to the mask. (PSTAT_PROCINFO_MERGE): Here too. (proc_stat_set_flags): Don't use task_info for PSTAT_TASK_EVENTS.
* 2002-06-05 Roland McGrath <roland@frob.com>Roland McGrath2002-06-051-0/+8
| | | | | * info.c (S_proc_getprocinfo): If PI_FETCH_TASKEVENTS is set in *FLAGS, fill in PI->taskevents using task_info with TASK_EVENTS_INFO.
* 2002-06-05 Roland McGrath <roland@frob.com>Roland McGrath2002-06-051-5/+7
| | | | | * hurd_types.h (struct procinfo): New member `taskevents'. (PI_FETCH_TASKEVENTS): New macro.
* .Roland McGrath2002-06-051-0/+4
|
* 2002-06-05 Roland McGrath <roland@frob.com>Roland McGrath2002-06-051-2/+2
| | | | * login-.bash_login: Prepend ~/ to file names.
* 2002-04-05 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2002-06-052-1/+5
| | | | * pager.c (diskfs_grow): Correctly recalculate NEW_SIZE.
* 2002-06-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-058-154/+1983
| | | | | | | | | | | | | * input.h: New file. * input.c: Likewise. * console.h: Likewise. * console.c: Likewise. * display.h: New development version. * display.c: Likewise. * Makefile (SRCS): Replace with files for new console server. (LCLHDRS): Likewise. (HURDLIBS): Likewise. (OBJS): Likewise.
* 2002-06-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-056-7/+12
| | | | | | | * main.c: Include "vcons.h" instead "console.h". * focus.c: Likewise. * Makefile (LCLHDRS): Rename console.h to vcons.h. (SRCS): Rename console.c to vcons.c.
* 2002-06-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-055-4/+12
| | | | | | | | * input.h: Renamed to ... * input-drv.h: ... this. * focus.c: Include "input-drv.h" instead "input.h". * console.c: Likewise. * Makefile (LCLHDRS): Rename input.h to input-drv.h.
* 2002-06-04 James A. Morrison <ja2morri@uwaterloo.ca>Marcus Brinkmann2002-06-052-20/+44
| | | | | | | | | | | | | * spec.c (sprint_frac_value): Added case for values between 1000 and 1023. Make VALUE, FRAC size_t's and return a value of type size_t. (ps_emit_nice_int): Removed function. Replaced by ... (ps_emit_nice_size_t): ... this. New Function. (ps_cmp_size_ts): New function. (ps_vsize_getter): Return a size_t instead of an int. (ps_rsize_getter): Likewise. (ps_get_rmem_frac): MEM_SIZE is now a size_t. (specs): Use ps_emit_nice_size_t instead of ps_emit_nice_int and use ps_cmp_size_ts instead of ps_cmp_ints for RSize and VSize.
* 2002-06-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-043-0/+864
| | | | | * display.h: New file. * display.c: Likewise.
* 2002-06-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-045-3/+11
| | | | | | | | * display.h: Renamed to ... * display-drv.h: ... this. * Makefile (LCLHDRS): Rename display.h to display-drv.h. * console.c: Include "display-drv.h" instead "display.h". * vga-display.c: Likewise.
* 2002-06-03 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-032-2/+7
| | | | * console.c (vcons_release): Fix last change.
* .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
|