aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 2002-05-05 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-7/+16
| | | | | | | | | | | | * fakeroot.c (netfs_attempt_lookup): Unlock DIR before doing RPCs.
* | | .Roland McGrath2002-05-054-1/+28
| | |
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-61/+7
| | | | | | | | | | | | | | | * io-restrict-auth.c (diskfs_S_io_restrict_auth): Use iohelp_restrict_iouser.
* | | 2002-04-02 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-6/+8
| | | | | | | | | | | | * node-make.c (diskfs_make_node): Return early if malloc fails.
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-62/+8
| | | | | | | | | | | | | | | * io-restrict-auth.c (netfs_S_io_restrict_auth): Use iohelp_restrict_iouser.
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-5/+5
| | | | | | | | | | | | | | | * iouser-create.c (iohelp_create_complex_iouser): Add const to args. * iohelp.h: Update decl.
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | * iouser-create.c (iohelp_create_complex_iouser): Add const to args. * iohelp.h: Update decl. * iouser-restrict.c: New file. * Makefile (SRCS): Add it. * iohelp.h: Declare iohelp_restrict_iouser.
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-052-3/+86
| | | | | | | | | | | | | | | | | | * iouser-restrict.c: New file. * Makefile (SRCS): Add it. * iohelp.h: Declare iohelp_restrict_iouser.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-1/+3
| | | | | | | | | | | | * timer-emul.c (timer_function): Add a return stmt.
* | | 2002-05-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-052-2/+21
| | | | | | | | | | | | | | | | | | * fakeauth.c (main): Add ARGP_IN_ORDER to argp_parse invocation. (main: parse_opt): New function. (main): Set parser in ARGP to parse_opt.
* | | .Roland McGrath2002-05-041-0/+5
| | |
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-042-3/+60
| | | | | | | | | | | | | | | * fakeroot.sh: New file. * Makefile (targets, special-targets, SRCS): Add it.
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-041-4/+11
| | | | | | | | | | | | * fakeauth.c (main): Update doc strings, clean up argp_parse call.
* | | .Roland McGrath2002-05-041-0/+10
| | |
* | | 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-041-14/+81
| | | | | | | | | | | | | | | | | | * settrans.c (options): Add --chroot/-C option. (main_opt): Parse that option, take following args until "--" as a command to exec chroot'd to the translated node.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-041-5/+4
| | | | | | | | | | | | * vmstat.c (print_val): Use %lld printf format for val_t.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-041-0/+1
| | | | | | | | | | | | * msgport.c (str2flags): Add break after default: label.
* | | .Roland McGrath2002-05-038-0/+57
| | |
* | | 2002-04-27 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-2/+5
| | | | | | | | | | | | | | | * configure.in: Match $host_cpu of powerpc*, not just powerpc. Match $host_cpu of alpha* to set asm_syntax=alpha.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-0/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | | * fakeauth.c: New file. * Makefile (fakeauth): New target. (targets): Add it. (SRCS): Add fakeauth.c. (auth-MIGSFLAGS, fakeauth-CPPFLAGS, authServer-CPPFLAGS, auth_requestUser-CPPFLAGS): New variables.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-0/+1
| | | | | | | | | | | | * shd.c: Include <error.h> for `error' decl.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fakeauth.c: New file. * Makefile (fakeauth): New target. (targets): Add it. (SRCS): Add fakeauth.c. (auth-MIGSFLAGS, fakeauth-CPPFLAGS, authServer-CPPFLAGS, auth_requestUser-CPPFLAGS): New variables. * Makefile (rpctrace): Put libthreads before libports.
* | | 2002-05-01 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-0/+28
| | | | | | | | | | | | | | | | | | * elfcore.c [ALPHA_THREAD_STATE] (ELF_MACHINE, fetch_thread_regset, fetch_thread_fpregset): New definitions for Alpha CPU.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-1/+3
| | | | | | | | | | | | * auth.c (S_auth_server_authenticate): Take reply port args.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-032-3/+38
| | | | | | | | | | | | | | | * auth.defs (auth_user_authenticate): Add sreplyport argument. * auth_request.defs: New file.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-032-18/+19
| | | | | | | | | | | | | | | * main.c: Include <error.h>. * fsys.c: Likewise.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-0/+1
| | | | | | | | | | | | * mount.c: Include <error.h>.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-032-0/+2
| | | | | | | | | | | | | | | * reboot.c: Include <error.h>. * halt.c: Likewise.
* | | 2002-05-03 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-032-0/+6
| | | | | | | | | | | | | | | * fakeroot.c (netfs_node_norefs): Unlock node after not dropping it at all.
* | | .Roland McGrath2002-05-031-0/+7
| | |
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-2/+3
| | | | | | | | | | | | | | | | | | | | | * Makefile (fakeroot): New target. (targets): Add it. (SRCS): Add fakeroot.c. * fakeroot.c: New file.
* | | 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-0/+569
| | | | | | | | | | | | * fakeroot.c: New file.
* | | added some items for libc 2.3Roland McGrath2002-05-011-0/+5
| | |
* | | .Roland McGrath2002-05-011-0/+4
| | |
* | | 2002-03-24 Roland McGrath <roland@frob.com>Roland McGrath2002-05-011-2/+2
| | | | | | | | | | | | * libthreads.map: Use GLIBC_2.2.6 set instead of GLIBC_2.2.
* | | 2002-05-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-012-1/+5
| | | | | | | | | | | | * Makefile (install): New target, same as install-headers.
* | | 2002-04-30 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-017-5/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * priv.h: Add OPT_NO_INHERIT_DIR_GROUP and OPT_INHERIT_DIR_GROUP. (_diskfs_no_inherit_dir_group): New declaration. * node-create.c (_diskfs_no_inherit_dir_group): New variable. (diskfs_create_node): Implement SysV group behaviour. * opts-common.c (diskfs_common_options): Add --no-inherit-dir-group (--nogrpdir, --sysvgroups) and --inherit-dir-group (--grpdir, --bsdgroups). * opts-append-std.c (diskfs_append_std_options): Add --no-inherit-dir-group if set. * opts-std-startup.c (parse_startup_opt): Add toggle for _diskfs_no_inherit_dir_group. * opts-std-runtime.c (struct parse_hook): Add noinheritdirgroup. (set_opts): Handle H->noinheritdirgroup. (parse_opt): Initialize H->noinheritdirgroup. Handle OPT_NO_INHERIT_DIR_GROUP and OPT_INHERIT_DIR_GROUP.
* | | .Roland McGrath2002-04-271-0/+6
| | |
* | | 2002-04-27 Roland McGrath <roland@frob.com>Roland McGrath2002-04-274-23/+25
| | | | | | | | | | | | | | | | | | * priv.h: Include <link.h> to get ElfW macro. * priv.h, exec.c, main.c, hostarch.c: Use `ElfW(TYPE)' in place of `Elf32_TYPE' throughout.
* | | Beautify last change.Marcus Brinkmann2002-04-241-2/+2
| | |
* | | 2002-04-24 Ognyan Kulev <ogi@fmi.uni-sofia.bg>Marcus Brinkmann2002-04-242-26/+24
| | | | | | | | | | | | | | | | | | | | | * sock.c (sock_shutdown): When both SHUTDOWN_READ and SHUTDOWN_WRITE are set in FLAGS unlock sock->lock after all processing of `sock' is finished. (sock_create): Replace bzero with memset.
* | | Update copyright year.Marcus Brinkmann2002-04-241-1/+1
| | |
* | | We have no use for this file. See copyright.list on GNU central.Roland McGrath2002-04-231-4/+0
| | |
* | | 2002-04-22 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-04-222-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pq.c (packet_set_ports): Correctly replace old ports buffer with new one. Take size of mach_port_t rather than pointer to it. (packet_read_ports): Take size of mach_port_t rather than pointer to it. (pq_queue): Update PACKET->num_ports, PACKET->buf_start and PACKET->buf_end for reused packets as well. Submitted by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
* | | Fix grammatical error, argh!Marcus Brinkmann2002-04-201-1/+1
| | |
* | | ftpfs/Marcus Brinkmann2002-04-205-32/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-04-13 Moritz Schulte <moritz@chaosdorf.de> * ftpfs.c: Include <sys/stat.h> (main): Stat the underlying node and initialize the root node's stat information. * dir.c (ftpfs_refresh_node): If refreshing the root node, simply use the old stat information. libftpconn/ 2002-04-13 Moritz Schulte <moritz@chaosdorf.de> * unix.c: Include <libgen.h>. (struct get_stats_state): New member: searched_name. (ftp_conn_unix_start_get_stats): Return EINVAL if trying to list the root node without listing it's content; set searched_name to the dirname. (ftp_conn_unix_cont_get_stats): If searching for the list info of one entry, skip all other entries.
* | | 2002-04-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-04-202-8/+6
| | | | | | | | | | | | * hurd.texi: Fix section nesting in last change.
* | | Update for new Debian package.Marcus Brinkmann2002-04-181-0/+8
| | |
* | | Make ChangeLog entries aesthetically more pleasant by removing extraneous whiteMarcus Brinkmann2002-04-151-2/+2
| | | | | | | | | | | | space, with special greetings to my friend Alfred.
* | | 2002-02-11 James A. Morrison <ja2morri@student.math.uwaterloo.ca>Marcus Brinkmann2002-04-152-16/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hurd.texi (Translators): Document the options for showtrans and fsystops. 2002-02-11 James A. Morrison <ja2morri@student.math.uwaterloo.ca> * hurd.texi: Add a space before []'s in vector definitions to remove compile warnings. 2002-04-15 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Modifying Directories): Documented dir_mkfile, dir_mkdir dir_rmdir, dir_unlink, dir_link and dir_rename. Submitted by James A. Morrison <ja2morri@student.math.uwaterloo.ca>. 2002-02-11 James A. Morrison <ja2morri@student.math.uwaterloo.ca> * hurd.texi: Updated grub url.