Am 06.04.2025 um 03:24 schrieb Taylor R Campbell:
>> Date: Sat, 5 Apr 2025 19:18:20 +0200
>> From: Roland Illig
>>
>> Would it be narrow enough to add /*CONSTCOND*/ to the definition of
>> ALIGNED_POINTER on i386 and amd64? Or would you consider this still too
>> broad?
>
> Might be reasonable. B
> Date: Sat, 5 Apr 2025 19:18:20 +0200
> From: Roland Illig
>
> Would it be narrow enough to add /*CONSTCOND*/ to the definition of
> ALIGNED_POINTER on i386 and amd64? Or would you consider this still too
> broad?
Might be reasonable. But then we have a lot of predicates that might
be used in
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 15:48:26 UTC 2025
Modified Files:
src/sys/sys: cdefs.h
Log Message:
__predict_true/false: Make these work with C++ too.
Should fix build after recent assert.h change.
error: no match for `operator!=' (operand types
Am 05.04.2025 um 02:07 schrieb Taylor R Campbell:
>> Module Name:src
>> Committed By: rillig
>> Date: Fri Apr 4 20:52:32 UTC 2025
>>
>> Modified Files:
>> src/sys/sys: cdefs.h
>>
>> Log Message:
>> sys/cdefs.h: fix __predict_true and __predict_false for lint
>>
>> -#define
> Module Name:src
> Committed By: rillig
> Date: Fri Apr 4 20:52:32 UTC 2025
>
> Modified Files:
> src/sys/sys: cdefs.h
>
> Log Message:
> sys/cdefs.h: fix __predict_true and __predict_false for lint
>
> -#define __predict_true(exp) __builtin_expect((exp) ? 1 :
Module Name:src
Committed By: kre
Date: Sat Mar 29 17:29:20 UTC 2025
Modified Files:
src/sys/sys: cpu_data.h
Log Message:
CPU_COUNT() macro args are properly parenthesised when used.
This will hopefully fix builds after recent changes to how KASSERT()
uses its args.
To
Module Name:src
Committed By: kre
Date: Sat Mar 29 17:29:20 UTC 2025
Modified Files:
src/sys/sys: cpu_data.h
Log Message:
CPU_COUNT() macro args are properly parenthesised when used.
This will hopefully fix builds after recent changes to how KASSERT()
uses its args.
To
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 15:48:26 UTC 2025
Modified Files:
src/sys/sys: cdefs.h
Log Message:
__predict_true/false: Make these work with C++ too.
Should fix build after recent assert.h change.
error: no match for `operator!=' (operand types
Module Name:src
Committed By: jakllsch
Date: Wed Mar 19 20:47:49 UTC 2025
Modified Files:
src/sys/sys: device.h
Log Message:
remove long-unused LKM-related structure
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/sys/sys/device.h
Please note that di
Module Name:src
Committed By: jakllsch
Date: Wed Mar 19 20:47:49 UTC 2025
Modified Files:
src/sys/sys: device.h
Log Message:
remove long-unused LKM-related structure
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/sys/sys/device.h
Please note that di
Module Name:src
Committed By: riastradh
Date: Tue Mar 4 12:43:40 UTC 2025
Modified Files:
src/sys/sys: futex.h
Log Message:
sys/futex.h: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/fute
Module Name:src
Committed By: riastradh
Date: Tue Mar 4 12:43:40 UTC 2025
Modified Files:
src/sys/sys: futex.h
Log Message:
sys/futex.h: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/fute
Module Name:src
Committed By: riastradh
Date: Wed Dec 4 15:25:30 UTC 2024
Modified Files:
src/sys/sys: ipmi.h
Log Message:
sys/ipmi.h: Tidy header file.
Need for _IOWR/_IOW/_IOR. Nix trailing whitespace.
Cleanup in preparation for:
PR kern/58869: ipmi(4) holds sc_cmd
Module Name:src
Committed By: riastradh
Date: Wed Dec 4 15:25:30 UTC 2024
Modified Files:
src/sys/sys: ipmi.h
Log Message:
sys/ipmi.h: Tidy header file.
Need for _IOWR/_IOW/_IOR. Nix trailing whitespace.
Cleanup in preparation for:
PR kern/58869: ipmi(4) holds sc_cmd
Module Name:src
Committed By: riastradh
Date: Sun Nov 10 16:14:52 UTC 2024
Modified Files:
src/sys/sys: filedesc.h
Log Message:
sys/filedesc.h: Add a note about writing to ff_exclose.
No functional change intended -- just a reminder to avoid repeating a
class of bugs we'v
Module Name:src
Committed By: riastradh
Date: Sun Nov 10 16:14:52 UTC 2024
Modified Files:
src/sys/sys: filedesc.h
Log Message:
sys/filedesc.h: Add a note about writing to ff_exclose.
No functional change intended -- just a reminder to avoid repeating a
class of bugs we'v
Module Name:src
Committed By: nia
Date: Fri Nov 1 16:37:42 UTC 2024
Modified Files:
src/sys/sys: poll.h
Log Message:
sys: Expose ppoll in POSIX.1-2024 mode.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/poll.h
Please note that diffs are not
Module Name:src
Committed By: nia
Date: Fri Nov 1 16:37:42 UTC 2024
Modified Files:
src/sys/sys: poll.h
Log Message:
sys: Expose ppoll in POSIX.1-2024 mode.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/poll.h
Please note that diffs are not
Module Name:src
Committed By: kre
Date: Thu Sep 19 14:41:05 UTC 2024
Modified Files:
src/sys/sys: signal.h
Log Message:
PR lib/58674 (not really so much any more)
Correct previous.
bsd_signal should only be visible with _NETBSD_SOURCE - it isn't any kind of
standard func
Module Name:src
Committed By: kre
Date: Thu Sep 19 14:41:05 UTC 2024
Modified Files:
src/sys/sys: signal.h
Log Message:
PR lib/58674 (not really so much any more)
Correct previous.
bsd_signal should only be visible with _NETBSD_SOURCE - it isn't any kind of
standard func
Module Name:src
Committed By: kre
Date: Thu Sep 19 13:16:30 UTC 2024
Modified Files:
src/sys/sys: signal.h
Log Message:
PR lib/58674
bsd_signal should only be visible with _NETBSD_SOURCE - it isn't any kind of
standard function (despite also existing in other systems).
T
Module Name:src
Committed By: kre
Date: Thu Sep 19 13:16:30 UTC 2024
Modified Files:
src/sys/sys: signal.h
Log Message:
PR lib/58674
bsd_signal should only be visible with _NETBSD_SOURCE - it isn't any kind of
standard function (despite also existing in other systems).
T
Hi,
Christos Zoulas writes:
> And committed.
Thank you very much for your quick fix.
It works fine for me now.
> christos
>
>
--
Ryo ONODERA // r...@tetera.org
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3
And committed.
christos
On 2024-09-11 11:18 am, Taylor R Campbell wrote:
Date: Thu, 12 Sep 2024 00:05:24 +0900
From: Ryo ONODERA
"Taylor R Campbell" writes:
> sys/endian.h: Hide le32enc/be32enc/... under _NETBSD_SOURCE.
>
> These are non-standard extensions, so they should not be exposed by,
> e.g., _XOPEN_SOURCE=70
> Date: Thu, 12 Sep 2024 00:05:24 +0900
> From: Ryo ONODERA
>
> "Taylor R Campbell" writes:
>
> > sys/endian.h: Hide le32enc/be32enc/... under _NETBSD_SOURCE.
> >
> > These are non-standard extensions, so they should not be exposed by,
> > e.g., _XOPEN_SOURCE=700.
> >
> > PR standards/57807: #i
Hi,
"Taylor R Campbell" writes:
> Module Name: src
> Committed By: riastradh
> Date: Mon Sep 9 18:17:14 UTC 2024
>
> Modified Files:
> src/sys/sys: endian.h
>
> Log Message:
> sys/endian.h: Hide le32enc/be32enc/... under _NETBSD_SOURCE.
>
> These are non-standard extensions, so t
Module Name:src
Committed By: rillig
Date: Mon Sep 9 18:38:38 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
sys/endian.h: sync comment with code
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/endian.h
Please note that diffs are
Module Name:src
Committed By: rillig
Date: Mon Sep 9 18:38:38 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
sys/endian.h: sync comment with code
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/endian.h
Please note that diffs are
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 18:17:14 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
sys/endian.h: Hide le32enc/be32enc/... under _NETBSD_SOURCE.
These are non-standard extensions, so they should not be exposed by,
e.g., _XOPEN_SOU
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 18:17:14 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
sys/endian.h: Hide le32enc/be32enc/... under _NETBSD_SOURCE.
These are non-standard extensions, so they should not be exposed by,
e.g., _XOPEN_SOU
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:22:50 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
arpa/inet.h: Define htonl &c. under _POSIX_C_SOURCE >= 200112L too.
These do not require _XOPEN_SOURCE as of POSIX 2001:
https://pubs.opengroup.o
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:22:50 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
arpa/inet.h: Define htonl &c. under _POSIX_C_SOURCE >= 200112L too.
These do not require _XOPEN_SOURCE as of POSIX 2001:
https://pubs.opengroup.o
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:05:39 UTC 2024
Modified Files:
src/sys/sys: featuretest.h
Log Message:
sys/featuretest.h: Define _POSIX_C_SOURCE according to _XOPEN_SOURCE.
If _XOPEN_SOURCE is defined but _POSIX_C_SOURCE is not, there is a
corr
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:05:39 UTC 2024
Modified Files:
src/sys/sys: featuretest.h
Log Message:
sys/featuretest.h: Define _POSIX_C_SOURCE according to _XOPEN_SOURCE.
If _XOPEN_SOURCE is defined but _POSIX_C_SOURCE is not, there is a
corr
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 12:01:16 UTC 2024
Modified Files:
src/sys/sys: signal.h
Log Message:
signal.h: Fix namespacing for various SA_* constants.
References:
POSIX 2001 (items labeled XSI are restricted by _XOPEN_SOURCE):
https://pubs.op
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 12:01:16 UTC 2024
Modified Files:
src/sys/sys: signal.h
Log Message:
signal.h: Fix namespacing for various SA_* constants.
References:
POSIX 2001 (items labeled XSI are restricted by _XOPEN_SOURCE):
https://pubs.op
Module Name:src
Committed By: riastradh
Date: Tue Aug 27 00:57:35 UTC 2024
Modified Files:
src/sys/sys: param.h
Log Message:
sys/param.h: Welcome to 10.99.12!
Courtesy of entropy_consolidate's new return value, telling the
caller whether it was interrupted by a signal or
Module Name:src
Committed By: riastradh
Date: Tue Aug 27 00:57:35 UTC 2024
Modified Files:
src/sys/sys: param.h
Log Message:
sys/param.h: Welcome to 10.99.12!
Courtesy of entropy_consolidate's new return value, telling the
caller whether it was interrupted by a signal or
Module Name:src
Committed By: christos
Date: Mon Aug 19 17:16:02 UTC 2024
Modified Files:
src/sys/sys: disklabel_gpt.h
Log Message:
Add OpenBSD UUID (Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/disklabel_gpt.h
Please note that d
Module Name:src
Committed By: christos
Date: Mon Aug 19 17:16:02 UTC 2024
Modified Files:
src/sys/sys: disklabel_gpt.h
Log Message:
Add OpenBSD UUID (Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/disklabel_gpt.h
Please note that d
Module Name:src
Committed By: riastradh
Date: Thu Aug 15 20:42:59 UTC 2024
Modified Files:
src/sys/sys: featuretest.h
Log Message:
sys/featuretest.h: Cite references for _POSIX_C_SOURCE/_XOPEN_SOURCE.
No functional change intended, comment-only.
To generate a diff of th
Module Name:src
Committed By: riastradh
Date: Thu Aug 15 20:42:59 UTC 2024
Modified Files:
src/sys/sys: featuretest.h
Log Message:
sys/featuretest.h: Cite references for _POSIX_C_SOURCE/_XOPEN_SOURCE.
No functional change intended, comment-only.
To generate a diff of th
Module Name:src
Committed By: riastradh
Date: Thu Aug 15 20:25:47 UTC 2024
Modified Files:
src/sys/sys: featuretest.h
Log Message:
sys/featuretest.h: Update comments for POSIX 2024 and C23.
No functional change intended.
Maybe we should turn this into a man page.
To ge
Module Name:src
Committed By: riastradh
Date: Thu Aug 15 20:25:47 UTC 2024
Modified Files:
src/sys/sys: featuretest.h
Log Message:
sys/featuretest.h: Update comments for POSIX 2024 and C23.
No functional change intended.
Maybe we should turn this into a man page.
To ge
Module Name:src
Committed By: riastradh
Date: Thu Jul 11 06:05:59 UTC 2024
Modified Files:
src/sys/sys: syslog.h
Log Message:
sys/syslog.h: Nix trailing whitespace.
No functional change intended.
PR 58391
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 sr
Module Name:src
Committed By: riastradh
Date: Thu Jul 11 06:05:59 UTC 2024
Modified Files:
src/sys/sys: syslog.h
Log Message:
sys/syslog.h: Nix trailing whitespace.
No functional change intended.
PR 58391
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 sr
Module Name:src
Committed By: riastradh
Date: Sat Jun 29 13:04:20 UTC 2024
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to NetBSD 10.99.11, courtesy of sdt:::set-error probe.
PR kern/58378
(and also if_stat..._ref API change, PR kern/58377)
To generate a d
Module Name:src
Committed By: riastradh
Date: Sat Jun 29 13:04:20 UTC 2024
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to NetBSD 10.99.11, courtesy of sdt:::set-error probe.
PR kern/58378
(and also if_stat..._ref API change, PR kern/58377)
To generate a d
Module Name:src
Committed By: riastradh
Date: Sat Jun 29 03:01:29 UTC 2024
Modified Files:
src/sys/sys: sdt.h
Log Message:
sys/sdt.h: Make SDT_PROBE* work as expressions.
This way, they can be used inside other expressions with the comma
operator, such as in the SET_ERROR
Module Name:src
Committed By: riastradh
Date: Sat Jun 29 03:01:29 UTC 2024
Modified Files:
src/sys/sys: sdt.h
Log Message:
sys/sdt.h: Make SDT_PROBE* work as expressions.
This way, they can be used inside other expressions with the comma
operator, such as in the SET_ERROR
Hi,
Thanks for your fix.
It works fine for me.
"Taylor R Campbell" writes:
> Module Name: src
> Committed By: riastradh
> Date: Sat May 25 13:44:48 UTC 2024
>
> Modified Files:
> src/sys/sys: ucontext.h
>
> Log Message:
> ucontext.h: Expose __UCONTEXT_SIZE to userland.
>
> But do
Module Name:src
Committed By: riastradh
Date: Sat May 25 13:44:48 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
ucontext.h: Expose __UCONTEXT_SIZE to userland.
But don't expose __CTASSERT(__UCONTEXT_SIZE == sizeof(ucontext_t)) to
userland.
- __UCONTEXT_SI
Module Name:src
Committed By: riastradh
Date: Sat May 25 13:44:48 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
ucontext.h: Expose __UCONTEXT_SIZE to userland.
But don't expose __CTASSERT(__UCONTEXT_SIZE == sizeof(ucontext_t)) to
userland.
- __UCONTEXT_SI
Module Name:src
Committed By: ryoon
Date: Fri May 24 13:50:30 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
Move __UCONTEXT_SIZE inside _KERNEL like before
Fix pkgsrc/lang/rust runtime SIGILL error during pkgsrc/www/firefox build.
To generate a diff of t
Module Name:src
Committed By: ryoon
Date: Fri May 24 13:50:30 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
Move __UCONTEXT_SIZE inside _KERNEL like before
Fix pkgsrc/lang/rust runtime SIGILL error during pkgsrc/www/firefox build.
To generate a diff of t
Module Name:src
Committed By: thorpej
Date: Sat May 18 01:21:42 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
If does not define __UCONTEXT_SIZE, define it as
sizeof(ucontext_t).
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/sys/u
Module Name:src
Committed By: thorpej
Date: Sat May 18 01:21:42 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
If does not define __UCONTEXT_SIZE, define it as
sizeof(ucontext_t).
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/sys/u
Module Name:src
Committed By: thorpej
Date: Sat May 18 01:16:21 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
Define the _UC_* flag bits before including .
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/sys/ucontext.h
Please note t
Module Name:src
Committed By: thorpej
Date: Sat May 18 01:16:21 UTC 2024
Modified Files:
src/sys/sys: ucontext.h
Log Message:
Define the _UC_* flag bits before including .
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/sys/ucontext.h
Please note t
Module Name:src
Committed By: rillig
Date: Sun May 12 10:45:13 UTC 2024
Modified Files:
src/sys/sys: lock.h
Log Message:
sys/lock.h: remove stray semicolon from SPINLOCK_BACKOFF macro
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/sys/lock.h
Pleas
Module Name:src
Committed By: rillig
Date: Sun May 12 10:45:13 UTC 2024
Modified Files:
src/sys/sys: lock.h
Log Message:
sys/lock.h: remove stray semicolon from SPINLOCK_BACKOFF macro
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/sys/lock.h
Pleas
Module Name:src
Committed By: rillig
Date: Sun May 12 10:38:03 UTC 2024
Modified Files:
src/sys/sys: module_hook.h
Log Message:
sys/module_hook.h: remove CONSTCOND comment from do-while-0 loop
Lint doesn't need this comment anymore, as there is nothing surprising
or unusu
Module Name:src
Committed By: rillig
Date: Sun May 12 10:38:03 UTC 2024
Modified Files:
src/sys/sys: module_hook.h
Log Message:
sys/module_hook.h: remove CONSTCOND comment from do-while-0 loop
Lint doesn't need this comment anymore, as there is nothing surprising
or unusu
Module Name:src
Committed By: rillig
Date: Sun May 12 10:34:56 UTC 2024
Modified Files:
src/sys/sys: bitops.h boot_flag.h bootblock.h buf.h cctr.h cdefs.h
cpu_data.h fd_set.h ieee754.h ipc.h kernhist.h lock.h mbuf.h msg.h
queue.h rbtree.h resourcevar
Module Name:src
Committed By: rillig
Date: Sun May 12 10:34:56 UTC 2024
Modified Files:
src/sys/sys: bitops.h boot_flag.h bootblock.h buf.h cctr.h cdefs.h
cpu_data.h fd_set.h ieee754.h ipc.h kernhist.h lock.h mbuf.h msg.h
queue.h rbtree.h resourcevar
Module Name:src
Committed By: rillig
Date: Sun May 12 09:34:25 UTC 2024
Modified Files:
src/sys/sys: ktrace.h
Log Message:
sys/ktrace.h: fix off-by-one in snprintb for ktrace flags
There's a one-bit gap between TRC_EMUL and INHERIT.
Noticed by RVP.
To generate a diff o
Module Name:src
Committed By: rillig
Date: Sun May 12 09:34:25 UTC 2024
Modified Files:
src/sys/sys: ktrace.h
Log Message:
sys/ktrace.h: fix off-by-one in snprintb for ktrace flags
There's a one-bit gap between TRC_EMUL and INHERIT.
Noticed by RVP.
To generate a diff o
Module Name:src
Committed By: riastradh
Date: Sat May 11 13:26:54 UTC 2024
Modified Files:
src/sys/sys: cdefs.h
Log Message:
sys/cdefs.h: Make various macros work more robustly.
Use predefined __-namespace macros inside __BIT, __type_min,
__type_max, and __type_fit:
- Us
Module Name:src
Committed By: riastradh
Date: Sat May 11 13:26:54 UTC 2024
Modified Files:
src/sys/sys: cdefs.h
Log Message:
sys/cdefs.h: Make various macros work more robustly.
Use predefined __-namespace macros inside __BIT, __type_min,
__type_max, and __type_fit:
- Us
Module Name:src
Committed By: rillig
Date: Fri May 10 09:30:47 UTC 2024
Modified Files:
src/sys/sys: ktrace.h
Log Message:
sys/ktrace.h: fix off-by-one error in snprintb for ktrace flags
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/sys/ktrace.h
Module Name:src
Committed By: rillig
Date: Fri May 10 09:30:47 UTC 2024
Modified Files:
src/sys/sys: ktrace.h
Log Message:
sys/ktrace.h: fix off-by-one error in snprintb for ktrace flags
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/sys/ktrace.h
Module Name:src
Committed By: rillig
Date: Wed May 1 07:43:42 UTC 2024
Modified Files:
src/sys/sys: cdefs.h
Log Message:
sys/cdefs.h: pass __aligned to lint
Lint could parse _Alignas and __attribute__((__aligned__(4))) previously
but simply ignored them. Since today, the
Module Name:src
Committed By: rillig
Date: Wed May 1 07:43:42 UTC 2024
Modified Files:
src/sys/sys: cdefs.h
Log Message:
sys/cdefs.h: pass __aligned to lint
Lint could parse _Alignas and __attribute__((__aligned__(4))) previously
but simply ignored them. Since today, the
Module Name:src
Committed By: riastradh
Date: Wed Apr 17 18:01:29 UTC 2024
Modified Files:
src/sys/sys: conf.h
Log Message:
sys/conf.h: Need sys/types.h for dev_t, devmajor_t.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/sys/conf.h
Please note
Module Name:src
Committed By: riastradh
Date: Wed Apr 17 18:01:29 UTC 2024
Modified Files:
src/sys/sys: conf.h
Log Message:
sys/conf.h: Need sys/types.h for dev_t, devmajor_t.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/sys/conf.h
Please note
Module Name:src
Committed By: andvar
Date: Wed Apr 10 20:00:12 UTC 2024
Modified Files:
src/sys/sys: disklabel.h
Log Message:
s/Unfornately/Unfortunately/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/sys/disklabel.h
Please note tha
Module Name:src
Committed By: andvar
Date: Wed Apr 10 20:00:12 UTC 2024
Modified Files:
src/sys/sys: disklabel.h
Log Message:
s/Unfornately/Unfortunately/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/sys/disklabel.h
Please note tha
Module Name:src
Committed By: skrll
Date: Sun Jan 28 10:06:19 UTC 2024
Modified Files:
src/sys/sys: userret.h
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/userret.h
Please note that diffs are not public doma
Module Name:src
Committed By: skrll
Date: Sun Jan 28 10:06:19 UTC 2024
Modified Files:
src/sys/sys: userret.h
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/userret.h
Please note that diffs are not public doma
Module Name:src
Committed By: jdolecek
Date: Mon Jan 22 21:15:02 UTC 2024
Modified Files:
src/sys/sys: mbuf.h
Log Message:
fix M_CSUM_BITS bitfield for M_CSUM_BLANK - \37 is the bit before \40
noticed by rillig@ thanks
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: jdolecek
Date: Mon Jan 22 21:15:02 UTC 2024
Modified Files:
src/sys/sys: mbuf.h
Log Message:
fix M_CSUM_BITS bitfield for M_CSUM_BLANK - \37 is the bit before \40
noticed by rillig@ thanks
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Mon Jan 22 18:50:46 UTC 2024
Modified Files:
src/sys/sys: socket.h
Log Message:
PR/57871: Haelwenn Monnier: Don't use u_char because it is not defined in with
POSIX_C_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Mon Jan 22 18:50:46 UTC 2024
Modified Files:
src/sys/sys: socket.h
Log Message:
PR/57871: Haelwenn Monnier: Don't use u_char because it is not defined in with
POSIX_C_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Sat Jan 20 13:15:46 UTC 2024
Modified Files:
src/sys/sys: sysctl.h
Log Message:
Make __learn_tree always visible. It starts with __ anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/sys/sysctl.h
Module Name:src
Committed By: christos
Date: Sat Jan 20 13:15:46 UTC 2024
Modified Files:
src/sys/sys: sysctl.h
Log Message:
Make __learn_tree always visible. It starts with __ anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/sys/sysctl.h
Module Name:src
Committed By: christos
Date: Fri Jan 19 18:39:59 UTC 2024
Modified Files:
src/sys/sys: ptree.h sha2.h sysctl.h
Log Message:
Add missing decls.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/ptree.h
cvs rdiff -u -r1.3 -r1.4 src/sys
Module Name:src
Committed By: christos
Date: Fri Jan 19 18:39:59 UTC 2024
Modified Files:
src/sys/sys: ptree.h sha2.h sysctl.h
Log Message:
Add missing decls.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/ptree.h
cvs rdiff -u -r1.3 -r1.4 src/sys
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 18:15:37 UTC 2024
Modified Files:
src/sys/sys: device.h
Log Message:
Revert unintended commit (didn't hit CTRL-C fast enough I guess).
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/sys/sys/devic
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 18:15:37 UTC 2024
Modified Files:
src/sys/sys: device.h
Log Message:
Revert unintended commit (didn't hit CTRL-C fast enough I guess).
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/sys/sys/devic
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 18:14:24 UTC 2024
Modified Files:
src/sys/sys: device.h evcnt.h
Log Message:
Provide an ev_count32 field for situations where a 32-bit counter is
sufficient (and, notably, might be desirable to avoid 64-bit math on
an
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 18:14:24 UTC 2024
Modified Files:
src/sys/sys: device.h evcnt.h
Log Message:
Provide an ev_count32 field for situations where a 32-bit counter is
sufficient (and, notably, might be desirable to avoid 64-bit math on
an
In article <2017973.usquhbg...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Tuesday, January 2, 2024 8:27:57 PM CET Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Tue Jan 2 19:27:57 UTC 2024
>>
>> Modified Files:
>> src/sys/sys: rbt
Module Name:src
Committed By: christos
Date: Wed Jan 3 18:43:52 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
break the cycle: this does not need it only needs
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/sys/endian.h
Please not
Module Name:src
Committed By: christos
Date: Wed Jan 3 18:43:52 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
break the cycle: this does not need it only needs
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/sys/endian.h
Please not
Date:Tue, 2 Jan 2024 21:20:42 -0500
From:Jason Thorpe
Message-ID:
| seems safe
Safe probably, but also wrong. It looks to be there puerly
for the __BEGIN_DECLS / __END_DECLS definitions - which are
needed just beause has prototypes for lseek()
truncate() and f
> On Jan 2, 2024, at 8:41 PM, Robert Elz wrote:
>
> I doubt that should really be including
> and almost certainly not , and shouldn't have prototypes
> for any functions at all.
seems safe — all of that stuff is in the implementation namespace.
-- thorpej
Date:Wed, 3 Jan 2024 03:15:39 +0300
From:Valery Ushakov
Message-ID:
| for userland uses should include stddef.h where size_t is supposed
| to come from
Unfortunately, while is defined to specify size_t it
isn't specified to include ssize_t - and many things tha
On Wed, Jan 03, 2024 at 01:06:57 +0100, Joerg Sonnenberger wrote:
> Date: Wed, 03 Jan 2024 01:06:57 +0100
> From: Joerg Sonnenberger
> Subject: Re: CVS commit: src/sys/sys
> To: source-changes-d@netbsd.org
>
> On Tuesday, January 2, 2024 8:27:57 PM CET Christos Zoulas wrot
On Tuesday, January 2, 2024 8:27:57 PM CET Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Tue Jan 2 19:27:57 UTC 2024
>
> Modified Files:
> src/sys/sys: rbtree.h
>
> Log Message:
> This uses size_t, so it always needs , remove ifdefs.
sys/types.h is on
1 - 100 of 633 matches
Mail list logo