Module Name:src
Committed By: khorben
Date: Sun Mar 30 19:48:15 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
locore.S: remove duplicate comment
Trivial change, tested anyway on NetBSD/amd64; NFCI.
"Go go" imil@
To generate a diff of this com
Module Name:src
Committed By: khorben
Date: Sun Mar 30 19:48:15 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
locore.S: remove duplicate comment
Trivial change, tested anyway on NetBSD/amd64; NFCI.
"Go go" imil@
To generate a diff of this com
Module Name:src
Committed By: khorben
Date: Tue Nov 26 23:10:15 UTC 2024
Modified Files:
src/sys/kern: sys_select.c
Log Message:
Typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/kern/sys_select.c
Please note that diffs are not publ
Module Name:src
Committed By: khorben
Date: Tue Nov 26 23:10:15 UTC 2024
Modified Files:
src/sys/kern: sys_select.c
Log Message:
Typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/kern/sys_select.c
Please note that diffs are not publ
Module Name:src
Committed By: khorben
Date: Mon Sep 4 02:21:17 UTC 2023
Modified Files:
src: build.sh
Log Message:
build.sh: add support for git worktree
Git supports multiple working trees attached to the same repository,
with the git-worktree(1) subcommand.
When build
Module Name:src
Committed By: khorben
Date: Mon Sep 4 02:21:17 UTC 2023
Modified Files:
src: build.sh
Log Message:
build.sh: add support for git worktree
Git supports multiple working trees attached to the same repository,
with the git-worktree(1) subcommand.
When build
Module Name:src
Committed By: khorben
Date: Tue May 9 22:00:00 UTC 2023
Modified Files:
src/share/man/man4: video.4
Log Message:
video(4): fix a typo
>From Li-Wen Hsu in PR misc/57364; thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/
Module Name:src
Committed By: khorben
Date: Tue May 9 22:00:00 UTC 2023
Modified Files:
src/share/man/man4: video.4
Log Message:
video(4): fix a typo
>From Li-Wen Hsu in PR misc/57364; thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/
Module Name:src
Committed By: khorben
Date: Wed Sep 7 03:34:44 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c emuxkivar.h
src/sys/modules/emuxki: Makefile.inc
Added Files:
src/sys/dev/pci: emuxki_boards.c emuxki_boards.h
Log Message:
emuxki(4): import
Module Name:src
Committed By: khorben
Date: Wed Sep 7 03:34:44 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c emuxkivar.h
src/sys/modules/emuxki: Makefile.inc
Added Files:
src/sys/dev/pci: emuxki_boards.c emuxki_boards.h
Log Message:
emuxki(4): import
Module Name:src
Committed By: khorben
Date: Wed Sep 7 01:00:37 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c
Added Files:
src/sys/dev/pci: emuxkivar.h
Log Message:
emuxki(4): place struct emuxki_softc into its own file
NFCI
To generate a diff of this commi
Module Name:src
Committed By: khorben
Date: Wed Sep 7 01:00:37 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c
Added Files:
src/sys/dev/pci: emuxkivar.h
Log Message:
emuxki(4): place struct emuxki_softc into its own file
NFCI
To generate a diff of this commi
Module Name:src
Committed By: khorben
Date: Wed Sep 7 00:44:07 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c
Log Message:
emuxki(4): restrict DMA memory within the first 2GB
As implemented in the driver, the EMU10K1 chip can only address memory
up to 31-bit addresse
Module Name:src
Committed By: khorben
Date: Wed Sep 7 00:44:07 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c
Log Message:
emuxki(4): restrict DMA memory within the first 2GB
As implemented in the driver, the EMU10K1 chip can only address memory
up to 31-bit addresse
Module Name:src
Committed By: khorben
Date: Wed Sep 7 00:34:20 UTC 2022
Modified Files:
src/sys/dev/ic: tpm.c
Log Message:
tpm(4): add missing newline character in device_printf()
Observed with on a Sun Ultra 24, NetBSD/amd64:
tpm0 at acpi0 (TPM, IFX0102-1): io 0x4e-0x4
Module Name:src
Committed By: khorben
Date: Wed Sep 7 00:34:20 UTC 2022
Modified Files:
src/sys/dev/ic: tpm.c
Log Message:
tpm(4): add missing newline character in device_printf()
Observed with on a Sun Ultra 24, NetBSD/amd64:
tpm0 at acpi0 (TPM, IFX0102-1): io 0x4e-0x4
Module Name:src
Committed By: khorben
Date: Wed Sep 7 00:29:23 UTC 2022
Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386
src/sys/arch/i386/conf: MODULAR
src/sys/dev/pci: emuxki.c
src/sys/modules: Makefile
Added Files:
src/sys
Module Name:src
Committed By: khorben
Date: Wed Sep 7 00:29:23 UTC 2022
Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386
src/sys/arch/i386/conf: MODULAR
src/sys/dev/pci: emuxki.c
src/sys/modules: Makefile
Added Files:
src/sys
Module Name:src
Committed By: khorben
Date: Mon Aug 29 09:04:27 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c
Log Message:
emuxki(4): add support for the Sound Blaster Audigy Rx
This is as per kern/56980. Confirmed working on one out of two different
computers, albei
Module Name:src
Committed By: khorben
Date: Mon Aug 29 09:04:27 UTC 2022
Modified Files:
src/sys/dev/pci: emuxki.c
Log Message:
emuxki(4): add support for the Sound Blaster Audigy Rx
This is as per kern/56980. Confirmed working on one out of two different
computers, albei
Module Name:src
Committed By: khorben
Date: Mon Jan 10 01:47:49 UTC 2022
Modified Files:
src/sys/dev/microcode/radeon: Makefile
Log Message:
Typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/microcode/radeon/Makefile
Please note t
Module Name:src
Committed By: khorben
Date: Mon Jan 10 01:47:49 UTC 2022
Modified Files:
src/sys/dev/microcode/radeon: Makefile
Log Message:
Typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/microcode/radeon/Makefile
Please note t
Hi Maxime, (board@, source-changes-d@)
first of all thank you for contacting board@, as suggested by Taylor.
As I communicated to you directly a week ago, we at board@ have
discussed the situation and asked you for the full list of files, where
you would like to update the copy
Module Name:src
Committed By: khorben
Date: Wed Jun 26 22:58:59 UTC 2019
Modified Files:
src/sys/dev/usb: if_umb.c
Log Message:
Fix typos
Some were found by OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/if_umb.c
Please note that d
Module Name:src
Committed By: khorben
Date: Wed Jun 26 22:58:59 UTC 2019
Modified Files:
src/sys/dev/usb: if_umb.c
Log Message:
Fix typos
Some were found by OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/if_umb.c
Please note that d
On 14/01/2019 12:27, m...@netbsd.org wrote:
> [...]
> This does give the ability to configure wifi with a GUI w/o root or
> something akin to polkit, via some pkgsrc packages (There's wpa_gui, for
> example, it's a QT5 thing. I imagine writing other things is not much
> harder)
Yes, that's also wh
On 03/06/2018 18:12, Michael wrote:
> Hello,
>
> On Sun, 3 Jun 2018 15:26:04 +
> "Jonathan A. Kollasch" wrote:
>
>> Module Name: src
>> Committed By:jakllsch
>> Date:Sun Jun 3 15:26:04 UTC 2018
>>
>> Modified Files:
>> src/sys/kern: subr_prf.c
>>
>> Log Message:
On 03/06/2018 05:10, Christos Zoulas wrote:
> On Jun 2, 7:36pm, li...@eitanadler.com (Eitan Adler) wrote:
> -- Subject: Re: CVS commit: src/external/bsd/top/dist
>
> | I don't mind reverting this: it came out of a discussion on IRC. That
> | said, perhaps "cd /tmp" would resolve both issues?
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi Matthew,
On 04/02/2018 10:17, matthew green wrote:
> Module Name: src Committed By: mrg Date: Sun Feb 4
> 09:17:54 UTC
> 2018
>
> Modified Files: src/sys/ddb: db_access.c
>
> Log Message: avoid leftshift o
me at working on this, I am
interested in this area but feel free to go ahead and commit what you
have if you can improve it or get it to work.
Cheers,
-- khorben
> On Tue, 7 Nov 2017, Pierre Pronchery wrote:
>
>> Module Name: src
>> Committed By: khorben
>> Date:
Hi Nathanial, Tetsuya, (Christos)
this is one more thank you to Nathanial for this awesome work.
He's going to great length to make sure his changes work everywhere
every time, and even then it is very, very difficult to achieve a net
positive on every platform in every commit - w
On 11/07/2017 23:19, Joerg Sonnenberger wrote:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/binutils/usr.sbin/dbsym/dbsym.c
Isn't that a potential security issue?
Cheers,
--
khorben
On 17/04/2017 11:41, Manuel Bouyer wrote:
On Mon, Apr 17, 2017 at 07:19:28AM +, Maya Rashish wrote:
Module Name:src
Committed By: maya
Date: Mon Apr 17 07:19:28 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0
src/sys/arch/i386/conf: XEN3_DOM0
Log
oint; I haven't applied this in pkgsrc yet, and I will revert it
from NetBSD's src tree.
Cheers,
-- khorben
On 19 February 2017 at 17:38, Pierre Pronchery mailto:khor...@netbsd.org>> wrote:
Module Name:src
Committed By: khorben
Date: Mon Feb 20 01:38:
On 11/25/15 12:00, Joerg Sonnenberger wrote:
> On Wed, Nov 25, 2015 at 11:32:58AM +0100, Martin Husemann wrote:
>> On Wed, Nov 25, 2015 at 11:17:27AM +0100, Pierre Pronchery wrote:
>>> The automatic approach is great because we don't want reproducible
>>> bui
On 11/25/15 08:54, Martin Husemann wrote:
> On Wed, Nov 25, 2015 at 01:30:37AM +, Christos Zoulas wrote:
>> In article
>> ,
>> Masao Uebayashi wrote:
>>> bapt@freebsd taught me that FreeBSD uses ((the newest timestamp in the
>>> source files) + 1sec) in places where appropriate for reproduci
Hey,
On 10/26/15 00:00, Thomas Klausner wrote:
> Module Name: src
> Committed By: wiz
> Date: Sun Oct 25 23:00:00 UTC 2015
>
> Modified Files:
> src/share/man/man4: wsdisplay.4
>
> Log Message:
> Remove description of SPLASHSCREEN_PROGRESS and WSDISPLAY_SPR
Hi,
On 07/16/15 02:04, Kamil Rytarowski wrote:
> Module Name: src
> Committed By: kamil
> Date: Thu Jul 16 00:04:00 UTC 2015
>
> Modified Files:
> src/lib/libc/stdlib: reallocarr.c
>
> Log Message:
> Reorder memcpy(3) and save errno
>
> This chang is for s
Hi,
and thanks for the change - I have a few concerns though, as found below.
On 04/26/15 23:37, matthew green wrote:
> Module Name: src
> Committed By: mrg
> Date: Sun Apr 26 21:37:22 UTC 2015
>
> Modified Files:
> src/distrib/sets: mkvars.mk
> src/d
Hi,
On Sun, 09 Jun 2013 09:25:41 -0400, Christos Zoulas wrote:
>
> Module Name: src
> Committed By: christos
> Date: Sun Jun 9 13:25:41 UTC 2013
>
> Modified Files:
> src/usr.sbin/vnconfig: vnconfig.c
>
> Log Message:
> Now that we grow vnd's dynamically
On Thu, 06 Dec 2012 17:49:10 -0800, Matt Thomas wrote:
>
> On Dec 6, 2012, at 5:27 PM, Pierre Pronchery wrote:
>
>> I'm afraid this has broken building the evbarm port, as it now fails
>> with: [...]
>>
>> Should the changes to src/sys/arch/arm/include/re
Hey,
> Module Name: src
> Committed By: matt
> Date: Wed Dec 5 19:05:47 UTC 2012
>
> Modified Files:
> src/sys/arch/arm/arm: process_machdep.c sig_machdep.c
> src/sys/arch/arm/arm32: cpu.c cpuswitch.S vm_machdep.c
> src/sys/arch/arm/conf: files.
Hi all,
On Wed, 28 Nov 2012 11:20:59 +, Brett Lymn wrote:
> Module Name: src Committed By: blymn Date: Wed Nov
28 11:20:58 UTC 2012
>
> Modified Files:
> src/usr.sbin/user: user.c
>
> Log Message:
> Google Code In bug fix by Philip Hayes, fi
On Wed, 03 Oct 2012 08:23:39 +1000, matthew green wrote:
>> Committed By:roy Date: Tue Oct 2 09:18:59 UTC
2012
>>
>> Modified Files:
>> src/share/man/man5: ifconfig.if.5 rc.conf.5
>>
>> Log Message:
>> Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpc
Hi,
On Tue, 07 Aug 2012 01:19:06 +, John Nemeth wrote:
> Module Name: src Committed By: jnemeth Date: Tue Aug
7 01:19:06 UTC
> 2012
>
> Modified Files:
> src/doc: CHANGES src/lib/libc/sys: modctl.2 src/sbin/modstat:
main.c
> modstat.8 s
Hi,
On Sat, 14 Jul 2012 19:07:58 +0200, dieter roelants wrote:
> On Sat, 14 Jul 2012 15:06:27 + "Darren Reed"
> wrote:
>
>> Module Name: src Committed By: darrenr Date: Sat Jul
14 15:06:26 UTC
>> 2012
>>
>> Modified Files:
>> src/include: unist
46 matches
Mail list logo