commit-hurd
[Top][All Lists]
Advanced

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

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


From: Samuel Thibault
Subject: [hurd] annotated tag v0.6 created (now 5fe7234)
Date: Sun, 19 Apr 2015 18:34:50 +0000

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

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

        at  5fe7234   (tag)
   tagging  b8ffab7c38f3ede424b8a07553d6ee6b16abb85b (commit)
  replaces  v0.5
 tagged by  Thomas Schwinge
        on  Fri Apr 10 13:51:06 2015 +0200

- Log -----------------------------------------------------------------
GNU Hurd 0.6.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABAgAGBQJVJ7k0AAoJEJnqRp27LxM1qpYIAISSVct24MpFKkaV+x9SR5k1
3U6kRiC43Kq907D8OdgvFo3SsluDt/r74APmpfJqo3S0K8BWcXWCo7s810cSp+Lb
uiBmFXJdI0okX/GOjQc8PQGmT8U78VB6VoCyQ07yTtjgGe4w5O2NwvP0WbaRiXfa
Vhs1fVqlmO+CB3879s2fhdVWIVDhvzGpk629+v8Crk2hVpFH7MVl/19QvG+V7Uy6
FhOVNc5BYyH8k5WymcG/7vPCDX9p8+IatGgaq3jEsmXyo3B8rwLnCZmXnqXCzbdL
CS1WK6GmyI39AMgSRN5c1ir6XvgVbegunoqEsSOHRs4o2FO18R/6DYpd1Lu7kGc=
=9xM9
-----END PGP SIGNATURE-----

Alexey Kuznetsov (1):
      BSD apps want sin_zero cleared in sys_getname.

Cyril Roelandt (1):
      Fix procfs link

David Michael (3):
      Add mach_debug defs rules
      sutils: add urandom device target to MAKEDEV
      include: don't install nonexistent refcount.h

Gabriele Giacone (3):
      Make bz2 and gz support optional
      utils/umount: clean up
      utils/mount: add mount options to create firmlinks.

Ignazio Sgalmuzzo (3):
      Replaced bz2 decompression code with libbz2
      libstore: replaced gz decompression code with libz
      libstore: fixed some pointer-sign related warnings

Jeremie Koenig (57):
      update_pid_entries(): fix awkwardly indented uninitialized memory leak
      Set an appropriate st_mode on symlinks.
      Implement /proc/mounts as a symlink to /etc/mtab
      Basic infrastructure
      Add a helper module for simple regular files
      Implement simple directories
      Add the list of processes as a directory
      Fix the failure semantics of procfs_make_node
      More cleanup possibilities
      Add real process nodes
      Fetch process information and reject the non-existing ones
      Fuse the proclist into the root node
      Set the owner of process directories.
      Add a basic [pid]/stat file
      Add the dot entries to directories
      Implement lookup for . and ..
      Invent path-based inode numbers
      Handle the ref counter spinlock on cleanup
      Use libps and enhance [pid]/stat
      Implement symlinks
      Encapsulate access to node->nn_stat
      Set a restrictive mode on some sensitive files
      New root files: version, uptime, stat
      Add loadavg
      Add a fake "self" symlink
      Add an empty meminfo root file
      Play nice with the procps old_Hertz_hack
      Add --clk-tck to set the clock unit
      Add --stat-mode to override the perms for [pid]/stat
      Add a fake-self option to control the self symlink
      Add meminfo and vmstat
      Add a global cmdline file
      Add statm to process directories
      Add a status file to process directories
      Add a --compatible option
      Handle errors in main
      netfs_server_loop never returns
      Add a TODO-list
      Use a global ps_context
      Fix the handling of processes without an owner
      Remove the unused procfs_file module
      Make contents a char* to avoid typecasts all over the place
      Detect asprintf's ENOMEM in procfs.c rather than everywhere
      Improve the interface for dircat_make_node
      Revamp procfs_dir
      Cleanup pass on process.c
      Fix the global idle time
      Make sure the clock never runs backwards.
      Refresh nodes when they're read from the start.
      Fix leak in error case
      Add a PROFILE mode
      Add swap information to the top-level stat file
      Add some comments in rootdir.c
      Update the to-do list.
      Add copyright notices
      Use the user-provided kernel PID for uptime
      Use 2 instead of 42 as the parent inode number

