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.git20230216-4-g0209b2c9


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20230216-4-g0209b2c9
Date: Sun, 2 Apr 2023 18:23:27 -0400 (EDT)

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  0209b2c932994e9ca55d39d98a83ea02aacd1332 (commit)
      from  6f3d68bc8b46bdc7b0f5f43918744d99746672a2 (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 0209b2c932994e9ca55d39d98a83ea02aacd1332
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sat Mar 18 23:18:11 2023 -0400

    Modernize code by removing use of old style definitions.
    
    Also add -Werror=old-style-definition to enforce new code.
    Message-Id: <ZBZ+8xf7GHy2RT/h@jupiter.tail36e24.ts.net>

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

Summary of changes:
 Makeconf                                  |   4 +-
 benchmarks/forks.c                        |   4 +-
 boot/boot.c                               |  14 +-
 boot/boot_script.c                        |   2 +-
 console-client/pc-kbd.c                   |   4 +-
 console-client/timer.h                    |   2 +-
 console-client/xkb/compose.c              |   2 +-
 console-client/xkb/lex.l                  |   4 +-
 console-client/xkb/xkbdata.c              |   6 +-
 daemons/console-run.c                     |   2 +-
 daemons/runttys.c                         |   2 +-
 eth-multiplexer/vdev.c                    |   2 +-
 ext2fs/balloc.c                           |   4 +-
 ext2fs/ext2fs.c                           |   2 +-
 ext2fs/ialloc.c                           |   4 +-
 ext2fs/inode.c                            |   4 +-
 ext2fs/pager.c                            |  14 +-
 fatfs/inode.c                             |   6 +-
 fatfs/main.c                              |   4 +-
 fatfs/pager.c                             |  14 +-
 fstests/fstests.c                         |   2 +-
 isofs/inode.c                             |   2 +-
 isofs/main.c                              |   6 +-
 isofs/pager.c                             |  10 +-
 libdiskfs/boot-start.c                    |   4 +-
 libdiskfs/console.c                       |   2 +-
 libdiskfs/init-startup.c                  |   2 +-
 libdiskfs/readonly.c                      |   2 +-
 libdiskfs/remount.c                       |   2 +-
 libfshelp/get-identity.c                  |   2 +-
 libmachdev/ds_routines.c                  |   4 +-
 libnetfs/init-init.c                      |   2 +-
 libnetfs/init-loop.c                      |   2 +-
 libpager/pager-create.c                   |   2 +-
 libports/create-bucket.c                  |   4 +-
 libports/inhibit-all-rpcs.c               |   2 +-
 libports/interrupted.c                    |   2 +-
 libports/resume-all-rpcs.c                |   2 +-
 libps/host.c                              |   2 +-
 libps/procstat.c                          |   5 +-
 libshouldbeinlibc/idvec.c                 |   2 +-
 libshouldbeinlibc/localhost.c             |   2 +-
 libshouldbeinlibc/portinfo.c              |   4 +-
 libshouldbeinlibc/ugids.c                 |   2 +-
 libshouldbeinlibc/wire.c                  |   2 +-
 libstore/task.c                           |   2 +-
 lwip/lwip-util.c                          |   4 +-
 lwip/port/netif/hurdethif.c               |   2 +-
 lwip/port/netif/hurdtunif.c               |   2 +-
 lwip/startup.c                            |   2 +-
 mach-defpager/default_pager.c             | 379 ++++++++++++------------------
 mach-defpager/setup.c                     |   7 +-
 mach-defpager/wiring.c                    |   5 +-
 nfs/name-cache.c                          |   2 +-
 nfs/rpc.c                                 |   2 +-
 nfsd/cache.c                              |   6 +-
 pfinet/glue-include/linux/sched.h         |   2 +-
 pfinet/linux-src/net/ipv6/ip6_flowlabel.c |   4 +-
 pfinet/linux-src/net/ipv6/route_ipv6.c    |   2 +-
 pfinet/main.c                             |   2 +-
 pfinet/mapped-time.h                      |   4 +-
 pfinet/timer-emul.c                       |   2 +-
 pflocal/sock.c                            |   4 +-
 pflocal/sserver.c                         |   2 +-
 proc/mgt.c                                |   2 +-
 startup/startup.c                         |   2 +-
 storeio/dev.c                             |   2 +-
 storeio/pager.c                           |   2 +-
 sutils/fsck.c                             |   4 +-
 term/devio.c                              |  20 +-
 term/hurdio.c                             |  20 +-
 term/munge.c                              |  14 +-
 term/ptyio.c                              |  20 +-
 term/users.c                              |  10 +-
 tmpfs/node.c                              |   6 +-
 tmpfs/tmpfs.c                             |   2 +-
 trans/random.c                            |   2 +-
 utils/parse.c                             |   6 +-
 utils/pids.c                              |   2 +-
 utils/ps.c                                |   2 +-
 utils/storeinfo.c                         |   2 +-
 81 files changed, 325 insertions(+), 401 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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