[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] Hurd branch, master, updated. v0.9.git20230216-8-ga096270c
From: |
Samuel Thibault |
Subject: |
[SCM] Hurd branch, master, updated. v0.9.git20230216-8-ga096270c |
Date: |
Sat, 8 Apr 2023 04:56:13 -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 a096270c77b1f6461a2ef58660ad9cfa9cbb32bb (commit)
from 5de1b81f0bb24ba38d0a819bba9bd526863b5385 (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 a096270c77b1f6461a2ef58660ad9cfa9cbb32bb
Author: Flavio Cruz <flaviocruz@gmail.com>
Date: Sat Apr 8 01:03:31 2023 -0400
Further modernize Hurd code by enforcing strict prototypes and no implicit
function declarations.
Most of the changes land in one of these buckets:
* Removed unused declarations.
* Used (void) to represent no parameters instead of () which means an
undeterminate number of parameters.
* Included missing header files whenever necessary (stdlib.h,
sys/mman.h, etc)
* Typedefed function pointers to be able to fully declare the parameter
types.
* Added declarations of library functions that are used elsewhere
(example is libps/ps.h).
* Made functions static whenever they are only used in that file.
* Forwarded declarations of some methods that were made static.
Message-Id: <ZDD1o7/tVYeZew+G@jupiter.tail36e24.ts.net>
-----------------------------------------------------------------------
Summary of changes:
Makeconf | 1 +
boot/boot.c | 9 ++---
console-client/xkb/parser.y | 6 ++--
console-client/xkb/xkb.h | 2 +-
daemons/getty.c | 4 +--
eth-multiplexer/vdev.h | 6 ++--
ext2fs/ext2fs.h | 6 ++--
fatfs/fatfs.h | 2 +-
libdiskfs/boot-start.c | 2 +-
libdiskfs/diskfs.h | 14 ++++----
libfshelp/fshelp.h | 1 +
libnetfs/fsys-get-children.c | 1 +
libports/manage-multithread.c | 2 +-
libports/ports.h | 2 +-
libps/proclist.c | 6 ++--
libps/ps.h | 48 ++++++++++++++++++++++---
libps/spec.c | 70 ++++++++++++++++++++-----------------
libshouldbeinlibc/idvec-verify.c | 12 ++++++-
libshouldbeinlibc/ugids.h | 2 +-
libtrivfs/dyn-classes.c | 4 +--
libtrivfs/trivfs.h | 12 ++++---
lwip/port/include/netif/hurdethif.h | 2 +-
lwip/port/include/netif/hurdtunif.h | 2 +-
lwip/startup.h | 2 +-
mach-defpager/default_pager.c | 11 +++---
mach-defpager/default_pager.h | 5 ++-
mach-defpager/main.c | 4 ---
mach-defpager/wiring.h | 6 ++--
nfs/main.c | 2 +-
nfs/mount.c | 4 +--
pfinet/stubs.c | 2 +-
pflocal/sock.h | 4 +--
pflocal/sserver.h | 2 +-
term/devio.c | 2 +-
term/hurdio.c | 2 +-
term/term.h | 2 +-
trans/firmlink.c | 2 +-
utils/rpcscan.c | 2 +-
utils/w.c | 8 ++---
39 files changed, 161 insertions(+), 115 deletions(-)
hooks/post-receive
--
Hurd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] Hurd branch, master, updated. v0.9.git20230216-8-ga096270c,
Samuel Thibault <=