aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* ChangeLogNeal H. Walfield2002-04-111-0/+5
|
* 2002-04-10 Neal H Walfield,,, <neal@cs.uml.edu>Neal H. Walfield2002-04-111-2/+1
| | | | | * pager-memcpy.c (pager_memcpy): Pass not the block but the byte offset of the page in question to pager_get_error.
* *** empty log message ***Neal H. Walfield2002-04-101-0/+5
|
* 2002-04-10 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-04-101-43/+153
| | | | | * pager-memcpy.c (VMCOPY_BETTER_THAN_MEMCPY): New macro. (pager_memcpy): Rewritten to use vmcopy.
* Reverting unintended change.Neal H. Walfield2002-04-021-0/+1
|
* ChangeLogNeal H. Walfield2002-04-022-1/+5
|
* 2002-04-01 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-04-021-8/+4
| | | | | * data-request.c (_pager_seqnos_memory_object_data_request): Must hold P->interlock when calling _pager_allow_termination.
* *** empty log message ***Neal H. Walfield2002-04-011-0/+4
|
* 2002-04-01 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-04-011-1/+1
| | | | * pager.c (diskfs_grow): Fix inverted logic.
* *** empty log message ***Neal H. Walfield2002-03-268-0/+57
|
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-30/+36
| | | | | | | | * rpctrace.c (parse_msgid_list): Use ERR, not errno. * shd.c (reap): Use error, not perror. (command): Likewise. (main): Likewise. (run): Use error, not perror. Use ERR, not errno.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-21/+18
| | | | | | | | | * ifsock.c (main): Use ERR, not errno. * symlink.c: Include <error.h> and <errno.h>. (main): Use err, not fprintf and exit. Use error, not perror and exit. Use err, not error. Check for MACH_PORT_NULL explicitly. Check for proper usage of symlink before checking if symlink is started as a translator.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-42/+30
| | | | | | | | * main.c: Include <error.h>. (main): Use error, not fprintf and exit or perror and exit. Use ERR, not errno. Use MACH_PORT_NULL explicitly. * users.c: Include <error.h>. (init_users): Use ERR, not errno. Use error, not perror and exit.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-263-9/+6
| | | | | | * halt.c (main): Use error, not perror. * reboot.c (main): Likewise. * update.c (main): Use error, not perror and exit.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-27/+17
| | | | | | | * fsys.c (init_filesystems): Use error, not fprintf. Use MACH_PORT_NULL explicitly. (write_filesystems): Use error, not fprintf. Use ERR, not errno. * main.c (main): Use error, not perror and exit.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-263-30/+30
| | | | | | * main.c (main): Use error, not perror and exit. Use ERR, not errno. * mount.c (mount_root): Likewise. * rpc.c (rpc_receive_thread): Use error, not perror.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-2/+1
| | | | | * init-startup.c (_diskfs_init_completed): Use error, not fprintf.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-18/+20
| | | | | | | | * init.c (reboot_mach): Use ERR, not errno. (run): Likewise. (lauch_core_servers): Likewise. (run_for_real): Use MACH_PORT_NULL explicitly. (start_child): Likewise.
* *** empty log message ***Neal H. Walfield2002-03-263-0/+17
|
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-27/+24
| | | | | | | | | * fstests.c: Include <error.h>. (main): Use error, not perror. [HURDISH_TESTS]: Use this rather then having the code in question #if 0'd out. * timertest.c: Include <error.h> and <errno.h> (main): Use error, not perror and exit.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-9/+9
| | | | * console-run.c (open_console): Use ERR, not errno.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-262-4/+5
| | | | * main.c (main): Use error, not fprintf and exit.
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-6/+3
| | | | * boot.c (main): Use error, not perror and exit.
* *** empty log message ***Neal H. Walfield2002-03-261-0/+22
|
* 2002-03-25 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-03-2611-62/+120
| | | | | | | | | | | | | | | | | | | | | | * peropen-make.c (diskfs_make_peropen): Instead of returning the peropen, return as error_t and return the peropen in the new parameter *PPO. * diskfs.h (diskfs_make_peropen): Change declaration to reflect new semantics. * boot-start.c (diskfs_start_bootstrap): Check the return value of diskfs_make_peropen using the new semantics. (diskfs_S_exec_startup_get_info): Likewise. (diskfs_execboot_fsys_startup): Likewise. (diskfs_S_fsys_init): Likewise. * dir-lookup.c (diskfs_S_dir_lookup): Likewise. * dir-mkfile.c (diskfs_S_dir_mkfile): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise. * file-reparent.c (diskfs_S_file_reparent): Likewise. * fsys-getfile.c (diskfs_S_fsys_getfile): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * trans-callback.c (_diskfs_translator_callback2_fn): Likewise. * init-startup.c (diskfs_startup_diskfs): Likewise.
* *** empty log message ***Neal H. Walfield2002-03-261-0/+16
|
* 2001-11-20 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-03-261-34/+31
| | | | | | | | | | | | | | | | * pager.c (MAX_FREE_PAGE_BUFS): Remove obsolete macro. (FREE_PAGE_BUFS): New macro. (free_page_bufs_lock): Make this global variable local to get_page_buf. (free_page_bufs): Likewise. (num_free_page_bufs): Likewise. (get_page_buf): Reimplement using a new caching algorithm based on preallocation of COW zero pages. (free_page_buf): Likewise. (find_block): Documentation fixes.
* .Roland McGrath2002-03-242-0/+5
|
* 2002-03-23 Roland McGrath <roland@frob.com>Roland McGrath2002-03-241-4/+4
| | | | * MAKEDEV.sh (mkdev: shm): Change tmpfs size argument to 50%.
* 2002-03-23 Roland McGrath <roland@frob.com>Roland McGrath2002-03-241-0/+19
| | | | | * tmpfs.c (parse_opt): Grok % suffix on number to mean percentage of the machine's RAM.
* .Roland McGrath2002-03-242-0/+11
|