NetBSD/src FowilQssys/arch/mac68k/obio ascaudio.c

   Add software volume scaling to recording.
VersionDeltaFile
1.10+4-3sys/arch/mac68k/obio/ascaudio.c
+4-31 files

NetBSD/src 232kHaEsys/arch/mac68k/obio ascaudio.c

   Return initial block of silence when starting recording.
VersionDeltaFile
1.9+4-2sys/arch/mac68k/obio/ascaudio.c
+4-21 files

NetBSD/src xz3hBGBsys/arch/mac68k/obio ascaudio.c

   Set non compressed mode for recording.
VersionDeltaFile
1.8+3-3sys/arch/mac68k/obio/ascaudio.c
+3-31 files

NetBSD/src YIjS93xsys/arch/mac68k/obio ascaudio.c ascreg.h

   Add code to configure the Digitally Filtered Audio Chip.

   This was the missing puzzle piece to audio recording on the Macintosh.

   It is currently experimental and use caution when testing!

   It should work on most machines expecpt the PowerBook 5xx and similar
   due to the fact they configure the dafc via the power manager.
VersionDeltaFile
1.7+35-2sys/arch/mac68k/obio/ascaudio.c
1.5+10-1sys/arch/mac68k/obio/ascreg.h
+45-32 files

NetBSD/src 1qzTGedsys/arch/mac68k/obio ascaudio.c ascaudiovar.h

   Add independent audio recording volume control.
VersionDeltaFile
1.6+15-6sys/arch/mac68k/obio/ascaudio.c
1.2+2-1sys/arch/mac68k/obio/ascaudiovar.h
+17-72 files

NetBSD/src XdXwLMQsys/arch/mac68k/dev pm_direct.c pm_direct.h

   Expose power manager type and defines.

   These will be used by ascaudio(4) in future for setting up the Digitally
   Filtered Audio Chip (dafc) on PowerBook 500 and similar.

   NFCI.
VersionDeltaFile
1.42+2-7sys/arch/mac68k/dev/pm_direct.c
1.4+8-1sys/arch/mac68k/dev/pm_direct.h
+10-82 files

NetBSD/src ryXp1ZSsys/dev/usb uftdi.c

   uftdi.c: KNF: spaces to tabs in a comment
VersionDeltaFile
1.81+5-5sys/dev/usb/uftdi.c
+5-51 files

NetBSD/src Db0L5Qfbin/sh alias.c

   sh: fix a lint warning

   No binary change.
VersionDeltaFile
1.23+4-3bin/sh/alias.c
+4-31 files

NetBSD/src ZNMxAjcusr.bin/make main.c, usr.bin/make/unit-tests opt-jobs-internal.exp opt-jobs-internal.mk

   make: clean up error message for malformed internal -J option

   There's no point printing the usage, as the problem is typically
   somewhere else. Reword the message to be easier to parse.
VersionDeltaFile
1.647+4-4usr.bin/make/main.c
1.4+1-5usr.bin/make/unit-tests/opt-jobs-internal.exp
1.5+2-2usr.bin/make/unit-tests/opt-jobs-internal.mk
+7-113 files

NetBSD/src Qyyo87Ausr.bin/make/unit-tests opt-jobs-internal.mk opt-jobs-internal.exp

   tests/make: document internal option for parallel mode

   In several places in the NetBSD build, a subdir target invokes
   ${MAKEDIRTARGET}, assuming that this sub-make would coordinate the
   number of parallel jobs with its parent make. But since that command
   neither contains the plain word "make" nor the expression "${MAKE}", the
   sub-make falls back to compat mode.
VersionDeltaFile
1.4+59-6usr.bin/make/unit-tests/opt-jobs-internal.mk
1.3+8-1usr.bin/make/unit-tests/opt-jobs-internal.exp
+67-72 files

NetBSD/src ETg2j3hshare/man/man8/man8.x86 boot.8

   Update the set of filenames/pathnames that the boot loader will try
   to boot.  Changes result from support of KERNEL_DIR build option.
VersionDeltaFile
1.32+23-3share/man/man8/man8.x86/boot.8
+23-31 files

NetBSD/src 5dkh4LLcommon/lib/libprop prop_kern.c

   Undo the last change (rev 1.29) and instead elide the entire contents
   of this file if HAVE_NBTOOL_CONFIG_H is defined -- what happens in this
   file is only the business of the target system and of no interest to
   build tools, regardless of which OS those tools run upon.
VersionDeltaFile
1.30+5-8common/lib/libprop/prop_kern.c
+5-81 files

NetBSD/src kR5myg5doc CHANGES-10.2

   tickets #1108, 1111, 1113, 1114
VersionDeltaFile
1.1.2.23+31-1doc/CHANGES-10.2
+31-11 files

NetBSD/src n0PdXCydoc CHANGES-9.5

   tickets 1946, 1949-1951
VersionDeltaFile
1.1.2.58+30-1doc/CHANGES-9.5
+30-11 files

