summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-282007-03-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* Makefile (fatfs.static): New target.
2007-03-282007-03-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* main.c (diskfs_readonly): Remove variable. (main): Set `diskfs_readonly' and `diskfs_hard_readonly' to one.
2007-03-252007-03-25 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* isofs/inode.c (read_disknode): Correctly convert from nanoseconds to microseconds.
2007-03-242007-03-24 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* fsys_reply.defs (fsys_syncfs_reply): Fix typo. Reported by Austin Thompson.
2007-03-16The next day is there already...Thomas Schwinge
2007-03-162007-03-16 Ben Asselstine <benasselstine@gmail.com>Thomas Schwinge
Thomas Schwinge <tschwinge@gnu.org> * hurd.texi (Invoking serverboot): Remove. (Server Bootstrap, Boot Scripts): Update.
2007-03-04wrong ChangeLog file, sorrySamuel Thibault
2007-03-042006-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
* libpthread/include/pthread/pthread.h: Add the restrict keyword where appropriate for full compliance. * libpthread/pthread/pt-internal.h: Likewise. * libpthread/sysdeps/generic/bits/mutex.h: Likewise. * libpthread/sysdeps/generic/bits/rwlock.h: Likewise. * libpthread/TODO: Drop that TODO item.
2007-03-032006-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
* libpthread/sysdeps/i386/machine-sp.h (thread_stack_pointer): Optimize esp read. * libpthread/i386/cthreads.h (cthread_sp): Likewise.
2007-02-042007-02-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* maptime.h: Fix a comment.
2007-01-202006-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
Do not let other libraries (like libX11) override libpthread's pthread_mutex_*, pthread_rwlock_* and sem_* dynamic symbols. * libpthread/sysdeps/generic/pt-mutex-destroy.c (pthread_mutex_destroy): Make the alias strong. * libpthread/sysdeps/generic/pt-mutex-init.c (pthread_mutex_init): Likewise. * libpthread/sysdeps/generic/pt-mutex-lock.c (_pthread_mutex_lock, pthread_mutex_lock): Likewise. * libpthread/sysdeps/generic/pt-mutex-trylock.c (_pthread_mutex_trylock, pthread_mutex_trylock): Likewise. * libpthread/sysdeps/generic/pt-mutex-unlock.c (_pthread_mutex_lock, pthread_mutex_unlock): Likewise. * libpthread/sysdeps/generic/pt-rwlock-destroy.c (pthread_rwlock_destroy): Likewise. * libpthread/sysdeps/generic/pt-rwlock-init.c (pthread_rwlock_init): Likewise. * libpthread/sysdeps/generic/sem-destroy.c (sem_destroy): Likewise. * libpthread/sysdeps/generic/sem-getvalue.c (sem_getvalue): Likewise. * libpthread/sysdeps/generic/sem-init.c (sem_init): Likewise. * libpthread/sysdeps/generic/sem-open.c (sem_open): Likewise. * libpthread/sysdeps/generic/sem-post.c (sem_post): Likewise. * libpthread/sysdeps/generic/sem-timedwait.c (sem_timedwait): Likewise. * libpthread/sysdeps/generic/sem-trywait.c (sem_trywait): Likewise. * libpthread/sysdeps/generic/sem-unlink.c (sem_unlink): Likewise. * libpthread/sysdeps/generic/sem-wait.c (sem_wait): Likewise.
2006-12-23Forgot to commit this at that time...Thomas Schwinge
2006-11-27 Ben Asselstine <benasselstine@canada.com> Thomas Schwinge <tschwinge@gnu.org> [task #5994 --- ``rpctrace: Consider PREFIX/shared/msgids/*.msgids by default''] * Makefile (rpctrace-CPPFLAGS): New variable.
2006-12-032006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
[bug #17121 --- ``GNU Hurd debian dir''] * debian/ChangeLog: Remove file. * Makefile (other-subdirs): Remove `debian'.
2006-12-03Savannah tag.Thomas Schwinge
2006-12-032006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* 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-272006-11-27 Ben Asselstine <benasselstine@canada.com>Thomas Schwinge
Thomas Schwinge <tschwinge@gnu.org> * crash.c (trivfs_append_args): Handle CRASH_ORPHANS_HOW.
2006-11-272006-11-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* crash.c: Correct the usage of the argp documentation string.
2006-11-272006-11-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* Makefile (HURDLIBS): Add `netfs'.
2006-11-262006-11-27 Ben Asselstine <benasselstine@canada.com>Thomas Schwinge
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-312006-07-31 Stefan Siegl <stesie@brokenpipe.de>Thomas Schwinge
* options.c (trivfs_append_args): Figure out the address of the default gateway and push the --gateway option to argz.
2006-07-252006-07-25 Stefan Siegl <stesie@brokenpipe.de>Thomas Schwinge
* 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-242006-07-24 Ben Asselstine <benasselstine@canada.com>Thomas Schwinge
[bug #17135] * psout.c (psout): Exit returning `1' if there aren't any applicable processes.
2006-07-242006-07-24 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
[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-112006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Thomas Schwinge
* node.c (ftpfs_create_node): Check the result from hurd_ihash_add(). Add E to the hash table instead of NEW.
2006-07-112006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Thomas Schwinge
* ihash.c (add_one): Cast VALUE with (hurd_ihash_locp_t *) instead of (hurd_ihash_locp_t).
2006-06-282006-06-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* Makefile (HURDLIBS): Add `iohelp' and `ports'.
2006-06-282006-06-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* Makefile (HURDLIBS): Add `pager'.
2006-06-15*** empty log message ***Thomas Schwinge
2006-06-152006-06-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* io-seek.c (netfs_S_io_seek): Return EINVAL if file pointer would become negative.
2006-06-152006-06-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* open.c (open_seek): Seek into the correct direction for `SEEK_END'. Return EINVAL if file pointer would become negative.
2006-06-152006-06-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* 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-272006-04-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* ethernet.c (ether_filter) [NETF_IN]: Prefix `NETF_IN' to the actual rules.
2006-04-25Using `syslog' for the Hurd servers:Thomas Schwinge
http://savannah.gnu.org/task/?func=detailitem&item_id=5490
2006-04-25Update. Link to the Savannah task tracker.Thomas Schwinge
2006-04-25Handling the RTC being in local time:Thomas Schwinge
http://savannah.gnu.org/task/?func=detailitem&item_id=5492
2006-03-252006-03-25 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
[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>.
2006-03-21Correct date and add Savannah tag.Thomas Schwinge
2006-03-212006-03-21 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>Thomas Schwinge
* Makeconf (mach_defs_names): Remove `mach_norma' and `norma_task'.
2006-03-142006-03-15 Alfred M. Szmidt <ams@gnu.org>Thomas Schwinge
* kalloc.c: #include <malloc.h>. (init_hook, malloc_hook, free_hook): New functions. (__malloc_initialize_hook): New variable. (malloc, free): Functions removed.
2006-03-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* 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-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* mkfs.c (parse_opt): Move UP's functionality into UP_INT in order to fix invalid lvalues.
2006-03-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* dir.h (DIRECT_NAMELEN): Don't use ?: as a lvalue.
2006-03-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* 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-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* loop.c (server_loop): Fix invalid lvalues.
2006-03-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* priv.h: Include <argp.h>.
2006-03-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* boot.c (boot_script_exec_cmd): Fix invalid lvalues.
2006-03-05.Roland McGrath
2006-03-052006-03-05 Roland McGrath <roland@frob.com>Roland McGrath
* io-seek.c (diskfs_S_io_seek): Return EINVAL if file pointer would become negative.
2006-02-04Correct ChangeLog format and add copyright year 2005.Thomas Schwinge
2006-01-262006-01-26 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* config.guess: Updated from the canonical source. * config.sub: Likewise.