On Tue, 17 Jan 2023 17:37:01 +0300
Valery Ushakov wrote:
> On Tue, Jan 17, 2023 at 05:37:05 +, matthew green wrote:
>
> > Module Name:xsrc
> > Committed By: mrg
> > Date: Tue Jan 17 05:37:05 UTC 2023
> >
> > Modified Files:
> >
Module Name:src
Committed By: tnn
Date: Sat Jul 30 03:29:52 UTC 2022
Modified Files:
src/sys/modules/amdgpu: Makefile
Log Message:
COPTS -> CWARNFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/amdgpu/Makefile
Please note that diffs are
Module Name:src
Committed By: tnn
Date: Sat Jul 30 03:29:52 UTC 2022
Modified Files:
src/sys/modules/amdgpu: Makefile
Log Message:
COPTS -> CWARNFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/amdgpu/Makefile
Please note that diffs are
Module Name:src
Committed By: tnn
Date: Sat Jul 30 03:26:45 UTC 2022
Modified Files:
src/sys/modules/amdgpu: Makefile
Log Message:
amdgpu: add some more CWARNFLAGS to appease clang
XXX backport this change to files.amdgpu
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tnn
Date: Sat Jul 30 03:26:45 UTC 2022
Modified Files:
src/sys/modules/amdgpu: Makefile
Log Message:
amdgpu: add some more CWARNFLAGS to appease clang
XXX backport this change to files.amdgpu
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tnn
Date: Sat Jul 30 03:12:00 UTC 2022
Modified Files:
src/sys/modules/amdgpu: Makefile
Log Message:
amdgpu: don't set -mhard-float for clang
clang complains that the option has no effect and it generates hard
float instructions without the
Module Name:src
Committed By: tnn
Date: Sat Jul 30 03:12:00 UTC 2022
Modified Files:
src/sys/modules/amdgpu: Makefile
Log Message:
amdgpu: don't set -mhard-float for clang
clang complains that the option has no effect and it generates hard
float instructions without the
Module Name:src
Committed By: tnn
Date: Sun May 22 00:10:56 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/drm: files.drmkms
Log Message:
rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expects
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: tnn
Date: Sun May 22 00:10:56 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/drm: files.drmkms
Log Message:
rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expects
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: tnn
Date: Sat May 21 23:42:13 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_cache.h
Log Message:
drm_cache.h: fix a merge error
this reverts revision 1.3 which should have been reverted when it got
introduced by
Module Name:src
Committed By: tnn
Date: Sat May 21 23:42:13 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_cache.h
Log Message:
drm_cache.h: fix a merge error
this reverts revision 1.3 which should have been reverted when it got
introduced by
Module Name:src
Committed By: tnn
Date: Fri May 13 19:34:47 UTC 2022
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
nvmm_x86_vmx.c: remove an #ifdef DIAGNOSTIC, it is wrong since r1.66
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83
Module Name:src
Committed By: tnn
Date: Fri May 13 19:34:47 UTC 2022
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
nvmm_x86_vmx.c: remove an #ifdef DIAGNOSTIC, it is wrong since r1.66
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83
Module Name:src
Committed By: tnn
Date: Mon Apr 11 19:37:20 UTC 2022
Modified Files:
src/lib/libedit: chartype.h
Log Message:
libedit/chartype.h: portability fix for OSF/1
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/chartype.h
Please
Module Name:src
Committed By: tnn
Date: Mon Apr 11 19:37:20 UTC 2022
Modified Files:
src/lib/libedit: chartype.h
Log Message:
libedit/chartype.h: portability fix for OSF/1
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/chartype.h
Please
On Sat, 26 Mar 2022 00:31:45 +0100
Roland Illig wrote:
> >> localtime.c: add back storage class 'register'
> >>
> >> This reduces the differences to the upstream code.
> >
> > I don't know why you did that. It is as simple to sed -e 's/register //g'
> > in upstream when you diff. Adding register
Module Name:src
Committed By: tnn
Date: Fri Mar 25 23:16:04 UTC 2022
Modified Files:
src/sys/dev/ic: dw_hdmi.c
Log Message:
dwhdmi: properly initialize connector atomic helper funcs (PR port-evbarm/56766)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: tnn
Date: Fri Mar 25 23:16:04 UTC 2022
Modified Files:
src/sys/dev/ic: dw_hdmi.c
Log Message:
dwhdmi: properly initialize connector atomic helper funcs (PR port-evbarm/56766)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
On Tue, 22 Mar 2022 13:48:39 -0400
Christos Zoulas wrote:
> Modified Files:
> src/lib/libc/time: CONTRIBUTING Makefile NEWS localtime.c private.h
> theory.html tz-link.html tzselect.8 tzselect.ksh version zdump.c
> zic.c
>
> Log Message:
> welcome to tzcode-2022a
Hi,
On Sat, 12 Mar 2022 08:26:01 +
Nia Alarie wrote:
> Module Name: src
> Committed By: nia
> Date: Sat Mar 12 08:26:01 UTC 2022
>
> Modified Files:
> src/lib/libc/stdlib: hcreate.c
>
> Log Message:
> hcreate(3): use reallocarr instead of malloc(x * y)
Caution: malloc(0) and
Module Name:src
Committed By: tnn
Date: Sun Feb 6 19:29:52 UTC 2022
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
move attribute before function declarator
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/sys/kern/subr_autoconf.c
Please
Module Name:src
Committed By: tnn
Date: Sun Feb 6 19:29:52 UTC 2022
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
move attribute before function declarator
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/sys/kern/subr_autoconf.c
Please
On Sat, 5 Feb 2022 15:17:40 +
Martin Husemann wrote:
> Modified Files:
> src/sys/kern: subr_autoconf.c
>
> Log Message:
> cfdriver_iattr_count() is only used in a KASSERT, so #ifdef DIAGNOSTIC it.
This doesn't seem to work as intended.
In a kernel with "no options DIAGNOSTIC" I now
Module Name:src
Committed By: tnn
Date: Sat Jan 29 00:03:42 UTC 2022
Modified Files:
src/lib/librefuse: refuse_log.c
Log Message:
librefuse: default_log_func is __printflike
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librefuse/refuse_log.c
Module Name:src
Committed By: tnn
Date: Sat Jan 29 00:03:42 UTC 2022
Modified Files:
src/lib/librefuse: refuse_log.c
Log Message:
librefuse: default_log_func is __printflike
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librefuse/refuse_log.c
Module Name:src
Committed By: tnn
Date: Fri Jan 14 12:48:31 UTC 2022
Modified Files:
src/lib/libedit/readline: readline.h
Log Message:
libedit: rl_message: annotate __printflike
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49
Module Name:src
Committed By: tnn
Date: Fri Jan 14 12:48:31 UTC 2022
Modified Files:
src/lib/libedit/readline: readline.h
Log Message:
libedit: rl_message: annotate __printflike
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49
Module Name:src
Committed By: tnn
Date: Sat Jan 8 12:59:34 UTC 2022
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
place additional parens around multiline string constant to appease clang
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239
Module Name:src
Committed By: tnn
Date: Sat Jan 8 12:59:34 UTC 2022
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
place additional parens around multiline string constant to appease clang
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239
On Fri, 31 Dec 2021 01:44:19 +0900
Ryo ONODERA wrote:
> # link LOCKDEBUG/netbsd
> /usr/world/9.99/amd64/tools/bin/x86_64--netbsd-ld -Map netbsd.map --cref -T
> netbsd.ldscript -Ttext 0x8020 -e start -z max-page-size=0x20
> -X -o netbsd ${SYSTEM_OBJ:[@]:Nswapnetbsd.o}
Module Name:src
Committed By: tnn
Date: Tue Dec 21 13:56:58 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/radeon: files.radeon
Log Message:
files.radeon: add clang -Wno-format for radeon_uvd.c
int vs. short mismatch in UVD firmware version printf.
Also change some
Module Name:src
Committed By: tnn
Date: Tue Dec 21 13:56:58 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/radeon: files.radeon
Log Message:
files.radeon: add clang -Wno-format for radeon_uvd.c
int vs. short mismatch in UVD firmware version printf.
Also change some
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:55:24 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/drm: files.drmkms
src/sys/external/bsd/drm2/i915drm: files.i915drmkms
src/sys/external/bsd/drm2/nouveau: files.nouveau
Log Message:
drm: sprinkle
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:55:24 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/drm: files.drmkms
src/sys/external/bsd/drm2/i915drm: files.i915drmkms
src/sys/external/bsd/drm2/nouveau: files.nouveau
Log Message:
drm: sprinkle
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:28:34 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_device.h
Log Message:
drm_device.h: don't redefine vmem_t
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:28:34 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_device.h
Log Message:
drm_device.h: don't redefine vmem_t
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:06:30 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_scheduler.c
Log Message:
i915_scheduler.c: node_to_request: duplicate 'const' declaration specifier
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:06:30 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_scheduler.c
Log Message:
i915_scheduler.c: node_to_request: duplicate 'const' declaration specifier
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:00:40 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_shmem.c
Log Message:
i915_gem_shmem.c: shmem_get_pages: fix uninitialize use of "noreclaim"
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tnn
Date: Tue Dec 21 12:00:40 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_shmem.c
Log Message:
i915_gem_shmem.c: shmem_get_pages: fix uninitialize use of "noreclaim"
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tnn
Date: Tue Dec 21 11:44:18 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.c
Log Message:
i915_drm_resume_early: initialize ret
clang -Wsometimes-uninitialized says uninitialized use
on line 2043 when if
Module Name:src
Committed By: tnn
Date: Tue Dec 21 11:44:18 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.c
Log Message:
i915_drm_resume_early: initialize ret
clang -Wsometimes-uninitialized says uninitialized use
on line 2043 when if
On Mon, 15 Nov 2021 07:07:06 +
Shoichi YAMAGUCHI wrote:
> Date: Mon Nov 15 07:07:06 UTC 2021
>
> Modified Files:
> src/sys/net: if_ether.h if_ethersubr.c if_vlan.c
> src/sys/net/lagg: if_lagg.c
>
> Log Message:
> introduced APIs to configure VLAN TAG to ethernet devices
On Sun, 31 Oct 2021 16:23:48 +
Nick Hudson wrote:
> Modified Files:
> src/sys/arch/aarch64/include: cpu.h cpufunc.h db_machdep.h
...
> Log Message:
> Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.
Hi,
I'm afraid this broke the userland build.
I think
On Mon, 30 Aug 2021 18:21:11 +
Roland Illig wrote:
> Module Name: src
> Committed By: rillig
> Date: Mon Aug 30 18:21:11 UTC 2021
>
> Modified Files:
> src/usr.sbin/inetd: Makefile inetd.c parse_v2.c
>
> Log Message:
> inetd: raise WARNS from 5 to 6
clang complains:
Module Name:src
Committed By: tnn
Date: Sat Aug 21 17:50:02 UTC 2021
Modified Files:
src/sys/dev/ic: ssdfb.c
Log Message:
ssdfb: add missing break in switch. Unbreaks contrast setting for SSD1353
spotted by hannken@
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tnn
Date: Sat Aug 21 17:50:02 UTC 2021
Modified Files:
src/sys/dev/ic: ssdfb.c
Log Message:
ssdfb: add missing break in switch. Unbreaks contrast setting for SSD1353
spotted by hannken@
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tnn
Date: Thu Aug 19 17:50:18 UTC 2021
Modified Files:
src/sys/dev/spi: ssdfb_spi.c
Log Message:
ssdfb: add support for SSD1306 and SH1106 at spi attachment
Only support the 4-wire mode for now. Support for 3-wire mode is
theoretically
Module Name:src
Committed By: tnn
Date: Thu Aug 19 17:50:18 UTC 2021
Modified Files:
src/sys/dev/spi: ssdfb_spi.c
Log Message:
ssdfb: add support for SSD1306 and SH1106 at spi attachment
Only support the 4-wire mode for now. Support for 3-wire mode is
theoretically
Module Name:src
Committed By: tnn
Date: Thu Aug 19 11:04:21 UTC 2021
Modified Files:
src/sys/dev/spi: ssdfb_spi.c
Log Message:
ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106
These controllers require D/C# to be deasserted for the entire duration
of
Module Name:src
Committed By: tnn
Date: Thu Aug 19 11:04:21 UTC 2021
Modified Files:
src/sys/dev/spi: ssdfb_spi.c
Log Message:
ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106
These controllers require D/C# to be deasserted for the entire duration
of
On Fri, 30 Jul 2021 22:36:45 +0200
Tobias Nygren wrote:
> On Fri, 30 Jul 2021 17:25:46 -0300 (ADT)
> Jared McNeill wrote:
>
> > Why only A20?
>
> It is the hardware I have on hand. If you know specifically which
> SoCs need this, the compat_data array can be e
On Fri, 30 Jul 2021 17:25:46 -0300 (ADT)
Jared McNeill wrote:
> Why only A20?
It is the hardware I have on hand. If you know specifically which
SoCs need this, the compat_data array can be extended.
I guess maybe these also?
allwinner,sun4i-a10
allwinner,sun6i-a31
On Fri, 16 Jul 2021 12:44:18 +0200
Frank Kardel wrote:
> I am not sure why NO_FOLLOW was there and if we want to keep it how
>
> we would handle named wedges. We could create a /dev/wedgedev from
>
> devpubd with hard links to the devices - that would work with ZFS but
>
> is really ugly.
>
On Tue, 20 Apr 2021 23:19:53 +
Roland Illig wrote:
> Module Name: src
> Committed By: rillig
> Date: Tue Apr 20 23:19:53 UTC 2021
>
> Modified Files:
> src/external/bsd/compiler_rt/lib/clang/lib/netbsd: syms.mk
>
> Log Message:
> clang: fix build for installing
On Sat, 24 Oct 2020 15:16:39 +
Julian Coleman wrote:
> Module Name: src
> Committed By: jdc
> Date: Sat Oct 24 15:16:39 UTC 2020
>
> Modified Files:
> src/sys/arch/sparc64/dev: pcf8591_envctrl.c
>
> Log Message:
> Add support for automatically changing the CPU fan speed on
On Tue, 22 Sep 2020 23:52:38 +
Taylor R Campbell wrote:
> > Date: Wed, 23 Sep 2020 01:46:14 +0200
> > From: Tobias Nygren
> >
> > > Modified Files:
> > > src/include: unistd.h
> > > src/lib/libc/gen: Makefile.inc
> > > Removed File
Hi,
On Tue, 22 Sep 2020 21:37:47 +
Nia Alarie wrote:
> Module Name: src
> Committed By: nia
> Date: Tue Sep 22 21:37:47 UTC 2020
>
> Modified Files:
> src/include: unistd.h
> src/lib/libc/gen: Makefile.inc
> Removed Files:
> src/lib/libc/gen: getentropy.3
On Fri, 29 May 2020 16:08:30 +0200
Joerg Sonnenberger wrote:
> On Fri, May 29, 2020 at 10:53:02AM +, Kamil Rytarowski wrote:
> > Module Name:src
> > Committed By: kamil
> > Date: Fri May 29 10:53:02 UTC 2020
> >
> > Modified Files:
> >
On Sun, 8 Mar 2020 10:54:43 +
Martin Husemann wrote:
> Pull up following revision(s) (requested by pgoyette in ticket #762):
> cvs rdiff -u -r1.121 -r1.121.2.1 src/sys/arch/amd64/amd64/trap.c
Hi,
Someone reported on IRC that this seems to have become mismerged:
On Tue, 12 Nov 2019 23:10:45 +0100
Joerg Sonnenberger wrote:
> On Tue, Nov 12, 2019 at 04:31:00PM +0100, Maxime Villard wrote:
> > Le 12/11/2019 à 16:06, Maxime Villard a écrit :
> > > Le 12/11/2019 à 14:37, Joerg Sonnenberger a écrit :
> > > > On Tue, Nov 12, 2019 at 11:39:09AM +0100, Maxime
On Wed, 13 Nov 2019 10:29:52 +0100
Maxime Villard wrote:
> Am I the only one seeing this? It's hard to blame the configuration when the
> failure is seen on several hardware and several OSes.
FWIW I'm typing this from an x86_64 machine running today's LLVM
userland and kernel. I have some local
Module Name:src
Committed By: tnn
Date: Mon Nov 11 09:24:56 UTC 2019
Modified Files:
src/external/bsd/blacklist/lib: blacklist.c
Log Message:
silence sign-conversion warning from clang
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: tnn
Date: Mon Nov 11 09:24:56 UTC 2019
Modified Files:
src/external/bsd/blacklist/lib: blacklist.c
Log Message:
silence sign-conversion warning from clang
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: tnn
Date: Sat Nov 9 17:21:48 UTC 2019
Modified Files:
src/sys/arch/arm/rockchip: rk_gmac.c
Log Message:
rk_gmac: clean up code for setting up clock delay lines a bit
- break long lines
- move toggle to enable it under a single #ifdef notyet
Module Name:src
Committed By: tnn
Date: Sat Nov 9 17:21:48 UTC 2019
Modified Files:
src/sys/arch/arm/rockchip: rk_gmac.c
Log Message:
rk_gmac: clean up code for setting up clock delay lines a bit
- break long lines
- move toggle to enable it under a single #ifdef notyet
Module Name:src
Committed By: tnn
Date: Tue Nov 5 19:59:35 UTC 2019
Modified Files:
src/sys/dev/i2c: ssdfb_i2c.c
Log Message:
ssdfb: fix i2c transfer error with some controllers
If the controller doesn't support the full 128 byte transfer size we need,
then split the
Module Name:src
Committed By: tnn
Date: Tue Nov 5 19:59:35 UTC 2019
Modified Files:
src/sys/dev/i2c: ssdfb_i2c.c
Log Message:
ssdfb: fix i2c transfer error with some controllers
If the controller doesn't support the full 128 byte transfer size we need,
then split the
Module Name:src
Committed By: tnn
Date: Sat Nov 2 22:55:58 UTC 2019
Modified Files:
src/sys/dev/spi: ssdfb_spi.c
Log Message:
add fdt device_compatible_entry
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/spi/ssdfb_spi.c
Please note that diffs
Module Name:src
Committed By: tnn
Date: Sat Nov 2 22:55:58 UTC 2019
Modified Files:
src/sys/dev/spi: ssdfb_spi.c
Log Message:
add fdt device_compatible_entry
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/spi/ssdfb_spi.c
Please note that diffs
Module Name:src
Committed By: tnn
Date: Sat Nov 2 21:11:55 UTC 2019
Modified Files:
src/sys/dev/pci: if_ste.c
Log Message:
cast away unused return value
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/if_ste.c
Please note that diffs are
Module Name:src
Committed By: tnn
Date: Sat Nov 2 19:22:37 UTC 2019
Modified Files:
src/share/man/man4: wsdisplay.4
Log Message:
documentation for WSDISPLAYIO_FBINFO
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/share/man/man4/wsdisplay.4
Please
Module Name:src
Committed By: tnn
Date: Sat Nov 2 19:22:37 UTC 2019
Modified Files:
src/share/man/man4: wsdisplay.4
Log Message:
documentation for WSDISPLAYIO_FBINFO
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/share/man/man4/wsdisplay.4
Please
Module Name:src
Committed By: tnn
Date: Sat Nov 2 18:56:41 UTC 2019
Modified Files:
src/share/man/man4: gpio.4
Log Message:
expand section on GPIOREAD
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/gpio.4
Please note that diffs are
Module Name:src
Committed By: tnn
Date: Sat Nov 2 18:56:41 UTC 2019
Modified Files:
src/share/man/man4: gpio.4
Log Message:
expand section on GPIOREAD
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/gpio.4
Please note that diffs are
Module Name:src
Committed By: tnn
Date: Sat Nov 2 18:14:36 UTC 2019
Modified Files:
src/lib/libpuffs: null.c
Log Message:
puffs_null_node_fsync: don't leak directory handle
Directory handles returned by opendir must be closed by closedir.
Also directory(3) says we
Module Name:src
Committed By: tnn
Date: Sat Nov 2 18:14:36 UTC 2019
Modified Files:
src/lib/libpuffs: null.c
Log Message:
puffs_null_node_fsync: don't leak directory handle
Directory handles returned by opendir must be closed by closedir.
Also directory(3) says we
Module Name:src
Committed By: tnn
Date: Sat Nov 2 17:13:20 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c
src/sys/dev/spi: ssdfb_spi.c
Log Message:
fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: tnn
Date: Sat Nov 2 17:13:20 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c
src/sys/dev/spi: ssdfb_spi.c
Log Message:
fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: tnn
Date: Sat Nov 2 14:47:35 UTC 2019
Modified Files:
src/share/man/man4: ssdfb.4
Log Message:
ssdfb: update manpage
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ssdfb.4
Please note that diffs are not
Module Name:src
Committed By: tnn
Date: Sat Nov 2 14:47:35 UTC 2019
Modified Files:
src/share/man/man4: ssdfb.4
Log Message:
ssdfb: update manpage
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ssdfb.4
Please note that diffs are not
Module Name:src
Committed By: tnn
Date: Sat Nov 2 14:33:27 UTC 2019
Modified Files:
src/sys/dev/spi: files.spi
Added Files:
src/sys/dev/spi: ssdfb_spi.c
Log Message:
add spi(4) bus frontend for ssdfb(4)
To generate a diff of this commit:
cvs rdiff -u -r1.6
The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Tobias Nygren.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
Module Name:src
Committed By: tnn
Date: Sat Nov 2 14:24:00 UTC 2019
Modified Files:
src/sys/dev/i2c: ssdfb_i2c.c
Log Message:
set flag to indicate that worker thread should be created mpsafe
iic(4) is mpsafe, unlike spi(4) which hasn't been made mpsafe yet.
To
Module Name:src
Committed By: tnn
Date: Sat Nov 2 14:24:00 UTC 2019
Modified Files:
src/sys/dev/i2c: ssdfb_i2c.c
Log Message:
set flag to indicate that worker thread should be created mpsafe
iic(4) is mpsafe, unlike spi(4) which hasn't been made mpsafe yet.
To
Module Name:src
Committed By: tnn
Date: Sat Nov 2 14:18:36 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c ssdfbvar.h
Log Message:
ssdfb: add support for SSD1322
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/ssdfb.c
cvs rdiff -u -r1.4
Module Name:src
Committed By: tnn
Date: Sat Nov 2 14:18:36 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c ssdfbvar.h
Log Message:
ssdfb: add support for SSD1322
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/ssdfb.c
cvs rdiff -u -r1.4
Module Name:src
Committed By: tnn
Date: Tue Oct 22 22:03:27 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c ssdfbvar.h
Log Message:
allow to have a per-product init function
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/ssdfb.c
cvs rdiff -u
Module Name:src
Committed By: tnn
Date: Tue Oct 22 22:03:27 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c ssdfbvar.h
Log Message:
allow to have a per-product init function
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/ssdfb.c
cvs rdiff -u
Module Name:src
Committed By: tnn
Date: Tue Oct 22 21:41:01 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c
Log Message:
use __SHIFTIN
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/ssdfb.c
Please note that diffs are not public domain; they
Module Name:src
Committed By: tnn
Date: Tue Oct 22 21:41:01 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfb.c
Log Message:
use __SHIFTIN
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/ssdfb.c
Please note that diffs are not public domain; they
Module Name:src
Committed By: tnn
Date: Tue Oct 22 21:40:10 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfbvar.h
Log Message:
define SSD1322 command set
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/ssdfbvar.h
Please note that diffs are not
Module Name:src
Committed By: tnn
Date: Tue Oct 22 21:40:10 UTC 2019
Modified Files:
src/sys/dev/ic: ssdfbvar.h
Log Message:
define SSD1322 command set
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/ssdfbvar.h
Please note that diffs are not
Module Name:src
Committed By: tnn
Date: Sun Oct 20 09:41:53 UTC 2019
Modified Files:
src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c
Log Message:
gpioctl: implement support for "gpioctl gpioN list". Like pcictl(8).
For drivers that name their pins, this can be used to
Module Name:src
Committed By: tnn
Date: Sun Oct 20 09:41:53 UTC 2019
Modified Files:
src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c
Log Message:
gpioctl: implement support for "gpioctl gpioN list". Like pcictl(8).
For drivers that name their pins, this can be used to
Module Name:src
Committed By: tnn
Date: Sun Oct 20 09:35:18 UTC 2019
Modified Files:
src/sys/dev/gpio: gpio.c
Log Message:
gpio: make GPIOREAD return also the symbolic name of the pin, if it is set
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64
Module Name:src
Committed By: tnn
Date: Sun Oct 20 09:35:18 UTC 2019
Modified Files:
src/sys/dev/gpio: gpio.c
Log Message:
gpio: make GPIOREAD return also the symbolic name of the pin, if it is set
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64
Module Name:src
Committed By: tnn
Date: Sat Oct 19 13:09:57 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
evbarm: add dwcwdt(4) to GENERIC64
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/evbarm/conf/GENERIC64
Module Name:src
Committed By: tnn
Date: Sat Oct 19 13:09:57 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
evbarm: add dwcwdt(4) to GENERIC64
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/evbarm/conf/GENERIC64
Module Name:src
Committed By: tnn
Date: Sat Oct 19 13:08:52 UTC 2019
Modified Files:
src/sys/dev/fdt: dwcwdt_fdt.c
Log Message:
dwcwdt: make this work correctly
- sysmon_wdog.smw_period is seconds, not milliseconds
- tickle the watchdog before enabling it
To generate a
1 - 100 of 226 matches
Mail list logo