commit-hurd
[Top][All Lists]
Advanced

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

[hurd] annotated tag upstream/hurd/0.5.git20141108 created (now fc232f9)


From: Samuel Thibault
Subject: [hurd] annotated tag upstream/hurd/0.5.git20141108 created (now fc232f9)
Date: Sun, 09 Nov 2014 12:30:22 +0000

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

sthibault pushed a change to annotated tag upstream/hurd/0.5.git20141108
in repository hurd.

        at  fc232f9   (tag)
   tagging  e4a9a4de4b0c0c09a09688817cafb20a48b80b6d (commit)
  replaces  upstream/hurd/0.5.git20140526
 tagged by  Samuel Thibault
        on  Sat Nov 8 19:52:49 2014 +0000

- Log -----------------------------------------------------------------
New upstream snapshot

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

Cyril Roelandt (1):
      Fix procfs link

David Michael (2):
      Add mach_debug defs rules
      sutils: add urandom device target to MAKEDEV

Gabriele Giacone (2):
      utils/umount: clean up
      utils/mount: add mount options to create firmlinks.

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 (78):
      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
      fix a receiver lookup
      Implement /proc/slabinfo
      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

Ludovic Courtès (2):
      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 (7):
      Move procfs to pthreads
      Move random to pthreads
      Report VM cache size in meminfo
      Fix mtab translator leak
      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 (22):
      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
      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
      Merge remote-tracking branch 'upstream/master' into upstream

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

Thomas Schwinge (2):
      Switch to the new ChangeLog style.
      Merge jkoenig/master into master.

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

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]