commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch eth updated (b5a055b -> 615c5dd)


From: Samuel Thibault
Subject: [hurd] branch eth updated (b5a055b -> 615c5dd)
Date: Tue, 14 Jan 2014 01:59:57 +0000

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

sthibault pushed a change to branch eth
in repository hurd.

      from  b5a055b   Merge branch 'dde-upstream' into eth
      adds  3caf5a9   sutils: fix a compiler warning
      adds  99a035e   swapon: add -e/--ifexists option
      adds  8a76570   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/hurd/hurd
      adds  d1c0b2c   libfshelp: add missing import
      adds  272cf0e   swapon: add -v, --verbose argument
      adds  1fa4f9c   Fix directory rename in firmlinked directory
      adds  73097d3   libdiskfs: fix consistency check
      adds  5534751   libnetfs: fix consistency check
      adds  3bbb218   Fix error handling macro E
      adds  e848c0d   pfinet: Fix call to kfree_s
      adds  7424060   config.make: Use more configure settings when building 
xkb-data
      adds  25a628b   Fix polling pfinet tun for write
      adds  7755215   utils: escape arguments in fakeroot.sh
      adds  67dcc66   utils: escape arguments in remap.sh
      adds  0d3903e   mount: add -n and --no-mtab arguments
      adds  7cf9f75   mount: fix mount -oremount with one parameter
      adds  178b15f   mount: add -f and --fake arguments
      adds  61c5d30   mount: implement -O, --test-opts
      adds  bf827fd   mount: ignore mounted filesystems if --all is given
      adds  cc96e7a   sutils: allow multiple entries for the device "none"
      adds  bcca1a3   sutils: fix the semantic of -t, --types in fstab.c
      adds  a2e7bbe   umount: add a umount utility
      adds  8284389   libnetfs: properly respond to file_get_translator requests
      adds  9b3a87f   Optimize translator string copy
      adds  193cef0   Define and use symbolic names for important processes
      adds  9a73a31   Add configure checks for libdaemon
      adds  4f6fe9c   console-client: add daemonizing support
      adds  4c28f07   libshouldbeinlibc: Add nullauth.{c,h}
      adds  a0ac380   trans: drop privileges in the null translator
      adds  7075bc1   tmpfs: drop privileges in the tmpfs translator
      adds  7808ed7   utils: add nullauth utility
      adds  724089f   Disable transparent gzip/bzip2 decompression
      adds  c4549b0   Do not build gzip/bzip2 support
      adds  48da122   exec: Remove #ifdef 0-out code for user specified exec 
servers.
      adds  1fed12b   exec: remove the BFD code
      adds  0845794   hurd: add missing routines in process_reply.defs
      adds  7f76449   daemons: fix setsid(2) in console-run
      adds  9bb6c17   libnetfs: implement file_get_translator_cntl
      adds  8436e1b   libnetfs: handle dead-name notifications
      adds  69c5f5e   umount: add a umount utility
      adds  7077644   Merge branch 'master-merge2' into master-merge
      adds  bc7f705   Merge branch 'master-merge'
      adds  c879fee   Reserve RPC ID for proc_set_init_task
      adds  ecceb56   proc: make the function check_owner available
      adds  07031c6   proc: add proc_mark_important server code
      adds  5f536bc   hurd: add proc_mark_important
      adds  580abff   init: Mark all of inits children and init itself as 
important
      adds  04de8fc   libdiskfs: register libdiskfs-based translators as 
important
      adds  5b7ec73   libnetfs: register libnetfs-based translators as important
      adds  e3c51fc   libtrivfs: register libtrivfs-based translators as 
important
      adds  ed1863a   mach-defpager: register mach-defpager translators as 
important
      adds  4bb80f9   trans: register symlink translators as important
      adds  c3a7003   Fix build
      adds  96f54b8   mount: handle -t auto
      adds  cc22fd1   Fix variable names
      adds  c62a440   proc: keep track of {start,end}_code
      adds  753ee9a   hurd: add proc_{get,set}_code
      adds  56ec51a   exec: keep track of the range where executable segments 
are mapped
      adds  561d888   proc: remove unused file exc-reply.defs
      adds  f1f56bb   proc: Remove unused declaration of zombie_list
      adds  39e97c7   libihash: add HURD_IHASH_ITERATE_ITEMS macro
      adds  06d49cd   libdiskfs: track file name in struct peropen
      adds  2ea00da   libnetfs: track file name in struct peropen
      adds  9df906e   libfshelp: add translator-list.c
      adds  f18f06e   libdiskfs: add fsys_get_children
      adds  b83056e   libnetfs: add fsys_get_children
      adds  89a8312   libtrivfs: add fsys_get_children
      adds  c51d6ea   trans/symlink.c: add fsys_get_children
      adds  8acdc0f   hurd: add fsys_get_children
      adds  70b1ab5   libdiskfs: add fsys_get_source
      adds  3a5bcbc   libnetfs: add fsys_get_source
      adds  054d366   libtrivfs: add fsys_get_source
      adds  2738f9d   trans/symlink.c: add fsys_get_source
      adds  bdd2c07   hurd: add fsys_get_source
      adds  a9a800d   trans: add mtab translator
      adds  23ca8f5   exec: remove support for transparently unbzip2ing 
executables
      adds  b2e27fc   exec: remove support for transparently ungziping 
executables
      adds  0e84786   Handle notification on page eviction
      adds  ea4802b   Large store support for ext2fs
      adds  0217e43   Add missing include
      adds  66fb1f5   Use fsys_get_children from libc
      adds  3e6aab0   Add match-options to utils sources
      adds  84cf9c0   Remove UFS support
      adds  0adc5f2   Fix cursor size
      adds  4543e17   daemons: make sure / is writable before setting up pflocal
      adds  cdf8520   sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh
      adds  e19cc61   hurd: add _reply suffix to the routines in 
process_reply.defs
      adds  b0475fd   hurd: add _reply suffix to the routines in fsys_reply.defs
      adds  1d8160d   Fix gcc warning
      adds  a42e96e   Fix gcc warning:
      adds  ec62f87   Fix ENOMEM handling in *_make_peropen
      adds  de67a25   Fix gcc warning
      adds  e5c4d8b   Fix gcc warning
      adds  40c49e3   Fix gcc warning
      adds  23b32a7   Fix test for term open mode
      adds  bfd5b9a   Fix S_tioctl_tiocsetd returning errors
      adds  7e67095   Fix gcc warning
      adds  5f9c778   Fix setting modem control lines
      adds  be059c7   Fix gcc warning
      adds  b2f4e7d   Fix test for block compression
      adds  bad88e5   Fix gcc warning
      adds  07cb610   Fix gcc warning
      adds  35cfab0   Properly return error
      adds  59f09db   Fix gcc warning
      adds  ac5d97e   Rename SOCK_* into PFLOCAL_SOCK_*
      adds  036e37e   Fix gcc warning
      adds  e3e8b0b   Fix gcc warning
      adds  a084d09   Fix gcc warning
      adds  fc186a1   Fix sscanf format for c99
       new  7ea30af   Merge remote-tracking branch 'mainline/master' into dde
       new  d4fa1e5   Merge remote-tracking branch 'incubator/dde' into 
dde-upstream
       new  615c5dd   Merge branch 'dde-upstream' into eth

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:

-- 
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]