commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] annotated tag v0.5 created (now befad96)


From: Samuel Thibault
Subject: [hurd] annotated tag v0.5 created (now befad96)
Date: Sat, 28 Sep 2013 23:41:22 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to annotated tag v0.5
in repository hurd.

        at  befad96   (tag)
   tagging  6e517e5e6243c1014ab35d20a6b08d7fd6a52e9b (commit)
  replaces  upstream/hurd/20120710
 tagged by  Thomas Schwinge
        on  Fri Sep 27 22:49:42 2013 +0200

- Log -----------------------------------------------------------------
GNU Hurd 0.5.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQEcBAABAgAGBQJSRe9xAAoJEGe3hdm9kOiiOzcH/RXtMwTICRJu+O213FqnZ3jF
gweud8KbuXqSYYVgD8chzOoIBPmx140td7Ka2Qj5XrM/8EjVRe5XxN0gl0guGm3P
9qOf2Qq108g82KK96XKApjXmdHTSjix7l+SiMScu5/C9598evHq8Fw31UpHt7Lgc
d0Rp1cKpdQi6dH8HBHT1PghbcGRkRD705UlF8mvDemAJ5bQgP8Yo7hIRO/1lsdP8
XNwWvyTM3A0syFpivZGNvSKEv1Gau/G5HoF86MfPLpq7aQ/R27JgMKyhhcqoNs46
Ghpo20N9B81bq4aRsNg9vXTLtZVBR5QYo+OAAexd2JtgZjoNfooWFKkCZp6Vg0Q=
=HLNB
-----END PGP SIGNATURE-----

Alfred M. Szmidt (1):
      Install .msgids files to datadir.

Cyril Roelandt (7):
      libps: Fix typo in the documentation of _proc_stat_create.
      Do not expand format name in posix format option
      Fix double call to pthread_mutex_unlock in console_move_mouse().
      Fix double call to pthread_mutex_unlock in kbd_repeat_key().
      Fix double call to pthread_mutex_unlock in repeat_event().
      Fix double call to pthread_mutex_unlock in S_socket_connect.
      Fix double call to pthread_mutex_unlock in diskfs_S_ifsock_getsockaddr.

David Höppner (1):
      Add TASK_EVENTS_INFO support to libps

David Michael (2):
      utils/vmstat: Use gnumach.defs from gnumach
      config.make: Use more configure settings when building xkb-data

Jeremie Koenig (2):
      Add options -k and -K to MAKEDEV.sh
      Add options for user-space parted stores

Justus Winter (72):
      sutils: fix file_name_lookup_carefully
      tmpfs: fix parsing of fsys_set_options requests
      sutils: fix a compiler warning
      libfshelp: add missing import
      swapon: add -v, --verbose argument
      libdiskfs: fix consistency check
      libnetfs: fix consistency check
      Fix error handling macro E
      utils: escape arguments in fakeroot.sh
      utils: escape arguments in remap.sh
      mount: add -n and --no-mtab arguments
      mount: fix mount -oremount with one parameter
      mount: add -f and --fake arguments
      mount: implement -O, --test-opts
      mount: ignore mounted filesystems if --all is given
      sutils: allow multiple entries for the device "none"
      sutils: fix the semantic of -t, --types in fstab.c
      umount: add a umount utility
      libnetfs: properly respond to file_get_translator requests
      Define and use symbolic names for important processes
      Add configure checks for libdaemon
      console-client: add daemonizing support
      libshouldbeinlibc: Add nullauth.{c,h}
      trans: drop privileges in the null translator
      tmpfs: drop privileges in the tmpfs translator
      utils: add nullauth utility
      exec: Remove #ifdef 0-out code for user specified exec servers.
      exec: remove the BFD code
      hurd: add missing routines in process_reply.defs
      daemons: fix setsid(2) in console-run
      libnetfs: implement file_get_translator_cntl
      libnetfs: handle dead-name notifications
      umount: add a umount utility
      proc: make the function check_owner available
      proc: add proc_mark_important server code
      hurd: add proc_mark_important
      init: Mark all of inits children and init itself as important
      libdiskfs: register libdiskfs-based translators as important
      libnetfs: register libnetfs-based translators as important
      libtrivfs: register libtrivfs-based translators as important
      mach-defpager: register mach-defpager translators as important
      trans: register symlink translators as important
      mount: handle -t auto
      proc: keep track of {start,end}_code
      hurd: add proc_{get,set}_code
      exec: keep track of the range where executable segments are mapped
      proc: remove unused file exc-reply.defs
      proc: Remove unused declaration of zombie_list
      libihash: add HURD_IHASH_ITERATE_ITEMS macro
      libdiskfs: track file name in struct peropen
      libnetfs: track file name in struct peropen
      libfshelp: add translator-list.c
      libdiskfs: add fsys_get_children
      libnetfs: add fsys_get_children
      libtrivfs: add fsys_get_children
      trans/symlink.c: add fsys_get_children
      hurd: add fsys_get_children
      libdiskfs: add fsys_get_source
      libnetfs: add fsys_get_source
      libtrivfs: add fsys_get_source
      trans/symlink.c: add fsys_get_source
      hurd: add fsys_get_source
      trans: add mtab translator
      exec: remove support for transparently unbzip2ing executables
      exec: remove support for transparently ungziping executables
      Add match-options to utils sources
      daemons: make sure / is writable before setting up pflocal
      sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh
      hurd: add _reply suffix to the routines in process_reply.defs
      hurd: add _reply suffix to the routines in fsys_reply.defs
      proc: do not hand out PID 0
      include: make /hurd/proc PID 3

