Module Name:src
Committed By: skrll
Date: Thu Feb 8 07:13:10 UTC 2024
Modified Files:
src/sys/arch/riscv/starfive: jh7100_pinctrl.c
Log Message:
Some fixes from Roland Illig
- fix a locking bug
- '\n' at the end of error messages
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: skrll
Date: Thu Feb 8 07:13:10 UTC 2024
Modified Files:
src/sys/arch/riscv/starfive: jh7100_pinctrl.c
Log Message:
Some fixes from Roland Illig
- fix a locking bug
- '\n' at the end of error messages
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:54:13 UTC 2024
Modified Files:
src/usr.bin/touch: touch.1
Log Message:
Document the -d posix-datetime arg variation, to allow specifying
fractional seconds. (Alternate ways to achieve that for the other
ways of specif
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:54:07 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
Check that mktime() (or timegm() the one time it is used) do not
alter any of the material fields of the struct tm that was handed
to it. If any w
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:54:13 UTC 2024
Modified Files:
src/usr.bin/touch: touch.1
Log Message:
Document the -d posix-datetime arg variation, to allow specifying
fractional seconds. (Alternate ways to achieve that for the other
ways of specif
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:54:07 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
Check that mktime() (or timegm() the one time it is used) do not
alter any of the material fields of the struct tm that was handed
to it. If any w
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:53 UTC 2024
Modified Files:
src/usr.bin/touch: Makefile touch.c
Log Message:
Properly implement the POSIX format -d option.
Previously we have hacked that using parsedate(3) - but parsedate()
returns a time_t and co
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:53 UTC 2024
Modified Files:
src/usr.bin/touch: Makefile touch.c
Log Message:
Properly implement the POSIX format -d option.
Previously we have hacked that using parsedate(3) - but parsedate()
returns a time_t and co
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:40 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
Sprinkle come const - but not too much of a good thing.
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/touch/touc
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:40 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
Sprinkle come const - but not too much of a good thing.
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/touch/touc
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:28 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
Parameterise the "if year < 69 it is 20xx and if >=69 it is 19xx" rule
to make it simpler to (eventually, many years hence) to change that rule
to b
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:28 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
Parameterise the "if year < 69 it is 20xx and if >=69 it is 19xx" rule
to make it simpler to (eventually, many years hence) to change that rule
to b
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:13 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
KNF (space after keyword, and 80 column police).
NFCI
(This is the first of a series of changes to be committed
in rapid sequence).
To generate
Module Name:src
Committed By: kre
Date: Thu Feb 8 02:53:13 UTC 2024
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
KNF (space after keyword, and 80 column police).
NFCI
(This is the first of a series of changes to be committed
in rapid sequence).
To generate
Module Name:src
Committed By: rillig
Date: Wed Feb 7 22:59:28 UTC 2024
Modified Files:
src/tests/usr.bin/xlint/lint1: platform_ilp32_trad.c
Log Message:
tests/lint: sync test for integer constant type on ILP32 platforms
The test was broken since lex.c 1.214 from today.
Module Name:src
Committed By: rillig
Date: Wed Feb 7 22:59:28 UTC 2024
Modified Files:
src/tests/usr.bin/xlint/lint1: platform_ilp32_trad.c
Log Message:
tests/lint: sync test for integer constant type on ILP32 platforms
The test was broken since lex.c 1.214 from today.
Module Name:xsrc
Committed By: rhialto
Date: Wed Feb 7 18:01:48 UTC 2024
Modified Files:
xsrc/external/mit/xf86-input-ws/dist/src: ws.c
Log Message:
xf86-input-ws: print log message about touchpad scrolling only once.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:xsrc
Committed By: rhialto
Date: Wed Feb 7 18:01:48 UTC 2024
Modified Files:
xsrc/external/mit/xf86-input-ws/dist/src: ws.c
Log Message:
xf86-input-ws: print log message about touchpad scrolling only once.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: skrll
Date: Wed Feb 7 17:17:59 UTC 2024
Modified Files:
src/sys/arch/riscv/conf: GENERIC64
src/sys/arch/riscv/starfive: files.starfive
Added Files:
src/sys/arch/riscv/starfive: jh7100_pinctrl.c
Log Message:
risc-v: add a drive
Module Name:src
Committed By: skrll
Date: Wed Feb 7 17:17:59 UTC 2024
Modified Files:
src/sys/arch/riscv/conf: GENERIC64
src/sys/arch/riscv/starfive: files.starfive
Added Files:
src/sys/arch/riscv/starfive: jh7100_pinctrl.c
Log Message:
risc-v: add a drive
Module Name:src
Committed By: skrll
Date: Wed Feb 7 17:03:35 UTC 2024
Modified Files:
src/sys/arch/riscv/conf: GENERIC64
Log Message:
Use consistently
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/conf/GENERIC64
Please note that diffs
Module Name:src
Committed By: skrll
Date: Wed Feb 7 17:03:35 UTC 2024
Modified Files:
src/sys/arch/riscv/conf: GENERIC64
Log Message:
Use consistently
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/conf/GENERIC64
Please note that diffs
Module Name:src
Committed By: wiz
Date: Wed Feb 7 09:18:20 UTC 2024
Modified Files:
src/doc: 3RDPARTY
Log Message:
expat 2.6.0 out
To generate a diff of this commit:
cvs rdiff -u -r1.1983 -r1.1984 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: wiz
Date: Wed Feb 7 09:18:20 UTC 2024
Modified Files:
src/doc: 3RDPARTY
Log Message:
expat 2.6.0 out
To generate a diff of this commit:
cvs rdiff -u -r1.1983 -r1.1984 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: rillig
Date: Wed Feb 7 08:00:37 UTC 2024
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: use consistent variable names, reduce code for reading a byte
No functional change.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Wed Feb 7 08:00:37 UTC 2024
Modified Files:
src/usr.bin/xlint/lint1: lex.c
Log Message:
lint: use consistent variable names, reduce code for reading a byte
No functional change.
To generate a diff of this commit:
cvs rdiff -u
26 matches
Mail list logo