commit-hurd
[Top][All Lists]
Advanced

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

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


From: Thomas Schwinge
Subject: [SCM] Hurd annotated tag, v0.9, created. v0.9
Date: Sun, 18 Dec 2016 21:16:09 +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.9 has been created
        at  0a588dec81228b12ecf8654c3d55620e444b536b (tag)
   tagging  5add1f4c531639b6247c827566ae55426c1182d7 (commit)
  replaces  v0.8
 tagged by  Thomas Schwinge
        on  Sun Dec 18 22:15:39 2016 +0100

- Log -----------------------------------------------------------------
GNU Hurd 0.9
-----BEGIN PGP SIGNATURE-----

iQFMBAABCAA2FiEEJKNI3qh1Xm7X4Clgrf8M3WwwUW0FAlhW/HsYHHRob21hc0Bj
b2Rlc291cmNlcnkuY29tAAoJEK3/DN1sMFFtD6IH/igKPSTNFSRZfjPnDS7m32P2
+kSU8bfmS2s2KRlQXw6KNbzwnAEYynNimelJSJGFGEwPmvU+at75aQTgSbrRNwv8
PScpnBf3WIR9xueqDWowwpTbkIy07agx5f6aCJuWW6UymvUKoayrgFdhLm6rKRQg
veyLiLDs7JOGsLqp4RJG8u4CPKB7mCPNUIMM+4CJB6wX1ZChhoeGpsZTw6u7rgiN
WczOPqcEdjfZLgxf7Kl95giZWrjAExLYNhIZZgJcXctmzs+FJLZymZYCQ/67+HdI
nOSxDWxOhnmuL8EFB4jdqP5tVDbeGXlWgQv4Vh84JmJXjLw7xoyGmSCXqRIpdzM=
=p3/+
-----END PGP SIGNATURE-----

Brent W. Baccala (5):
      mach-defpager: Fix debugging prints formats
      mach-defpager: Add missing unlock
      exec: Fix loading binaries without a memory manager object
      Fix typo
      libpager: fix returning error on data_unlock

Christian Seiler (1):
      Support MSG_DONTWAIT in pflocal send/recv

Justus Winter (52):
      mach-defpager: fix panic invocation
      libnetfs: rename 'error' to 'err'
      libnetfs: rename 'diruser' to 'dircred'
      libdiskfs: cosmetic changes
      Unify the short-circuit translator logic
      libnetfs: treat disconnected shadow roots as virtual roots
      utils/settrans: implement active translator stacking
      Avoid superfluous locking of node
      libdiskfs: fix error handling
      ext2fs: fix pager use-after-free
      nfs: appease the stricter reference counting mechanism
      trans/crash: fix resource leaks
      trans/crash: fix blunder
      proc: Fix references to the startup server.
      libpager: provide 'pager_create_alloc'
      startup: Make the kernel a child of startup.
      proc: Fix permission check.
      sutils: New utility 'bless'.
      trans/crash: core file name templates
      libfshelp: acquire references to control ports
      random: Hash continuous areas in the csprng pool.
      libdiskfs: Fix short-circuiting translators.
      ext2fs: Disable option to specify alternate superblock.
      Avoid fatal error handling in option parsers.
      trans/crash: Use empty core file templates to disable the feature.
      trans/crash: Fix setting core file template at runtime.
      ext2fs: Rename parameter.
      ext2fs: Poison pointers into dereferenced cache pages.
      console-client: Remove unused variable.
      fshelp: Fix fetching the control port.
      procfs: Gracefully degrade meminfo.
      Avoid warnings if increasing a threads priority fails.
      boot: Ignore EINTR.
      proc: Fix new task notifications.
      boot: Remove hacks for running boot on UX.
      startup: Dump processes if we cannot find the kernel.
      boot: Use the smallest possible name when inserting rights.
      boot: Quote arguments containing spaces.
      boot: Move bootscript callbacks.
      boot: restore terminal state on exit
      boot: Allow unprivileged users to boot Subhurds.
      boot: Add a default boot script.
      boot: Tidy up the argument parser.
      Adjust to the fixed new task notifications.
      eth-multiplexer: Fix packet delivery.
      eth-multiplexer: Fix retrieving status of virtual interfaces.
      eth-multiplexer: Avoid local definitions.
      eth-multiplexer: Generate stable ethernet addresses.
      boot: Improve device pass-through.
      mach-defpager: Fix daemonization.
      Remove support for the deprecated external memory interface.
      Update NEWS file

Kalle Olavi Niemitalo (1):
      rpctrace: Print beyond '\0' in MACH_MSG_TYPE_CHAR.

Richard Braun (2):
      Fix pipe_send() with no data
      pfinet: fix memory leak

Samuel Thibault (31):
      Revert "drop the deprecated malloc/free hooks in hurd/mach-defpager"
      Complete allocation hooks
      Do not make io_select return errors on unsupported READ/WRITE mode
      Drop OTILDE support
      Fix loading small pic programs
      remap: Refuse non-absolute paths
      typo
      Fix exec crash when setexecdata has never been called
      Fix message about not being able to request shutdown notification
      startup: Fix looping over runsystem
      Fix looping over runsystem possibilities
      Fix installing runsystem.hurd
      Fix patch to runsystem.hurd
      fakeroot: set FAKED_MODE
      Fix some RPC request headers #ifdef guards
      libdiskfs: Fix timestamp update on file close
      libdiskfs: Make utimes RPC flush pending timestamp updates
      wire console display pages
      Mark library stubs as weak
      libdiskfs: fix removal of socket nodes
      libdiskfs: Factorize code for last hard reference being released
      Add missing spinlock initializers
      ext2fs: Fix crash on ENOSPC while extending a directory
      libpager, libstore: Fix crash on ENOSPC while writing data
      ext2fs: Do not talk about crashing on ENOSPC
      ext2fs: Use more POSIXish error code
      boot: fix crash when S_processor_set_tasks is called early
      Fix build
      Fix boot startup
      refcount: Fix usage in c++
      libports: fix using ports.h in C++

Thomas Schwinge (7):
      Make <sys/procfs.h> self-contained again
      Revert part of "fix compiler warnings in hurd/exec"
      * Makefile (gen-ChangeLog): Remove incomplete "distdir" support.
      * Makefile (gen-ChangeLog): Remove ChangeLog files first.
      Fix "procfs" ChangeLog handling
      Fix "random" ChangeLog handling
      GNU Hurd 0.9

Zheng Da (2):
      libbpf: Merge the Berkeley Packet Filter library.
      eth-multiplexer: Merge the eth-multiplexer.

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


hooks/post-receive
-- 
Hurd



reply via email to

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