commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd annotated tag, v0.8, created. v0.8


From: Thomas Schwinge
Subject: [SCM] Hurd annotated tag, v0.8, created. v0.8
Date: Wed, 18 May 2016 09:11:48 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The annotated tag, v0.8 has been created
        at  96df2a17cbe5721061017b4986b9345dfbb637a9 (tag)
   tagging  b33507ab62bda82178b9a57aa3f6cfee5febc142 (commit)
  replaces  v0.7
 tagged by  Thomas Schwinge
        on  Wed May 18 11:11:33 2016 +0200

- Log -----------------------------------------------------------------
GNU Hurd 0.8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABAgAGBQJXPDHFAAoJEK3/DN1sMFFt1VsH/iI5fSL62/BPFH6/yeVxGngo
r1gosK/GerjnR5rfKKcgamR0vnNhg/EmBBaq0cR6500pwyGSPxOlYMObvGPd4PbD
DyT6NvVbpDAYUu+6hoSfR8SVoqsp1qnhy2OaNS3SNIPTwogXlYAD9Jg9Ngg433ss
YEe3rUB6xFcB4B4FdUyw8NXXuUWj3xWNVrCQTPoAvNmssUlwmFrXveCCHy5RScSF
5mjo3qLqmSdYrYk2c9bUQyL6ZiL3XblFJC8qRRuC58i+T7w39J6oycjiPpicV2xF
RnX6/8Vnvb7TBBG9/zpPgy+IieDy6jHwUD3pNDZTEY2jlOAf6CeeP3Ix+atF/+E=
=9w8k
-----END PGP SIGNATURE-----

Bartlomiej Puget (1):
      fix Xioctl-proto.defs creation

Esa Peuha (2):
      exec: remove duplicate function call
      Fix use-after-free in libps.

Flavio Cruz (41):
      boot: Fix boot.c compiler warning.
      fix compiler warnings in hurd/console-client
      fix compiler warnings in hurd/daemons
      fix compiler warnings in hurd/exec
      fix compiler warnings in hurd/ext2fs
      fix compiler warnings in hurd/console-client
      fix compiler warnings in hurd/isofs
      fix compiler warnings in hurd/libdiskfs
      fix compiler warnings in hurd/isofs
      fix compiler warnings in hurd/libftpconn
      fix compiler warnings in hurd/libihash
      fix compiler warnings in hurd/libnetfs
      fix compiler warnings in hurd/libshouldbeinlibc
      fix compiler warnings in hurd/libstore
      drop the deprecated malloc/free hooks in hurd/mach-defpager
      fix compiler warnings in hurd/nfs and hurd/nfsd
      fix compiler warnings in hurd/procfs
      Include missing header file in hurd/proc
      fix compiler warnings in hurd/random
      fix compiler warnings in hurd/startup
      fix compiler warnings in hurd/trans
      fix compiler warnings in hurd/utils
      fix compiler warnings in hurd/nfs and hurd/nfsd
      Add missing libraries to fix link errors
      Define IO_OUTTRAN so that term_on_pty returns a mach_port_t
      Use DEVICE_IMPORTS to include libports/ports.h
      Drop OTHERLIBS and use LDLIBS exclusively
      fix compiler warning in hurd/fstests
      fix mach-defpager static linking
      allow pfinet to link using -O0
      Fix O_DIRECTORY lookup on trivial translators
      Use refcount_t for peropen reference counting in libnetfs.
      Remove libfshelp/trans.h and libfshelp/locks.h.
      Check for a return value in netfs_make_peropen before using it in 
netfs_make_protid.
      Use libihash to store directory entries in ftpfs.
      nfs: Use libihash for the node cache.
      libdiskfs: fix and improve locking in nrefs/nput.
      libnetfs: remove unused fields.
      nfs: fix deallocation of struct node.
      netfs: Remove global reference count lock.
      Use posix types for mig definitions.

James Clarke (1):
      Fixed leaks in _netfs_translator_callback2_fn

Justus Winter (52):
      pfinet: fix sanity check at translator startup time
      libtrivfs: remove deprecated static class vectors
      Remove unused variables
      random: fix odd formatting
      random: improve error handling
      random: use /servers/startup to register for shutdown notifications
      random: satisfy arbitrarily-sized reads
      libihash: add hurd_ihash_value_valid
      libihash: optimize lookup-or-insert operations
      libihash: prefer performance degradation over failure
      libihash: fix ill-devised locp lookup interface
      libihash: fix fast insertion corner case
      libihash: generalize the interface to support non-integer keys
      libihash: fix item insertion
      libihash: provide a general purpose hash algorithm
      ext2fs: improve the block cache
      ext2fs: disable block cache debugging by default
      ext2fs: keep list of reusable disk cache entries
      libdiskfs: use ihash for the node cache
      utils/settrans: improve --chroot functionality
      mach-defpager: link dynamically
      devnode: fix falling back to the kernel driver
      utils/vmallocate: new utility
      trans/crash: fix suspending task
      utils/mount: start translators with stderr closed
      procfs: adapt to kernel interface change
      libports: preserve the complex message flag
      utils/fakeauth: fix invocation of programs from PATH
      Update NEWS file
      isofs: make superblock detection more robust
      utils/settrans: get an authenticated root node in chroot mode
      utils/settrans: add option to specify the underlying node
      mach-defpager: fix error handling
      libfshelp: pass cookie to the callback function
      libdiskfs: improve error handling
      libtrivfs: fix error handling
      libtrivfs: fix notion of privileged user
      libpager: add missing include
      libshouldbeinlibc: add assert(3) variant that prints backtraces
      libshouldbeinlibc: use the new assert in the refcount primitives
      Unify and document the way fsids are handled in trivfs translators
      startup: implement bits of the fs and io protocols
      startup: add verbose parameter
      startup: use the generated default server implementations
      startup: write all messages to stderr
      libihash: fix index computation
      libihash: keep track of free slots
      libihash: rehash if effective load exceeds the threshold
      Fix privileged operations on trivfs-translated nodes
      libihash: fix corner case
      libihash: enable fast insertions replacing tombstones
      startup: fix blunder

Samuel Thibault (38):
      Add devnode translator
      Add libhurd-slab
      Add devnode documentation
      Fix undefined reference
      Add missing menus
      Use -L instead of -Wl,-rpath-link
      Add dumb SO_ERROR support to pflocal
      pflocal: Do not abort on too small getopt parameter
      Make private variables static
      Fix pfinet crash
      Fix gcc signedness warnings
      Also build exec.static
      Fix typo
      procfs: Move setting default parameters to a separate function
      Make sure to complete auth_server_authenticate
      Fix hang on reauthentication
      Fix function name
      Make fakeroot forward send errors instead of crashing
      Fix parallel install
      Fix mustbedir mechanism for symlinks
      Fix parallel build
      Add missing RPC definitions
      ext2fs: Fix adding blocks to free blocks cache
      Add get_source support to firmlink
      Show firmlink mounts to mount points
      Add getting swap information from swapon and procfs
      ext2fs: Fix off-by-one
      Fix spurious port deallocation
      pflocal: Add support for access() on pipes
      Fix swap information numbers
      Use swapon path as pager partition path
      Make make install idempotent
      Fix access mode of temporary files
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix supporting >4GiB files in ext2fs
      libdiskfs: Reject LFS seeks and read/writes
      Fix root operations on trivfs-translated nodes
      Fix build

Thomas Schwinge (2):
      Complete changes to use -L instead of -Wl,-rpath-link
      GNU Hurd 0.8

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


hooks/post-receive
-- 
Hurd



reply via email to

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