Module Name:src
Committed By: blymn
Date: Mon Dec 23 02:58:04 UTC 2024
Modified Files:
src/lib/libcurses: add_wch.c add_wchstr.c addbytes.c addchnstr.c
addwstr.c attributes.c background.c border.c chgat.c clear.c
clearok.c clrtobot.c clrtoeol.c copyw
Module Name:src
Committed By: blymn
Date: Mon Dec 23 02:58:04 UTC 2024
Modified Files:
src/lib/libcurses: add_wch.c add_wchstr.c addbytes.c addchnstr.c
addwstr.c attributes.c background.c border.c chgat.c clear.c
clearok.c clrtobot.c clrtoeol.c copyw
Module Name:src
Committed By: kre
Date: Mon Dec 23 01:51:14 UTC 2024
Modified Files:
src: build.sh
Log Message:
Make sure that local var=$expansion is properly quoted as local var="$exp"
correcting some quotes incorrectly removed in the previous version, and
adding some th
Module Name:src
Committed By: kre
Date: Mon Dec 23 01:51:14 UTC 2024
Modified Files:
src: build.sh
Log Message:
Make sure that local var=$expansion is properly quoted as local var="$exp"
correcting some quotes incorrectly removed in the previous version, and
adding some th
Module Name:src
Committed By: riastradh
Date: Mon Dec 23 00:43:44 UTC 2024
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
distrib/sets/lists/tests/mi: Copied & pasted wrong line, oops.
This shiny new test is definitely not obsolete!
Should fix:
atf-run: E
Module Name:src
Committed By: riastradh
Date: Mon Dec 23 00:43:44 UTC 2024
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
distrib/sets/lists/tests/mi: Copied & pasted wrong line, oops.
This shiny new test is definitely not obsolete!
Should fix:
atf-run: E
Date:Sun, 22 Dec 2024 14:23:19 +
From:Taylor R Campbell
Message-ID: <20241222142323.de3fc84...@mail.netbsd.org>
| but I find the syntax of `local x=y' syntax to be a sharp edge
| because it works differently from `x=y'.
It does indeed, and you're right, those
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:24:21 UTC 2024
Modified Files:
src/sys/kern: files.kern kern_time.c subr_time.c
src/sys/rump/librump/rumpkern: Makefile.rumpkern
src/sys/sys: time.h timevar.h
Added Files:
src/sys/kern: subr
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:25:15 UTC 2024
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
Added Files:
src/tests/kernel: t_time_arith.c
Log Message:
t_time
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:25:15 UTC 2024
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
Added Files:
src/tests/kernel: t_time_arith.c
Log Message:
t_time
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:24:21 UTC 2024
Modified Files:
src/sys/kern: files.kern kern_time.c subr_time.c
src/sys/rump/librump/rumpkern: Makefile.rumpkern
src/sys/sys: time.h timevar.h
Added Files:
src/sys/kern: subr
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:18:47 UTC 2024
Modified Files:
src/sys/kern: subr_time.c
Log Message:
subr_time.c: Sort includes.
No functional change intended.
Preparation for factoring out arithmetic to test and fix:
PR kern/58922: itimer(9
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:18:47 UTC 2024
Modified Files:
src/sys/kern: subr_time.c
Log Message:
subr_time.c: Sort includes.
No functional change intended.
Preparation for factoring out arithmetic to test and fix:
PR kern/58922: itimer(9
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:18:29 UTC 2024
Modified Files:
src/sys/kern: kern_time.c
src/sys/sys: syslimits.h
Log Message:
limits.h: Define DELAYTIMER_MAX.
This is the maximum value of timer_getoverrun(), and was introduced
in IEEE
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:18:29 UTC 2024
Modified Files:
src/sys/kern: kern_time.c
src/sys/sys: syslimits.h
Log Message:
limits.h: Define DELAYTIMER_MAX.
This is the maximum value of timer_getoverrun(), and was introduced
in IEEE
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:18:18 UTC 2024
Modified Files:
src/sys/kern: kern_time.c
Log Message:
kern_time.c: Sort includes. Add missing includes.
No functional change intended.
Preparation for factoring out arithmetic to add tests for a
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:18:18 UTC 2024
Modified Files:
src/sys/kern: kern_time.c
Log Message:
kern_time.c: Sort includes. Add missing includes.
No functional change intended.
Preparation for factoring out arithmetic to add tests for a
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:17:26 UTC 2024
Modified Files:
src/lib/libc/gen: sysconf.c
Log Message:
sysconf(3): KNF
No functional change intended.
Prompted by exposing DELAYTIMER_MAX in preparation for:
PR kern/58926: itimer(9) integer ov
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:17:26 UTC 2024
Modified Files:
src/lib/libc/gen: sysconf.c
Log Message:
sysconf(3): KNF
No functional change intended.
Prompted by exposing DELAYTIMER_MAX in preparation for:
PR kern/58926: itimer(9) integer ov
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:16:27 UTC 2024
Modified Files:
src/sys/kern: kern_time.c
Log Message:
itimer_settime(9): Assert input is sane.
Caller is responsible for validating/sanitizing.
Prompted by:
PR kern/58914: timerfd_settime(2) is
Module Name:src
Committed By: riastradh
Date: Sun Dec 22 23:16:27 UTC 2024
Modified Files:
src/sys/kern: kern_time.c
Log Message:
itimer_settime(9): Assert input is sane.
Caller is responsible for validating/sanitizing.
Prompted by:
PR kern/58914: timerfd_settime(2) is
> Module Name:src
> Committed By: tsutsui
> Date: Sat Dec 21 17:40:11 UTC 2024
>
> Modified Files:
> src/sys/arch/sun3/dev: bw2.c cg2.c cg4.c fb.c fd.c kd.c xd.c xy.c
>
> Log Message:
> Make local dev_type_*() functions static.
While you're doing this kind of cleanup, may
> Module Name:src
> Committed By: kre
> Date: Fri Dec 20 22:24:20 UTC 2024
>
> Modified Files:
> src: build.sh
>
> Log Message:
> General code cleanup. No operational change intended.
>
> Mostly fix quoting, some missing quotes added, lots of meaningless
> quotes remove
23 matches
Mail list logo