NetBSD/src 2dvczeB. build.sh

   Pull up following revision(s) (requested by martin in ticket #1951):
        build.sh: revision 1.393 via patch
        build.sh: revision 1.394 via patch
   Unify the output of "show-revisionid" between the various VCSes
   and checkout/archive variants.
   Fix git formatting for show-revisionid
VersionDeltaFile
1.333.2.9+6-16build.sh
+6-161 files

NetBSD/src lGApls0. build.sh

   Pull up following revision(s) (requested by martin in ticket #1950):
        build.sh: revision 1.392 via patch
   Expert hack: if you know what you are doing, allow to avoid
   the tool build for some commands that might or might not need
   it, like:
        build.sh -VUSETOOLS=never -P mkrepro-timestamp show-revisionid
   This will not need any tools when run on a new-enough NetBSD host or
   if using some other VCS than CVS.
VersionDeltaFile
1.333.2.8+19-3build.sh
+19-31 files

NetBSD/src VIGHptb. build.sh

   Pull up following revision(s) (requested by martin in ticket #1114):
        build.sh: revision 1.393 via patch
        build.sh: revision 1.394 via patch
   Unify the output of "show-revisionid" between the various VCSes
   and checkout/archive variants.
   Fix git formatting for show-revisionid
VersionDeltaFile
1.365.2.7+7-18build.sh
+7-181 files

NetBSD/src TCa8voB. build.sh

   Pull up following revision(s) (requested by martin in ticket #1113):
        build.sh: revision 1.392
   Expert hack: if you know what you are doing, allow to avoid
   the tool build for some commands that might or might not need
   it, like:
        build.sh -VUSETOOLS=never -P mkrepro-timestamp show-revisionid
   This will not need any tools when run on a new-enough NetBSD host or
   if using some other VCS than CVS.
VersionDeltaFile
1.365.2.6+19-3build.sh
+19-31 files

NetBSD/src QfFUCvqdistrib/ia64/cdroms/installcd Makefile

   Pull up following revision(s) (requested by martin in ticket #1949):
        distrib/ia64/cdroms/installcd/Makefile: revision 1.5
   PR port-ia64/59398: put the GENERIC kernel from this build into the
   cdrom image as /netbsd (instead of /netbsd from the build host)
VersionDeltaFile
1.3.2.1+6-2distrib/ia64/cdroms/installcd/Makefile
+6-21 files

NetBSD/src 8COcGFulib/libc/compat/arch/sparc64/gen compat_setjmp.S

   Pull up following revision(s) (requested by martin in ticket #1946):
        lib/libc/compat/arch/sparc64/gen/compat_setjmp.S: revision 1.2
   PR 59370: compat_13: since we do not initialize the %o0 slot in jmpbuf
   in setjmp() we need to store the full 64bit argument from longjmp()
   there, otherwise the upper 32bit will be random garbage.
VersionDeltaFile
1.1.88.1+3-3lib/libc/compat/arch/sparc64/gen/compat_setjmp.S
+3-31 files

NetBSD/src LzpBMW3distrib/ia64/cdroms/installcd Makefile

   Pull up following revision(s) (requested by martin in ticket #1111):
        distrib/ia64/cdroms/installcd/Makefile: revision 1.5
   PR port-ia64/59398: put the GENERIC kernel from this build into the
   cdrom image as /netbsd (instead of /netbsd from the build host)
VersionDeltaFile
1.4.8.1+6-2distrib/ia64/cdroms/installcd/Makefile
+6-21 files

NetBSD/src cn1aCfMlib/libc/compat/arch/sparc64/gen compat_setjmp.S

   Pull up following revision(s) (requested by martin in ticket #1108):
        lib/libc/compat/arch/sparc64/gen/compat_setjmp.S: revision 1.2
   PR 59370: compat_13: since we do not initialize the %o0 slot in jmpbuf
   in setjmp() we need to store the full 64bit argument from longjmp()
   there, otherwise the upper 32bit will be random garbage.
VersionDeltaFile
1.1.96.1+3-3lib/libc/compat/arch/sparc64/gen/compat_setjmp.S
+3-31 files

NetBSD/src IJvgLuw. build.sh

   Fix git formatting for show-revisionid
VersionDeltaFile
1.394+3-3build.sh
+3-31 files

NetBSD/src YVvqBlI. build.sh

   Unify the output of "show-revisionid" between the various VCSes
   and checkout/archive variants.
VersionDeltaFile
1.393+4-16build.sh
+4-161 files

NetBSD/src GGNOAO0. build.sh

   Expert hack: if you know what you are doing, allow to avoid
   the tool build for some commands that might or might not need
   it, like:

        build.sh -VUSETOOLS=never -P mkrepro-timestamp show-revisionid

   This will not need any tools when run on a new-enough NetBSD host or
   if using some other VCS than CVS.
VersionDeltaFile
1.392+20-3build.sh
+20-31 files

NetBSD/src irntBozusr.bin/make job.c main.c

   make: rename token pool variables to be more descriptive
VersionDeltaFile
1.506+13-13usr.bin/make/job.c
1.646+12-10usr.bin/make/main.c
+25-232 files

NetBSD/src NbdU2vlsys/arch/macppc/stand/ofwboot Makefile

   Strip ofwboot.xcf, pointed out in

    https://mail-index.netbsd.org/port-macppc/2024/02/03/msg003076.html

   While here avoid modifying the binary in-place to make this more
   parallel make safe.
VersionDeltaFile
1.61+5-3sys/arch/macppc/stand/ofwboot/Makefile
+5-31 files

NetBSD/src XTvBD4osys/compat/netbsd32 netbsd32_ipc.c

   netbsd32_ipc.c: KNF
VersionDeltaFile
1.22+27-15sys/compat/netbsd32/netbsd32_ipc.c
+27-151 files

NetBSD/src crn73ztsys/kern sysv_sem.c

   sysv_sem.c: KNF
VersionDeltaFile
1.103+36-30sys/kern/sysv_sem.c
+36-301 files

NetBSD/src BQhTOgetests/lib/libc/sys t_ptrace_signal_wait.h

   t_ptrace_signal_wait.h: Add some more debug output for softfloat.

   PR misc/56820: Many FPE related tests fail on softfloat machines
VersionDeltaFile
1.9+24-3tests/lib/libc/sys/t_ptrace_signal_wait.h
+24-31 files