aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* .Roland McGrath2001-02-261-0/+14
|
* 2001-02-26 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-23/+42
| | | | | | * dir.c (diskfs_get_directs): When using st_size, calculate additional space for . and .. entries. Skip . and .. entries when ENTRY says to. Set d_fileno=2 for .. entry when it is the parent of the filesystem.
* 2001-02-26 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+6
| | | | | | * node.c (diskfs_free_node): Reset hnext's hprevp. (diskfs_node_norefs): Likewise. (diskfs_cached_lookup): Fix insane code for finding existing node ptr.
* 2001-02-26 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+7
| | | | | | * tmpfs.c (main): Don't lock diskfs_root_node after alloc, which already locks it. In root node's mode, clear S_ITRANS bits and set S_IROOT bit.
* .Roland McGrath2001-02-261-0/+4
|
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-262-7/+7
| | | | | | * Makefile (asm/checksum.h): New target. (CPPFLAGS): Don't set _HURD_SYSTYPE. * glue-include/asm/checksum.h: File removed.
* .Roland McGrath2001-02-2615-12/+99
|
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-1/+1
| | | | | * linux-src/include/linux/net.h (struct file): Move forward decl outside of `struct socket' type definition, for gcc-2.96 syntax.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-262-4/+6
| | | | | * storecat.c: Include <stdlib.h> for decls. * w.c: Include <time.h> for decls.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-262-2/+4
| | | | | * mkfs.c [!STANDALONE]: Include <time.h> for decl. * stati.c: Likewise.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-19/+20
| | | | * utilities.c: Include <time.h> for decl.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-268-21/+27
| | | | | | | | | | | * symlink.c: Include <string.h> for decls of built-ins. * firmlink.c: Include <stdlib.h> for exit decl. * ifsock.c: Likewise. * null.c: Likewise. * magic.c: Likewise. * fifo.c: Likewise. * hello.c: Likewise. * hello-mt.c: Likewise.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-47/+48
| | | | * ops.c: Include <string.h> for decls of built-ins.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-19/+18
| | | | | * i386/thread.c: Remove superfluous bzero decl, just include <strings.h> instead.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-5/+5
| | | | * idvec.h: Include <string.h> for memcmp decl.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+6
| | | | * wire.c (map_extent): Add dead return stmt to silence gcc warning.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+3
| | | | * user.c: Include <string.h> for decls of built-ins.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-1/+2
| | | | * pager-memcpy.c: Include <string.h> for memcpy decl.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-4/+7
| | | | * init-first.c: Include <stdlib.h> for exit decl.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-262-3/+35
| | | | | * readonly-changed.c: New file. * Makefile (OTHERSRCS): Add it.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+3
| | | | * lookup.c: Include <stdlib.h> for abort decl.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-3/+2
| | | | * fstests.c (main): sync now returns void.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-5/+5
| | | | * timertest.c: Include <stdlib.h> for decl.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+2
| | | | | * Makefile (ourdevice.defs): Loosen up regexp since some whitespace in the file changed.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-3/+16
| | | | | | * node.c (diskfs_S_file_get_storage_info): New function. * tmpfs.c (diskfs_synchronous): New variable. * node.c: #include <mach/default_pager.h>.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-1/+4
| | | | | * node.c (diskfs_S_file_get_storage_info): New function. * tmpfs.c (diskfs_synchronous): New variable.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-6/+14
| | | | * dir.c (diskfs_lookup_hard): Look up .. disknode's in-core node.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-262-2/+90
| | | | | * pager-stubs.c: New file. * Makefile (SRCS): Add it.
* 2001-02-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-202-0/+6
| | | | | * inode.c: Include <time.h>. Reported by Arkadi E. Shishlov <arkadi@it.lv>.
* 2001-02-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-202-0/+6
| | | | | * timefmt.c: Include <time.h>. Reported by Arkadi E. Shishlov <arkadi@it.lv>.
* 2001-02-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-202-0/+6
| | | | | * connq.c: Include <assert.h>. Reported by Arkadi E. Shishlov <arkadi@it.lv>.
* 2001-02-18 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-182-1/+12
| | | | | * fstab.c (STORE): Only copy when field exists (is non-zero). Reported by Alexey Dejeka <alexey@comail.ru>.
* auth/Marcus Brinkmann2001-02-1220-18/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * auth.c (main): New variable ARGP defining a doc string. Pass address of ARGP to argp_parse(). exec/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * main.c: Change hurd version name from proc to exec. (main): Add period to doc string. ftpfs/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * ftpfs.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. hostmux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * hostmux.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. usermux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * usermux.c (options): Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. trans/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * fifo.c: Make version string say `fifo', not `null'. Add period to doc text in ARGP. * firmlink.c: Add period to doc text in ARGP_DOC, convert semi-colon to colon. * magic.c (options): Add period to DOC. * new-fifo.c (fifo_trans_parse_args): Add doc string to ARGP. Include <version.h>, new global variable ARGP_PROGRAM_VERSION. * crash.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. * hello.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. (hello_argp): Add doc string. * hello-mt.c: Likewise. * streamio.c: Add period to DOC. Change streamdev to streamio in version string. * password.c (main): Add period to doc string in ARGP.
* 2001-02-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-124-0/+28
| | | | | | | * connq.c (connq_destroy): New function. * connq.h: Prototype connq_destroy. * sock.c (sock_free): Call connq_destroy when listen or connect queue exist.
* .Roland McGrath2001-02-111-0/+4
|
* 2001-02-02 Roland McGrath <roland@frob.com>Roland McGrath2001-02-111-2/+2
| | | | * Makefile (prog-subdirs): Add tmpfs.
* 2001-01-15 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2001-01-311-0/+55
| | | | | | | | * netfs.h: Added netfs_get_storage_info. * file-get-storage-info.c (netfs_S_get_storage_info): Calls netfs_get_storage_info instead of providing default response. * file-get-storage-info-default.c: New file. (netfs_get_storage_info): Provides default response.
* daemons/Marcus Brinkmann2001-01-3016-33/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * console-run.c (open_console): Conform to new fshelp_start_translator semantics. init/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * init.c (open_console): Conform to new fshelp_start_translator semantics. libfshelp/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * fshelp.h: Add two new parameters to fshelp_open_fn_t: a port to the new task and a cookie. Add a new parameter, cookie, to fshelp_start_translator and fshelp_start_translator_long that will be passed to fshelp_open_fn_t. * fetch-root.c (fshelp_fetch_root): Conform to new fshelp_start_translator_long semantics. * start-translator-long.c (service_fsys_startup): Likewise. (fshelp_start_translator_long): Likewise. * start-translator.c (fshelp_start_translator): Likewise. libtreefs/ Conform to new fshelp_start_translator semantics. trans/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * pump.c (start_pfinet): Conform to new fshelp_start_translator semantics. utils/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * mount.c (do_mount): Conform to new fshelp_start_translator semantics. * settrans.c (main): Conform to new fshelp_start_translator semantics therby allowing us to print the pid of the an active translator.
* 2001-01-30 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2001-01-302-1/+5
| | | | * diskfs.h: Fix comment (fsys_shutdown -> fsys_goaway).
* 2001-01-15 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2001-01-304-28/+45
| | | | | | | | * netfs.h: Added netfs_get_storage_info. * file-get-storage-info.c (netfs_S_get_storage_info): Calls netfs_get_storage_info instead of providing default response. * file-get-storage-info-default.c: New file. (netfs_get_storage_info): Provides default response.
* 2001-01-30 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2001-01-302-1/+6
| | | | * netfs.h: Fix comment for netfs_nref (finally).
* 2000-12-26 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2001-01-3011-181/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cache.c: Change cache/hash table size to 509, a prime. Use memcpy/memcmp not bcopy/bcmp. Verify return value from malloc and check the result of rpc transaction _and_ do not act if failed. * main.c: Correct the wording of the help messages. Do not bother initializing global variable to 0. Use memcpy/memcmp not bcopy/bcmp. Verify return value from malloc and check the result of rpc transaction _and_ do not act if failed. * mount.c: Check return values of initialize_rpc. Use memcpy/memcmp not bcopy/bcmp. Verify return value from malloc and strdup. Correct comments. (mount_root): Check result of connect. Handle errors consistently. Reverse loops that are if (! c) {} else when appropriate. * mount.h: Protect header with #ifdef. * name-cache.c: Correct dangerous NPARTIALS macro. Use memcpy/memcmp not bcopy/bcmp. (find_cache): Use PARTIAL_THRESH, not the constant. * nfs-spec.h: Protect header with #ifdef. * nfs.c: Use memcpy/memcmp not bcopy/bcmp. * nfs.h: Likewise. * ops.c (netfs_attempt_mkdir): Check return values of initialize_rpc. Use memcpy/memcmp not bcopy/bcmp. Verify return value from malloc and check the result of rpc transaction _and_ do not act if failed. (netfs_attempt_link): Unlock the directory before the rpc transaction. Check the result of rpc transaction _and_ do not act if failed. * pager.c: Remove, we do not use it. * rpc.c: Use memcpy/memcmp not bcopy/bcmp. Verify return value from malloc and check the result of rpc transaction _and_ do not act if failed. (initialize_rpc): Use AUTH_NONE, not the depreciated AUTH_NULL. Return sane values on failure. (generate_xid): Make inline. (link_rpc): New function. Complements unlink_rpc. (conduct_rpc): Use link_rpc. (rpc_receive_thread): Reroll to a single loop.
* .Roland McGrath2001-01-211-0/+1
|
* 2001-01-20 Roland McGrath <roland@frob.com>Roland McGrath2001-01-211-0/+2
| | | | | | | | | | | | | | | | * streamio.c (options): Add aliases --rdonly, --ro for -r. Add aliases --rdwr, -rw for -w. Add new option --writeonly/--wronly/-W. (readonly): Variable removed. (parse_opt): Set trivfs_allow_open for -r/-w/-W. (main): Don't set trivfs_allow_open here. Instead, use it to decide whether to set up input_buffer/output_buffer or not. (open_hook): Use trivfs_allow_open instead of readonly. Check whether read is allowed too. (trivfs_modify_stat): Likewise. (clear_buffer): Do nothing if argument is null. * streamio.c (stream_name, readonly, rdev, nperopens): Remove superfluous zero initializers.
* 2001-01-14 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2001-01-212-7/+11
| | | | * netfs.h: Documentation fixes.
* .Roland McGrath2001-01-201-0/+16
|
* 2001-01-20 Roland McGrath <roland@frob.com>Roland McGrath2001-01-201-67/+82
| | | | | | | | | | | | | | | * streamio.c (options): Add aliases --rdonly, --ro for -r. Add aliases --rdwr, -rw for -w. Add new option --writeonly/--wronly/-W. (readonly): Variable removed. (parse_opt): Set trivfs_allow_open for -r/-w/-W. (main): Don't set trivfs_allow_open here. Instead, use it to decide whether to set up input_buffer/output_buffer or not. (open_hook): Use trivfs_allow_open instead of readonly. Check whether read is allowed too. (trivfs_modify_stat): Likewise. * streamio.c (stream_name, readonly, rdev, nperopens): Remove superfluous zero initializers.
* .Roland McGrath2001-01-171-0/+4
|
* 2001-01-17 Roland McGrath <roland@frob.com>Roland McGrath2001-01-171-1/+1
| | | | * dev.c (dev_buf_discard): Don't check AMOUNT if store_write failed.
* 2001-01-17 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-01-172-6/+7
| | | | | | | * iioctl-ops.c (siocsifXaddr): Remove incorrect comment about isroot. (S_iioctl_siocsifflags): Likewise. (S_iioctl_siocsifmtu): And one more time.