aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Savannah tag.Thomas Schwinge2006-12-031-0/+1
| | |
* | | 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-0316-1252/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/Makefile: Remove file. * debian/README.Debian: Likewise. * debian/TODO: Likewise. * debian/changelog: Likewise. * debian/conffiles: Likewise. * debian/control: Likewise. * debian/copyright: Likewise. * debian/postinst: Likewise. * debian/prerm: Likewise. * debian/rc: Likewise. * debian/rules: Likewise. * debian/servers.boot: Likewise. * debian/shlibs: Likewise. * debian/shlibs.local: Likewise. * debian/update-rc.d: Likewise.
* | | 2006-11-27 Ben Asselstine <benasselstine@canada.com>Thomas Schwinge2006-11-272-4/+24
| | | | | | | | | | | | | | | | | | Thomas Schwinge <tschwinge@gnu.org> * crash.c (trivfs_append_args): Handle CRASH_ORPHANS_HOW.
* | | 2006-11-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-272-7/+12
| | | | | | | | | | | | * crash.c: Correct the usage of the argp documentation string.
* | | 2006-11-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-272-2/+7
| | | | | | | | | | | | * Makefile (HURDLIBS): Add `netfs'.
* | | 2006-11-27 Ben Asselstine <benasselstine@canada.com>Thomas Schwinge2006-11-262-32/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thomas Schwinge <tschwinge@gnu.org> [task #5994 --- ``rpctrace: Consider PREFIX/shared/msgids/*.msgids by default''] * rpctrace.c: Include <stdbool.h> and <argz.h>. (scan_msgids_dir): New function, factored out of the <case 'I'> code, with the change of not directly parsing the files, but instead adding them to an argz vector. (STD_MSGIDS_DIR): New definition. (options): Add new `--nostdinc' option. (main): Handle that new option. Utilize an argz vector. Include the files in STD_MSGIDS_DIR unless prohibited by the new option.
* | | 2006-07-31 Stefan Siegl <stesie@brokenpipe.de>Thomas Schwinge2006-07-312-2/+11
| | | | | | | | | | | | | | | * options.c (trivfs_append_args): Figure out the address of the default gateway and push the --gateway option to argz.
* | | 2006-07-25 Stefan Siegl <stesie@brokenpipe.de>Thomas Schwinge2006-07-253-5/+13
| | | | | | | | | | | | | | | | | | * pq.c (packet_write): Only dereference AMOUNT if it is not the null pointer and document the change. * pq.h (packet_write): Document the change.
* | | 2006-07-24 Ben Asselstine <benasselstine@canada.com>Thomas Schwinge2006-07-242-1/+7
| | | | | | | | | | | | | | | | | | [bug #17135] * psout.c (psout): Exit returning `1' if there aren't any applicable processes.
* | | 2006-07-24 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-07-242-29/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [bug #17127] * Makeconf (clean): Don't remove `*.*_d' files. (%.sdefsi): Add `%.sdefs.d' to the target list. Create these files by specifying `-MD' as a flag for CPP and mangle the output as needed. Include these `*.sdefs.d' files instead of `*.migs_d' and `*.migsh_d' files. (%.udefsi): Likewise for `%.udefs.d' / `*.migu_d' and `*.miguh_d'. (%.migs_d, %.migu_d, %.migsh_d, %.miguh_d): Remove targets.
* | | 2006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Thomas Schwinge2006-07-112-2/+15
| | | | | | | | | | | | | | | * node.c (ftpfs_create_node): Check the result from hurd_ihash_add(). Add E to the hash table instead of NEW.
* | | 2006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Thomas Schwinge2006-07-112-2/+8
| | | | | | | | | | | | | | | * ihash.c (add_one): Cast VALUE with (hurd_ihash_locp_t *) instead of (hurd_ihash_locp_t).
* | | 2006-06-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-06-282-2/+6
| | | | | | | | | | | | * Makefile (HURDLIBS): Add `iohelp' and `ports'.
* | | 2006-06-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-06-282-2/+7
| | | | | | | | | | | | * Makefile (HURDLIBS): Add `pager'.
* | | *** empty log message ***Thomas Schwinge2006-06-151-1/+1
| | |
* | | 2006-06-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-06-152-16/+17
| | | | | | | | | | | | | | | * io-seek.c (netfs_S_io_seek): Return EINVAL if file pointer would become negative.
* | | 2006-06-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-06-152-8/+16
| | | | | | | | | | | | | | | * open.c (open_seek): Seek into the correct direction for `SEEK_END'. Return EINVAL if file pointer would become negative.
* | | 2006-06-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-06-153-16/+28
| | | | | | | | | | | | | | | | | | * hello-mt.c (trivfs_S_io_seek): Seek into the right direction for `SEEK_END'. Return EINVAL if file pointer would become negative. * hello.c (trivfs_S_io_seek): Likewise.
* | | 2006-04-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-04-272-0/+10
| | | | | | | | | | | | | | | * ethernet.c (ether_filter) [NETF_IN]: Prefix `NETF_IN' to the actual rules.
* | | Using `syslog' for the Hurd servers:Thomas Schwinge2006-04-251-1/+0
| | | | | | | | | | | | http://savannah.gnu.org/task/?func=detailitem&item_id=5490
* | | Update. Link to the Savannah task tracker.Thomas Schwinge2006-04-251-4/+11
| | |
* | | Handling the RTC being in local time:Thomas Schwinge2006-04-251-3/+0
| | | | | | | | | | | | http://savannah.gnu.org/task/?func=detailitem&item_id=5492
* | | 2006-03-25 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-252-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | [bug #15808] * ifsock.c: Include <argp.h>, <sys/cdefs.h> and <version.h>. (__XSTRING): New macro. (argp_program_version, doc, argp): New variables. (main): Call argp_parse(). Based on a patch by Ben Asselstine <benasselstine@gmail.com>.
* | | Correct date and add Savannah tag.Thomas Schwinge2006-03-211-1/+2
| | |
* | | 2006-03-21 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>Thomas Schwinge2006-03-212-2/+6
| | | | | | | | | | | | * Makeconf (mach_defs_names): Remove `mach_norma' and `norma_task'.
* | | 2006-03-15 Alfred M. Szmidt <ams@gnu.org>Thomas Schwinge2006-03-142-3/+27
| | | | | | | | | | | | | | | | | | | | | * kalloc.c: #include <malloc.h>. (init_hook, malloc_hook, free_hook): New functions. (__malloc_initialize_hook): New variable. (malloc, free): Functions removed.
* | | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-143-7/+18
| | | | | | | | | | | | | | | | | | * ps.c (current_tty_name): Don't declare as static. * rpctrace.c (print_contents): Don't use ?: as a lvalue. (msgids_file_p): Don't declare as static.
* | | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-142-5/+8
| | | | | | | | | | | | | | | * mkfs.c (parse_opt): Move UP's functionality into UP_INT in order to fix invalid lvalues.
* | | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-142-6/+10
| | | | | | | | | | | | * dir.h (DIRECT_NAMELEN): Don't use ?: as a lvalue.
* | | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-143-2/+11
| | | | | | | | | | | | | | | | | | * glue-include/asm/system.h (xchg): Fix invalid lvalue. * linux-src/net/ipv4/tcp_ipv4.c (tcp_v4_rst_req): Don't use ?: as a lvalue.
* | | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-142-3/+7
| | | | | | | | | | | | * loop.c (server_loop): Fix invalid lvalues.
* | | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-142-1/+6
| | | | | | | | | | | | * priv.h: Include <argp.h>.
* | | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-142-5/+16
| | | | | | | | | | | | * boot.c (boot_script_exec_cmd): Fix invalid lvalues.
* | | .Roland McGrath2006-03-051-0/+5
| | |
* | | 2006-03-05 Roland McGrath <roland@frob.com>Roland McGrath2006-03-051-14/+16
| | | | | | | | | | | | | | | * io-seek.c (diskfs_S_io_seek): Return EINVAL if file pointer would become negative.
* | | Correct ChangeLog format and add copyright year 2005.Thomas Schwinge2006-02-042-2/+2
| | |
* | | 2006-01-26 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-01-263-326/+491
| | | | | | | | | | | | | | | * config.guess: Updated from the canonical source. * config.sub: Likewise.
* | | 2006-01-23 Samuel Thibault <samuel.thibault@ens-lyon.org>Marcus Brinkmann2006-01-232-1/+3
| | | | | | | | | | | | * console.c (main): Check CONS instead of MALLOC.
* | | 2006-01-23 Samuel Thibault <samuel.thibault@ens-lyon.org>Marcus Brinkmann2006-01-232-1/+6
| | | | | | | | | | | | | | | * input.c (input_create): Fix arguments order of iconv_open() call.
* | | .Roland McGrath2005-09-251-0/+5
| | |
* | | 2005-09-24 Roland McGrath <roland@frob.com>Roland McGrath2005-09-251-2/+2
| | | | | | | | | | | | | | | * store.h (STORE_STD_CLASS): Use __attribute_used__ macro instead of `unused' attribute.
* | | Revery previous change. Was intended for ams-branch, not HEAD.Neal H. Walfield2005-08-295-287/+221
| | |
* | | pflocal/Neal H. Walfield2005-08-295-221/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-17 Neal H. Walfield <neal@gnu.org> * connq.h (struct connq_request): Remove forward. (connq_listen): Wait for a request to be queued not until there is a connection attempt. Remove REQ parameter. Update callers. (connq_request_complete): Remove declaration. (connq_connect): Wait for a slot to queue a request not until there is an acceptor. Remove SOCK parameter. Update callers. (connq_connect_complete): New declaration. (connq_connect_cancel): New declaration. * connq.c (struct connq): Remove fields noqueue, queue, length, head and tail. Add fields head, tail, count, max, connectors and num_connectors. That is, replace the circular buffer with a singly linked list. (qnext): Remove function. (struct connq_request): Remove field signal, lock, completed and err. Add field next. (connq_request_init): Rewrite according to new semantics. (connq_request_enqueue): New function. (connq_request_dequeue): New function. (connq_create): Update according to new semantics. (connq_destroy): Likewise. (connq_listen): Rewrite to not block until there is a connector but until there is a request in the queue. (connq_request_complete): Remove function. (connq_connect): Rewrite to not block until there is an acceptor but until there is space for a request. (connq_connect_complete): New function. (connq_connect_cancel): New function. (connq_compress): Remove dead code. (connq_set_length): Rewrite. * socket.c (S_socket_connect): Create the server socket here... (S_socket_accept): ... not here.
* | | 2005-07-26 Alfred M. Szmidt <ams@gnu.org>Alfred M. Szmidt2005-07-262-4/+48
| | | | | | | | | | | | | | | | | | | | | | | | * rpctrace.c: Include <fnmatch.h>, <sys/stat.h>, and <dirent.h>. (main, options): Renamed the option `-I' to `-i', and reimplemented `-I' to search a given directory for message ID files. (main): Variable `err' removed.
* | | Fix last change.Marcus Brinkmann2005-07-131-1/+1
| | |
* | | 2005-07-13 Samuel Thibault <samuel.thibault@ens-lyon.org>Marcus Brinkmann2005-07-132-1/+5
| | | | | | | | | | | | * current-vcs.c (repeater_node): Set default.
* | | ext2fs/Marcus Brinkmann2005-07-124-2/+10
| | | | | | | | | | | | | | | | | | | | | fatfs/ 2005-07-12 Marcus Brinkmann <marcus@gnu.org> * pager.c (diskfs_get_filemap): Initialize upi->max_prot to PROT.
* | | 2005-07-12 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2005-07-122-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | * magic.c (magic_getroot): Deallocate DOTDOT if processing here. (magic_open): Do not allocate and deallocate DOTDOT, just consume the reference given to us. (magic_peropen_destroy): New function. (main): If in directory mode, install magic_peropen_destroy hook.
* | | 2005-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Marcus Brinkmann2005-07-117-11/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile (modules): Add `current-vcs' and its rules. * console.c (console_current_id): New function. * input.h (console_current_id): New prototype. * trans.c (struct netnode): New member `symlink_path'. (console_demuxer): Handle case when node it anonymous. (netfs_S_io_select): Likewise. (netfs_S_io_read): Likewise. (netfs_S_io_write): Likewise. (netfs_report_access): Likewise. (netfs_attempt_mksymlink): Implement symlinks. (netfs_attempt_lookup): Likewise. (netfs_attempt_unlink): Likewise. (netfs_attempt_link): Likewise. (netfs_attempt_mkfile): Likewise. (netfs_attempt_readlink): Likewise. (netfs_get_dirents): Likewise. (netfs_create_consnode): Likewise. * trans.h (struct consnode): New members `readlink' and `mksymlink'. * current-vcs.c: New file.
* | | 2005-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>Marcus Brinkmann2005-07-115-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | * priv.h (_cons_file): Prototype moved and renamed to... * cons.h (cons_file): ... this. * init-init.c (cons_init): Updated `_cons_file' reference. * opts-std-startup.c (_cons_file): Renamed into `cons_file'. Updated reference.