commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9.git20230912-17-g6b494f5e


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20230912-17-g6b494f5e
Date: Sun, 17 Dec 2023 17:57:07 -0500 (EST)

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 branch, master has been updated
       via  6b494f5e7599ece2ca981472d690db3df3133bde (commit)
      from  b1d240be9b36a1db738e1357081987873be94636 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6b494f5e7599ece2ca981472d690db3df3133bde
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Thu Dec 14 01:06:37 2023 -0500

    Update server handlers to return kern_return_error to fix 
-Werror=enum-int-mismatch warnings
    
    MiG expects those to return kern_return_t.
    Message-ID: <ZXqbbXpVqQAwd2qv@jupiter.tail36e24.ts.net>

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

Summary of changes:
 acpi/acpi-ops.c                    |  4 ++--
 boot/boot.c                        |  2 +-
 console-client/trans.c             | 10 +++++-----
 console/display.c                  |  8 ++++----
 ext2fs/storeinfo.c                 |  2 +-
 fatfs/inode.c                      |  2 +-
 fatfs/main.c                       |  2 +-
 isofs/inode.c                      |  2 +-
 libdiskfs/dir-lookup.c             |  2 +-
 libdiskfs/file-chmod.c             |  2 +-
 libdiskfs/file-get-fs-opts.c       |  2 +-
 libdiskfs/file-getfh.c             |  2 +-
 libdiskfs/file-record-lock.c       |  2 +-
 libdiskfs/file-reparent.c          |  2 +-
 libdiskfs/fsys-forward.c           |  2 +-
 libdiskfs/fsys-get-children.c      |  2 +-
 libdiskfs/fsys-get-source.c        |  2 +-
 libdiskfs/fsys-getfile.c           |  2 +-
 libdiskfs/fsys-goaway.c            |  2 +-
 libdiskfs/fsys-options.c           |  2 +-
 libdiskfs/io-identity.c            |  2 +-
 libmachdev/trivfs_server.c         |  2 +-
 libnetfs/dir-link.c                |  2 +-
 libnetfs/dir-lookup.c              |  2 +-
 libnetfs/dir-mkdir.c               |  2 +-
 libnetfs/dir-mkfile.c              |  2 +-
 libnetfs/dir-notice-changes.c      |  2 +-
 libnetfs/dir-readdir.c             |  2 +-
 libnetfs/dir-rename.c              |  2 +-
 libnetfs/dir-rmdir.c               |  2 +-
 libnetfs/dir-unlink.c              |  2 +-
 libnetfs/file-chauthor.c           |  2 +-
 libnetfs/file-check-access.c       |  2 +-
 libnetfs/file-chflags.c            |  2 +-
 libnetfs/file-chmod.c              |  2 +-
 libnetfs/file-chown.c              |  2 +-
 libnetfs/file-get-fs-options.c     |  2 +-
 libnetfs/file-get-storage-info.c   |  2 +-
 libnetfs/file-get-transcntl.c      |  2 +-
 libnetfs/file-get-translator.c     |  2 +-
 libnetfs/file-getcontrol.c         |  2 +-
 libnetfs/file-getlinknode.c        |  2 +-
 libnetfs/file-lock-stat.c          |  2 +-
 libnetfs/file-lock.c               |  2 +-
 libnetfs/file-reparent.c           |  2 +-
 libnetfs/file-set-size.c           |  2 +-
 libnetfs/file-set-translator.c     |  2 +-
 libnetfs/file-statfs.c             |  2 +-
 libnetfs/file-sync.c               |  2 +-
 libnetfs/file-syncfs.c             |  2 +-
 libnetfs/file-utimes.c             |  4 ++--
 libnetfs/fsstubs.c                 |  6 +++---
 libnetfs/fsys-get-children.c       |  2 +-
 libnetfs/fsys-get-options.c        |  2 +-
 libnetfs/fsys-get-source.c         |  2 +-
 libnetfs/fsys-getroot.c            |  2 +-
 libnetfs/fsys-goaway.c             |  2 +-
 libnetfs/fsys-set-options.c        |  2 +-
 libnetfs/fsys-syncfs.c             |  2 +-
 libnetfs/fsysstubs.c               | 10 +++++-----
 libnetfs/io-async.c                |  2 +-
 libnetfs/io-clear-some-openmodes.c |  2 +-
 libnetfs/io-duplicate.c            |  2 +-
 libnetfs/io-get-icky-async-id.c    |  2 +-
 libnetfs/io-get-openmodes.c        |  2 +-
 libnetfs/io-get-owner.c            |  2 +-
 libnetfs/io-identity.c             |  2 +-
 libnetfs/io-mod-owner.c            |  2 +-
 libnetfs/io-pathconf.c             |  2 +-
 libnetfs/io-read.c                 |  2 +-
 libnetfs/io-readable.c             |  2 +-
 libnetfs/io-reauthenticate.c       |  2 +-
 libnetfs/io-restrict-auth.c        |  2 +-
 libnetfs/io-seek.c                 |  2 +-
 libnetfs/io-select.c               |  4 ++--
 libnetfs/io-set-all-openmodes.c    |  2 +-
 libnetfs/io-set-some-openmodes.c   |  2 +-
 libnetfs/io-stat.c                 |  2 +-
 libnetfs/io-write.c                |  2 +-
 libnetfs/iostubs.c                 | 20 ++++++++++----------
 libports/notify-dead-name.c        |  2 +-
 libports/notify-msg-accepted.c     |  2 +-
 libports/notify-no-senders.c       |  2 +-
 libports/notify-port-deleted.c     |  2 +-
 libports/notify-port-destroyed.c   |  2 +-
 libports/notify-send-once.c        |  2 +-
 libtrivfs/file-access.c            |  2 +-
 libtrivfs/file-get-fs-options.c    |  2 +-
 libtrivfs/file-get-storage-info.c  |  2 +-
 libtrivfs/file-reparent.c          |  2 +-
 libtrivfs/fsys-forward.c           |  2 +-
 libtrivfs/fsys-get-children.c      |  2 +-
 libtrivfs/fsys-get-options.c       |  2 +-
 libtrivfs/fsys-get-source.c        |  2 +-
 libtrivfs/fsys-set-options.c       |  2 +-
 libtrivfs/io-identity.c            |  2 +-
 libtrivfs/io-modes-set.c           |  2 +-
 pflocal/fs.c                       |  2 +-
 pflocal/io.c                       | 32 ++++++++++++++++----------------
 pflocal/pf.c                       |  8 ++++----
 pflocal/socket.c                   | 24 ++++++++++++------------
 proc/mgt.c                         | 12 ++++++------
 startup/startup.c                  | 14 +++++++-------
 storeio/io.c                       | 34 +++++++++++++++++-----------------
 term/devio.c                       |  2 +-
 term/ptyio.c                       | 10 +++++-----
 term/users.c                       | 38 +++++++++++++++++++-------------------
 tmpfs/node.c                       |  2 +-
 trans/crash.c                      |  4 ++--
 trans/fakeroot.c                   | 14 +++++++-------
 trans/fifo.c                       | 28 ++++++++++++++--------------
 trans/firmlink.c                   | 10 +++++-----
 trans/hello-mt.c                   |  4 ++--
 trans/hello.c                      |  4 ++--
 trans/ifsock.c                     |  2 +-
 trans/mtab.c                       |  6 +++---
 trans/new-fifo.c                   | 30 +++++++++++++++---------------
 trans/null.c                       |  2 +-
 trans/proxy-defpager.c             |  2 +-
 trans/random.c                     | 18 +++++++++---------
 trans/streamio.c                   | 34 +++++++++++++++++-----------------
 trans/symlink.c                    |  6 +++---
 122 files changed, 293 insertions(+), 293 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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