Miguel Figueiredo (9):
      Remove unused variables
      Remove unused variable
      Fix descriptor leak
      Remove unused variable
      Fix invalid memory access
      Add missing break
      Remove unsused variables
      Remove unused variable
      Remove unused variable

Neal H. Walfield (1):
      pflocal: Handle non-blocking connect with no pending acceptors.

Pino Toscano (11):
      libdiskfs: handle _PC_2_SYMLINKS in pathconf
      tmpfs: extract size string parsing in an own function
      tmpfs: add --size
      Revert "libdiskfs: handle _PC_2_SYMLINKS in pathconf"
      Include <stdlib.h> or <mach.h> where needed
      Rename configure.in to configure.ac
      Update config.guess and config.sub
      Replace configure.in with configure.ac
      hello-mt: fix pthread porting issue
      rpctrace: implement -E
      swapon: add -e/--ifexists option

Richard Braun (15):
      Reduce starvation among libports threads
      Reduce contention on thread creation in libports
      Move starvation-reduction computation into adjust_priority
      Remove condition implications
      Switch from cthreads to pthreads
      pfinet: increase local port range
      Report VM cache statistics
      Sync the io_request, io_reply and io interfaces
      Add the timespec_t Hurd type
      Add io_select_timeout to the io interface
      pfinet: fix timeout evaluation
      Fix some errors in the texinfo documentation
      Reset task priority when spawning a passive translator
      Handle notification on page eviction
      Large store support for ext2fs

Samuel Thibault (83):
      Use ext2fs instead of ufs in hurd.boot
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Avoid waiting for disk I/O completion
      Fix spurious destroy during RPC to self with rendez-vous
      Set diskfs stores as readonly on shutdown before enabling RPCs again.
      Check that runsystem script exists before trying it.
      Fix pager deadlock
      Automatically setup local sockets if not already done so.
      Add more keymaps
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Complete switch from cthreads to pthreads
      Make io_select return errors
      Fix comment style
      Optimise dir-lookup's second-lock
      [IPV6]: Add IPV6_V6ONLY socket option support.
      Use SOL_* values from libc
      Pass pfinet errors to io_select callers
      Add canonicalize option to hostmux
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Do not warn about not raising priority of non-root translators
      Fix spurious port deallocation
      Permit to use a tunnel not in /dev
      Fix registers recording in core dump
      Enable IPv6 packets between netdde and pfinet
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix IPv6 by receiving all multicast
      Always set flags on ethernet interface
      Add remap translator
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix libpthread conversion
      Update nasty/nice priority limit
      Fix remap invocation
      Fix tunnel and dummy interfaces
      Fix console hang on unknown key press
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      SYMLOOP_MAX may be undefined under some build flags
      Revert "utils/vmstat: Use gnumach.defs from gnumach"
      Do not compute debugging information by default
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix directory rename in firmlinked directory
      pfinet: Fix call to kfree_s
      Fix polling pfinet tun for write
      Optimize translator string copy
      Disable transparent gzip/bzip2 decompression
      Do not build gzip/bzip2 support
      Merge branch 'master-merge2' into master-merge
      Merge branch 'master-merge'
      Reserve RPC ID for proc_set_init_task
      Fix build
      Fix variable names
      Add missing include
      Use fsys_get_children from libc
      Remove UFS support
      Fix cursor size
      Fix gcc warning
      Fix gcc warning:
      Fix ENOMEM handling in *_make_peropen
      Fix gcc warning
      Fix gcc warning
      Fix gcc warning
      Fix test for term open mode
      Fix S_tioctl_tiocsetd returning errors
      Fix gcc warning
      Fix setting modem control lines
      Fix gcc warning
      Fix test for block compression
      Fix gcc warning
      Fix gcc warning
      Properly return error
      Fix gcc warning
      Rename SOCK_* into PFLOCAL_SOCK_*
      Fix gcc warning
      Fix gcc warning
      Fix gcc warning
      Fix sscanf format for c99
      Fix spurious port deallocation
      Add --without-daemon option to configure
      Fix missing renames
      Drop dead links
      Update mailing lists

Thomas Schwinge (5):
      * ChangeLog: Don't refer to serverboot/ChangeLog; it is no more.
      UFS is no more.
      Generate ChangeLog files for distributions.
      Decouple the Hurd version from the package version.
      GNU Hurd 0.5.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]