Justus Winter (363):
      procfs: keep old config values if the parsing fails
      procfs: enable fsys_set_options
      procfs: Ignore arguments for compatibility with Linux' procfs.
      Fix procfs_node_chmod
      Fix default file ownership
      Add the necessary infrastructure to serve passive translators
      Makefile: add -lpthread
      rootdir.c: Fix compiler warning
      rootdir.c: Fix declaration of rootdir_fakeself_exists.
      Fix argument parsing
      procfs: handle the --update parameter
      procfs: define macros for the default argument values
      procfs: provide a more meaningful response to fsys_get_options
      Make start_code and end_code available in /proc/*/stat
      Serve mounts node with a passive translator record
      Revert "tmpfs: drop privileges in the tmpfs translator"
      trans: rename a global variable
      libfshelp: properly free active translator entries
      console-client: remove the pid file on clean exits
      console-client: entitle console_exit with the noreturn attribute
      console-client: fix error handling
      console-client: minor stylistic fix
      console-client: replace function epilogue with console_exit
      configure.ac: properly escape the test for X11/keysymdef.h
      exec: Remove the remaining BFD related bits
      libshouldbeinlibc: fix error handling in maptime_map
      libports: fix error handling in _ports_create_port_internal
      Normalize whitespace at the end of each file to '\n'
      libports: fix the thread counts in case the thread creation fails
      utils: implement settrans --pid-file
      proc: remove declaration of nested functions from proc.h
      proc: fix the declaraton of genpid
      proc: fix a use-after-free error
      proc: fix error handling in S_proc_exception_raise
      init: fix memory leak
      auth: fix use of uninitialized variable err
      mach-defpager: turn dealloc_direct into a normal function
      mach-defpager: remove unused variables
      term: fix error handling in hurdio_mdmctl
      proc: turn count_up and store_pid into normal functions
      mach-defpager: include errno.h
      libshouldbeinlibc: fix reference counting in port_name_xlator_create
      utils: implement portinfo --search
      libdiskfs: remove dead assignment
      libdiskfs: fix error handling
      ext2fs: fix error handling
      libshouldbeinlibc: fix dead assignment
      mach-defpager: fix the page offsets returned by pager_pages
      mach-defpager: do not remove -Wall from CFLAGS
      Clean up the included header files
      libports: implement lockless management of threads
      utils: fix dead initialization
      libps: fix the length computation in fprint_frac_value
      fatfs: fix error handling in diskfs_lookup_hard
      fatfs: fix error handling in diskfs_get_directs
      nfsd: fix error handling in op_remove
      usermux: actually use the computed flags value in netfs_attempt_utimes
      mach-defpager: drop all register qualifiers
      libshouldbeinlibc: fix error handling in maptime_map
      libshouldbeinlibc: fix minor port leak in maptime_map
      init: fix port leak
      proc: update comments
      libports: improve error handling in ports_reallocate_port
      libports: improve error handling in ports_reallocate_from_external
      libports: improve error handling in ports_transfer_right
      libdiskfs: improve error reporting in diskfs_start_disk_pager
      libports: improve error reporting in adjust_priority
      proc: store the privileged host port in _hurd_host_priv
      proc: store the device master port in _hurd_device_master
      libfshelp: improve error handling in fshelp_start_translator_long
      libdiskfs: improve the diskfs_demuxer function
      libnetfs: improve the netfs_demuxer function
      libtrivfs: improve the trivfs_demuxer function
      exec: improve the exec_demuxer function
      proc: improve the message_demuxer function
      pfinet: improve the pfinet_demuxer function
      pflocal: improve the demuxer functions
      auth: improve the auth_demuxer function
      utils: improve the auth_demuxer function in fakeauth.c
      trans: remove unused declaration from fakeroot.c
      trans: improve the netfs_demuxer function in fakeroot.c
      trans: fix the creation of files in fakeroot
      trans: fix transparent reauthentication in fakeroot
      trans: make the fakeroot environment more transparent
      libfshelp: use a hash table in get-identity.c
      libihash: remove dead code
      trans: fix the use of the hash table in fakeroot.c
      trans: improve the performance of dir_lookup in fakeroot
      trans: handle invalid responses to dir_lookup requests in fakeroot
      trans: fix locking issue in fakeroot
      trans: return nodes locked when creating fake nodes in fakeroot
      trans: fix reference counting and destruction of fake nodes
      trans: fix locking in fakeroot's netfs_S_dir_lookup
      trans: fix reference counting bug in fakeroot
      trans: improve the error handling in fakeauth
      trans: unlock nodes with faked attributes in fakeroot
      console-client: remove spurious pthread_spin_unlocks
      utils/settrans: fix the teardown of chrooted environments
      trans/fakeroot: fix ownership of newly created files
      trans/fakeroot: drop else
      trans/fakeroot: remove dead code
      trans/fakeroot: remove dead code
      utils/mount: fix autodetection of fat file systems
      utils/rpctrace: generalize code in rewrite_right
      utils/rpctrace: generalize tracing code
      utils/rpctrace: handle MACH_MSG_TYPE_PORT_SEND rights in trace_and_forward
      utils/rpctrace: escape non-printable characters in strings
      utils/rpctrace: fix output so that replies can be attributed to requests
      trans/fakeroot: shutdown the translator if the last client is gone
      trans/mtab: populate mtab objects on demand
      trans/mtab: remove the loop detection logic
      trans/mtab: properly lock mtab objects
      trans/mtab: make the translator multithreaded
      trans/mtab: do not include non-filesystem translators by default
      libfshelp: fix the api of fshelp_set_active_translator
      libdiskfs: register passive translator startups
      libnetfs: register passive translator startups
      Rename variables with the name "error" to "err".
      trans: fix the receiver lookup in password
      libdiskfs: include the mig-generated server headers in demuxer.c
      libnetfs: include the mig-generated server headers in demuxer.c
      libtrivfs: include the mig-generated server headers in demuxer.c
      exec: include the mig-generated server headers in main.c
      proc: include the mig-generated server headers in main.c
      pfinet: include the mig-generated server headers in main.c
      pflocal: include the mig-generated server headers
      auth: include the mig-generated server headers in auth.c
      utils: include the mig-generated server headers in fakeauth.c
      proc: fix the receiver lookup in S_proc_exception_raise
      daemons/getty: display /etc/issue if available
      exec: connect std{in,out,err} to the mach console
      daemons/getty: always print a newline before the banner
      isofs: add bz2 to OTHERLIBS
      fatfs: add bz2 to OTHERLIBS
      libdiskfs: fix typo
      exec: provide a meaningful name for new tasks
      utils/umount: do not remove passive translator records
      libpager: improve the pager_demuxer function
      mach-defpager: fix definition of seqnos_memory_object_data_unlock
      mach-defpager: add function mig_reply_setup
      mach-defpager: improve the default_pager_demux_object function
      hurd: fix the get-children and get-source procedures
      nfs: implement netfs_get_source
      trans/mtab: ignore translators that do not implement file_get_source
      tmpfs: set diskfs_disk_name to "none"
      trans/mtab: do not map unknown source strings to "none"
      New RPCs, fix build
      libnetfs: fix receiver lookups in fsys server functions
      libdiskfs: fix receiver lookups in fsys server functions
      pfinet: improve the mig mutator functions
      libtrivfs: improve the mig mutator functions
      hurd: add IIOCTL_IMPORTS
      pfinet: fix receiver lookups in iioctl-ops.c
      term: fix receiver lookups in the tioctl server functions
      term: fix receiver lookups in the term server functions
      trans/ifsock: fix receiver lookup
      auth: improve the mig mutator functions
      mach-defpager: remove comments around form feeds
      mach-defpager: fix warnings about unused variables
      mach-defpager: add and use synchronized_printf for dprintf
      mach-defpager: fix error handling in S_default_pager_object_set_size
      mach-defpager: fix warning about uninitialized variable
      mach-defpager: fix warnings about uninitialized variables
      mach-defpager: fix type of size arguments
      mach-defpager: silently ignore requests to page to active partition
      libpager: fix comment of pager_change_attributes
      libpager: fix potential deadlock
      isofs: also copy the terminating zero in read_symlink_hook
      libdiskfs: fix string termination
      hurd: fix receiver type, honor DEFAULT_PAGER_IMPORTS
      mach-defpager: fix receiver lookups
      mach-defpager: fix local includes
      mach-defpager: replace the magic typecast with a hash table
      libpager: fix receiver lookups
      hurd: add a new type for the exec_startup protocol
      exec: fix receiver lookup
      libdiskfs: fix receiver lookup
      libports: fix notify_port_t receiver lookups
      fix a receiver lookup
      hurd: add a new type interrupt_t for the interrupt protocol
      libports: fix receiver lookup
      console-client: drop DIST_FILES from Makefile
      boot: remove the ourdevice hack
      console: fix notify_port_t receiver lookups
      libpager: fix notify_port_t receiver lookups
      libpager: fix notify_port_t receiver lookups
      Include the MIG-generated server header files
      libdiskfs: set the default sync interval to 30 seconds
      libports: work around bugs in server termination
      exec: abbreviate the task name if necessary
      ext2fs: fix type of inum
      ext2fs: simplify expression
      libports: reduce malloc overhead in _ports_bucket_class_iterate
      fatfs: simplify expression
      ext2fs: improve diskfs_node_iterate
      fatfs: improve diskfs_node_iterate
      tmpfs: improve diskfs_node_iterate
      ext2fs: use two distinct pager buckets for the disk and file pager
      libports: unlock _ports_lock on malloc failure
      fatfs: use two distinct pager buckets for the disk and file pager
      ext2fs: cache the superblock
      libihash: reduce the default maximum load factor to 75%
      libihash: fix type of max_load
      libihash: use an integer hash function on the keys
      libihash: use linear probing and fast modulo operation
      libihash: use fast binary scaling to determine the load
      trans/fakeroot: remove spurious semicolon
      trans/fakeroot: fix comparison between signed and unsigned
      trans/fakeroot: use C99-style struct initialization
      proc: move translation functions to mig-decls.h
      libihash: fix typo
      libihash: add hurd_ihash_get_load
      include: add lock-less reference counting primitives
      trans/fakeroot: override fshelp_isowner
      include: install refcount.h
      Implement /proc/slabinfo
      libdiskfs: lock-less reference counting for peropen objects
      exec: add missing includes
      pfinet: add missing include
      libdiskfs: fix type of dir_cache_id, node_cache_id
      Avoid compiler warning about empty bodies
      term: fix memory leak
      libpager: drop unused fields from struct pager
      ext2fs: fix diskfs_pager_users
      trans/mtab: fix initialization
      libdiskfs: fix node leak in the name cache
      libihash: do not use an integer hash function by default
      libtrivfs: lock-less reference counting for trivfs_peropen objects
      Do not include the terminating zero in /proc/slabinfo
      libdiskfs: add diskfs_make_node_alloc to allocate fat nodes
      libnetfs: add netfs_make_node_alloc to allocate fat nodes
      trans/fakeroot: use fat nodes to simplify the node cache
      trans/fakeroot: use netfs_node_netnode instead of np->nn
      libdiskfs: remove the statistics code from the name cache
      libdiskfs: use a hash table for the name cache
      libstore: provide function declaration until available upstream
      Merge branch 'master' of git://git.sv.gnu.org/hurd/hurd
      tmpfs: use a thread timeout
      libnetfs: fix memory leak
      include: use unsigned literal in combination with binary not
      hurd: fix type of optimal_transfer_size
      libdiskfs: use correct type for disk offsets
      libdiskfs: avoid implicit integer conversion
      ext2fs: fix compiler warning
      ext2fs: use size_t where appropriate
      ext2fs: fix type of blockaddr
      ext2fs: fix type of retry_dotdot
      Prepare the random translator to be merged into the Hurd sources
      Merge the random translator into the Hurd repository
      Add the random translator to prog-subdirs
      term: improve the demuxer
      hurd: fix receiver lookup in termctty_open_terminal
      utils/settrans: implement settrans --start
      Merge branch 'merge-random'
      Prepare the procfs translator to be merged into the Hurd sources
      Merge procfs into the Hurd repository
      Add the procfs translator to prog-subdirs
      ftpfs: fix error handling in refresh_dir
      libshouldbeinlibc: fix dead initialization in fmt_named_interval
      trans/fakeroot: fix error handling
      libports: avoid realloc(3) corner case
      libdiskfs: add permission check to file_chflags
      libdiskfs: fix deadlock
      ext2fs: use correct type for block numbers
      libdiskfs: fix reference counting of peropen objects
      libtrivfs: fix typo
      trans/mtab: use setnullauth to drop privileges
      libihash: fix comparison between signed and unsigned integer
      hurd: fix semantic of file_get_children
      include: detect use-after-free errors using the reference counts
      libdiskfs: fix /servers/exec lookup
      hurd: make memory_object parameter polymorphic
      trans/hello{,-mt}: properly escape contents in trivfs_append_args
      procfs: fix typo in comment
      hurd: add symbolic name for the mtab translator
      Update NEWS file
      exec: add proper argument parsing, add --device-master-port
      exec: redzone page zero before loading anything
      procfs: implement /proc/N/maps
      procfs: implement /proc/filesystems
      procfs: do not test whether /hurd/mtab exists
      procfs: generalize the translator linkage code
      procfs: reorganize rootdir.c
      libports: use a global hash table for the lookups
      libdiskfs: remove code counting cache misses
      libports: lock-less reference counting for port_info objects
      pfinet: fix path in comment
      mach-defpager: use protected payloads for object lookups
      libpager: use a fixed number of threads
      utils/rpctrace: fix crash while printing messages
      trans/mtab: avoid firmlink loops
      Add proc_set_init_task, make runsystem pid 1
      procfs: do not hard-code the default argument values
      startup: rename /hurd/init to /hurd/startup
      init: add a minimalist init program
      startup: do not pass signals on to the child
      startup: be more specific in the shutdown message
      startup: fix the declaration of the *_server functions
      startup: bind the startup server to /servers/startup
      Makeconf: handle the gnumach protocol
      proc: gracefully handle failure to increase priority
      startup: also open `console' for reading
      boot: drop bootstrap compat code
      boot: remove unused function `boot_script_read_file'
      boot: drop obsolete device procedures
      boot: support ds_device_get_status with flavor DEV_GET_RECORDS
      boot: implement pseudo-time device
      boot: improve the demuxer
      libpager: make the request queue more memory-efficient
      libdiskfs: fix fabrication of protid
      Revert "random: fix a receiver lookup"
      libshouldbeinlibc: move the reference counting primitives here
      libports: add `ports_lookup_payload' and `ports_payload_get_name'
      libports: add a payload-aware intrans function
      libdiskfs: add payload-aware intrans functions
      libnetfs: add a payload-aware intrans function
      libtrivfs: add payload-aware intrans functions
      libpager: add a payload-aware intrans function
      libcons: add a payload-aware intrans function
      auth: add a payload-aware intrans function
      console: add a payload-aware intrans function
      console-client: make the demuxer payload-aware
      exec: add payload-aware intrans functions
      pfinet: add payload-aware intrans functions
      pfinet: make the demuxers payload-aware
      pflocal: add payload-aware intrans functions
      proc: add payload-aware intrans functions
      startup: disable default payload to port mapping
      term: add a payload-aware intrans function
      trans/fakeroot: make the demuxer payload-aware
      trans/ifsock: add a payload-aware intrans function
      trans/password: add a payload-aware intrans function
      trans/streamio: make the translator payload-aware
      trans/symlink: disable default payload to port mapping
      utils/rpctrace: make `trace_and_forward' payload-aware
      hurd: add intranpayload functions to all hurd types
      Makeconf: handle the task_notify protocol
      proc: register for new task notifications
      proc: implement `proc_make_task_namespace'
      hurd: add `proc_make_task_namespace'
      libpager: remove the `seqno' parameters
      libpager: use libports notification functions
      ext2fs: tune the size of the inode cache
      Replace `bzero' with `memset'
      Replace `bcopy' with `memcpy' or `memmove' as appropriate
      hurd: make the protected payload changes less intrusive
      random: fix typo
      libfshelp: improve error handling
      libdiskfs: fix port leak
      libports: silence pointless error message
      startup: give the tasks we create a name
      auth: simplify expression
      auth: remove implicit assumption about the bootstrap process
      proc: call `startup_essential_task' earlier
      console: fix error and notification port handling
      utils/rpctrace: fix notification port handling
      startup: add more error handling
      TODO: drop obsolete item
      libports: avoid acquiring global lock in message dispatch
      procfs: fix argument parsing
      libports: use protected payloads to optimize the object lookup
      procfs: fix runtime option parsing
      NEWS: mention that the init server has been split

Lancelot SIX (1):
      Make sure to free content dir in procfs

Ludovic Courtès (3):
      build: Remove configure check for libcrypt.
      Disable linking when cross-compiling
      build: Remove checks for 'getgrouplist' and 'uselocale'.

Madhusudan.C.S (12):
      2008-08-14  Madhusudan.C.S <address@hidden>
      2008-08-18  Madhusudan.C.S <address@hidden>
      2008-08-14  Madhusudan.C.S <address@hidden>
      2008-08-18  Madhusudan.C.S <address@hidden>
      2008-08-18  Madhusudan.C.S <address@hidden>
      2008-08-18  Madhusudan.C.S <address@hidden>
      2008-08-18  Madhusudan.C.S <address@hidden>
      2008-08-29  Madhusudan.C.S <address@hidden>
      2008-08-29  Madhusudan.C.S  <address@hidden>
      2008-08-29  Madhusudan.C.S  <address@hidden>
      2008-08-30  Madhusudan.C.S  <address@hidden>
      2008-09-02  Madhusudan.C.S  <address@hidden>

Marek Benc (1):
      Make the ncursesw driver of the console client compile properly

Pino Toscano (5):
      PID stat/status: show only the file name of processes
      PID stat/status: show only the first word
      Simple implementation of statfs
      Remove old hack for the "stat" permissions
      libdiskfs: expose the ST_NOATIME flag

Richard Braun (31):
      Move procfs to pthreads
      Move random to pthreads
      Report VM cache size in meminfo
      Fix memory leak in libdiskfs
      Check for negative sizes in file_set_size
      Fix memory leak in libnetfs
      Fix mtab translator leak
      Fix memory leak in exec
      term: fix read on a closed PTY
      pflocal: fix destruction of explicitely bound sockets
      libdiskfs: fix removal of socket nodes
      pflocal: fix port leak when receiving port rights
      pflocal: fix message flags on receive
      pfinet: fix emission on the loopback device
      libports: fix right leaks when adjusting priorities
      libports: another right leak fix
      libports: remove the threadvars stack size hack
      libps: fix process user and system times
      libps: fix task/thread times fetching
      libnetfs: fix file locking on peropen release
      trans/fakeroot: fix right leak
      Revert "trans: fix locking issue in fakeroot"
      trans/fakeroot: fix chmod
      trans/fakeroot: rework node caching
      trans/fakeroot: fix netfs_S_dir_lookup
      trans/fakeroot: fix cached node retrieval on lookup
      libports: work around bugs in server termination
      pfinet: set a non-zero ports management timeout
      libpipe: fix calls to pipe_send with no data
      Revert "libpipe: fix calls to pipe_send with no data"
      libpipe: fix spurious calls to pipe_send

Samuel Thibault (78):
      2008-12-12  Samuel Thibault  <address@hidden>
      2010-05-31  Samuel Thibault  <address@hidden>
      Add Buffers and Cached to /proc/meminfo
      Import version from Kilobug
      Do not use msgport information
      Revert "Do not use msgport information"
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/procfs into 
jkoenig/master
      procfs: fix the error handling in argp_parser
      Fix profile link
      Make boot script reboot when fsck told so
      Make CUD more usual
      Add xenl to hurd.ti
      Make boot script accept more fsck values
      Fix use after free
      Make sure created netfs nodes have stat validated
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Make pfinet re-open ethernet device on transmission error
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Also re-open Ethernet device on EMIG_SERVER_DIED
      pfinet: really deallocate device port
      Fix crash on fsysopts when pfinet has no IPv6
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix typos
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Add --font-width option to force 8/9 pixel font width
      Add missing copyright notice
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Add missing copyright notice
      Fix fakeroot and remap parsing corner cases
      Fix crash on opening /dev/kbd or mouse without any console being active
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix crash on accessing vcs without a console being active
      Fix vcs_readlink propagating error returned by console_current_id
      Fix handling of console readlink errors
      Align VGA buffers
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix setting LGE flag
      Handle fonts with multiple-of-8 bbox width
      Fix spurious unlock on error
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Add TODO about fork() making rpctrace emit an error
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Add missing receiver lookup fix
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
      Fix buffer allocation on io_read
      Merge branch 'random' of 
ssh://git.savannah.gnu.org/srv/git/hurd/incubator into random
      Add missing linefeed
      Fix ifsock permission check
      Fix proc_getprocinfo calls
      Fix proc_getprocinfo calls
      Fix actual procinfo_t type
      Fix unlocking translator list
      Fix dead name notification in static binaries
      Use a mere weak attribute instead of a weak alias
      Fix optional definitions in static binaries
      Deal with odd kernel behavior
      Deal with odd kernel behavior
      Avoid hitting VM_MAX_ADDRESS
      Fix mach-defpager's kalloc values
      Make procfs appear in /proc/mounts
      Let pty readers always read end of writer output
      Fix recording complete path of passive relative translators
      Fix recording complete path of passive relative translators
      Fix compiler warning
      Always canonicalize fstab entries with realpath
      Fix proc crashes
      Add atomicity support to fshelp_acquire_lock
      Fix coding style
      Fix mode of nodes created with mkfile
      fakeroot: Fix initializing default faked field of nodes
      Fix inclusion loop between hurd_types.defs and hurd/signal.h>
      Avoid ./ components in mtab output
      Revert "Make sure to free content dir in procfs"
      Backport Linux changes for proper TCP EOF handling
      Remove unimplemented -s option
      Allow dhcp trafic and configuration
      Explicit the keymap compatibility flags
      Fix space style

Stefan Weil (7):
      lib*: Fix typos in comments (found by codespell)
      aclocal.m4, configure.ac: Fix typos and grammar in comment (found by 
codespell)
      console-client: Fix typos in comments
      console: Fix typos in comments
      misc: Fix typos in comments (found by codespell)
      libshouldbeinlibc: Fix typo in local variable name
      procfs: Fix typos in comments (found by codespell)

Svante Signell (1):
      Make settrans return value returned by chroot command

Thomas Schwinge (3):
      Switch to the new ChangeLog style.
      Merge jkoenig/master into master.
      GNU Hurd 0.6.

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

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]