NetBSD/src udnG1GFtests/lib/libc/sys t_timer_create.c

   t_timer_create: Add some more test cases.

   PR kern/58917: timer_settime and timerfd_settime return absolute time
   of next event

   PR kern/58919: timer_settime fails to trigger for past times
VersionDeltaFile
1.6+303-22tests/lib/libc/sys/t_timer_create.c
+303-221 files

NetBSD/src 4T3blRksys/dev/acpi qcomiic.c

   qcomiic: Don't defer attachment of child devices.

   Now that _DEP is supported in the acpi later, remove config_defer hack.
VersionDeltaFile
1.3+5-19sys/dev/acpi/qcomiic.c
+5-191 files

NetBSD/src IRatjRVsys/dev/acpi acpi.c acpivar.h

   acpi: Honour device dependencies ("_DEP" method).

   When creating acpi_devnode devices, build a list of devnodes that are
   direct dependencies of this node. The list of dependencies are parent
   device nodes (if present), along with all devices returned by the _DEP
   method.

   When rescanning devices, make sure that all dependencies have been
   scanned first. This ensures that drivers attach in the correct order.
VersionDeltaFile
1.300+150-41sys/dev/acpi/acpi.c
1.93+10-1sys/dev/acpi/acpivar.h
+160-422 files

NetBSD/src IIQ9W8Xsbin/gpt gpt_uuid.c

   s/reproducable/reproducible/ in comment.
VersionDeltaFile
1.24+3-3sbin/gpt/gpt_uuid.c
+3-31 files

NetBSD/src XkD2ZuBsys/arch/x86/pci ichlpcib.c

   Add support for the Braswell PCU LPC to ichlpcib.
VersionDeltaFile
1.62+3-2sys/arch/x86/pci/ichlpcib.c
+3-21 files

NetBSD/src 6hkP9Iftests/usr.bin/xlint/lint1 msg_341.c, usr.bin/xlint/lint1 ckctype.c

   lint: warn about unusual argument types in <ctype.h> functions
VersionDeltaFile
1.4+9-2tests/usr.bin/xlint/lint1/msg_341.c
1.13+3-3usr.bin/xlint/lint1/ckctype.c
+12-52 files

NetBSD/src xkWfTjgsys/kern sys_timerfd.c, tests/lib/libc/sys t_timerfd.c

   timerfd(2): Do not claim writable.

   Writes will fail with EOPNOTSUPP.

   PR kern/58916: timerfd(2) claims ready for write
VersionDeltaFile
1.6+10-12tests/lib/libc/sys/t_timerfd.c
1.9+3-3sys/kern/sys_timerfd.c
+13-152 files

NetBSD/src FaE0MVBlib/libedit sig.c

   From tkoeppe at github: Specify SA_ONSTACK when setting up a signal
   handler.  This allows the handler to use the alternate signal stack
   if one is available in the handling thread, but has no effect
   otherwise.

   This change makes the signal handler respect existing choices
   better. Specifically, this allows signal handlers to be set when
   the process includes a Go runtime, since Go enforces that all signal
   handlers in the process use the SA_ONSTACK flag (e.g. see
   golang/go#20400).
VersionDeltaFile
1.28+3-3lib/libedit/sig.c
+3-31 files

NetBSD/src 6B3Zc89lib/libc/sys sigaction.2

   Explain SA_ONSTACK better.
VersionDeltaFile
1.53+3-2lib/libc/sys/sigaction.2
+3-21 files

NetBSD/src T93Cefosys/arch/hppa/dev summitfb.c

   set the right cursor sprite colours, now that we know how
VersionDeltaFile
1.18+4-6sys/arch/hppa/dev/summitfb.c
+4-61 files

NetBSD/src 4fEID1rsys/dev/ic summitreg.h

   - use 0x800000 range for cursor and cmap access - we can read back values there
     but not at 0x400000
   - add cursor foreground colour register
VersionDeltaFile
1.9+12-11sys/dev/ic/summitreg.h
+12-111 files

NetBSD/src G9lqVnddistrib/sets/lists/tests mi, tests/usr.bin/cc t_ctype_abuse.sh Makefile

   tests/usr.bin/cc: Add test for ctype(3) detection.

   PR lib/58912: ctype(3) abuse detection fails for variable references
VersionDeltaFile
1.1+124-0tests/usr.bin/cc/t_ctype_abuse.sh
1.9+3-1tests/usr.bin/cc/Makefile
1.1351+2-1distrib/sets/lists/tests/mi
+129-23 files

NetBSD/src Th36lE9sys/dev/acpi qcomgpio.c

   qcomgpio(4): KNF whitespace

   No functional change intended.
VersionDeltaFile
1.8+9-9sys/dev/acpi/qcomgpio.c
+9-91 files

NetBSD/src etO5GESsys/dev/acpi qcomgpioreg.h

   qcomgpioreg.h: Add missing sys/cdefs.h for __BIT/__BITS.

   No functional change intended, other than to make potential users
   build when they previously wouldn't.
VersionDeltaFile
1.3+3-1sys/dev/acpi/qcomgpioreg.h
+3-11 files

NetBSD/src 9Kk6jZcsys/dev/acpi qcomgpio.c

   qcomgpio(4): Sort includes.

   No functional change intended.
VersionDeltaFile
1.7+9-7sys/dev/acpi/qcomgpio.c
+9-71 files

NetBSD/src jie5ptSsys/dev/acpi acpi_gpio.h

   acpi_gpio.h: Add missing includes and forward declarations.

   No functional change intended, other than to make potential users
   build when they previously wouldn't.
VersionDeltaFile
1.4+10-2sys/dev/acpi/acpi_gpio.h
+10-21 files

NetBSD/src fPHtqVDsys/dev/acpi acpi_event.h

   acpi_event.h: Add missing includes and forward declarations.

   No functional change intended, other than to make potential users
   build when they previously wouldn't.
VersionDeltaFile
1.3+11-3sys/dev/acpi/acpi_event.h
+11-31 files

NetBSD/src FxlmWQFsys/dev/acpi acpi_intr.h

   acpi_intr.h: Add missing includes and forward declarations.

   Nix spurious parameter name in prototype.

   No functional change intended, other than to make potential users
   build when they previously wouldn't.
VersionDeltaFile
1.6+8-2sys/dev/acpi/acpi_intr.h
+8-21 files

NetBSD/src HnSOPU7distrib/sets/lists/debug mi, distrib/sets/lists/tests mi

   add a PT_KILL test.
VersionDeltaFile
1.1350+2-1distrib/sets/lists/tests/mi
1.456+2-1distrib/sets/lists/debug/mi
+4-22 files

NetBSD/src hBYBlzttests/lib/libc/sys t_ptrace_kill.c Makefile

   PR/58896: Martin Husemann: Demonstrate that a PT_STOPed process could not be
   PT_KILLed.
VersionDeltaFile
1.1+131-0tests/lib/libc/sys/t_ptrace_kill.c
1.77+3-1tests/lib/libc/sys/Makefile
+134-12 files

NetBSD/src pEhXVthsys/dev/gpio gpiolib.c files.gpio

   Rename gpiobus.c to gpiolib.c so we can move other parts in there too.
   Requested by Jared.
VersionDeltaFile
1.1+44-0sys/dev/gpio/gpiolib.c
1.18+2-2sys/dev/gpio/files.gpio
1.2+2-2sys/dev/gpio/gpiobus.c
+48-43 files

NetBSD/src Sn4Xkaksys/dev/gpio gpiobus.c gpio.c

   Move (the one and only) gpiobus_* function(s) into a separate file
   that is build if we have gpiobus (independent of having gpio or not).
VersionDeltaFile
1.1+44-0sys/dev/gpio/gpiobus.c
1.75+2-14sys/dev/gpio/gpio.c
1.17+4-2sys/dev/gpio/files.gpio
+50-163 files

NetBSD/src ciES0d5share/man/man4 umcpmio.4

   umcpmio(4): use .Ql for sysctl values
VersionDeltaFile
1.4+20-4share/man/man4/umcpmio.4
+20-41 files

NetBSD/src SeqLzCQexternal/gpl3/gdb/dist/gdb/tui tui-winsource.c

   Add macros so that the getmax{x,y} functions work like ncurses (don't core
   dump on NULL window, but return -1)
VersionDeltaFile
1.8+10-6external/gpl3/gdb/dist/gdb/tui/tui-winsource.c
+10-61 files

NetBSD/src mn641hpshare/man/man4 wg.4

   mention how to configure all this automagically.
VersionDeltaFile
1.11+32-2share/man/man4/wg.4
+32-21 files

NetBSD/src 1K0zPQWshare/man/man4 umcpmio.4

   umcpmio.4: travel backwards in time, fix markup, grammar and typos
VersionDeltaFile
1.3+35-32share/man/man4/umcpmio.4
+35-321 files

NetBSD/src p97PJHjshare/man/man4 umcpmio.4

   umcpmio(4): fix markup

   New sentence - new line.  Misc formatting make up.  Fix a typo in
   sysctl variable name.
VersionDeltaFile
1.2+136-61share/man/man4/umcpmio.4
+136-611 files

NetBSD/src C6j858gdoc CHANGES, share/man/man4 iic.4 gpio.4


   Mention umcpmio(4)
VersionDeltaFile
1.37+4-1share/man/man4/iic.4
1.3120+3-1doc/CHANGES
1.38+2-1share/man/man4/gpio.4
+9-33 files

NetBSD/src vFNtA9Kshare/man/man4 umcpmio.4, sys/dev/usb umcpmio.c umcpmio_subr.c



   A driver for the MCP-2221 / 2221A multi-io chip.  This is a USB to
   UART / GPIO / I2C multi-io chip probably based upon a programmed PIC.
   The end result is that simple gpio and i2c can exist on any system
   that provides a USB port.  This is everything from a RPI to a
   Virtualbox VM.


   o The UART presents itself as a umodem(4) device and pretty much works
   as one would expect.

   o There are 4 simple GPIO pins with multiple functions that attach to
   gpio(4).  Support for basic GPIO input and output exists with gpioctl,
   the ADC, DAC and clock pulse functions exist as ALT functions.  For
   the ADC and DAC /dev/ devices are provided such that simple reads and
   writes interact with the ADC and DAC.  The IRQ function on pin GP1 and
   bit banging the GPIO with gpiopps(4) and gpioow(4) are not really

    [29 lines not shown]
VersionDeltaFile
1.1+2,047-0sys/dev/usb/umcpmio.c
1.1+802-0sys/dev/usb/umcpmio_subr.c
1.1+502-0sys/dev/usb/umcpmio_hid_reports.h
1.1+447-0usr.sbin/umcpmioctl/printumcpmio.c
1.1+408-0usr.sbin/umcpmioctl/umcpmioctl.c
1.1+212-0share/man/man4/umcpmio.4
+4,418-022 files not shown
+5,183-1528 files

NetBSD/src v5Gmp7Zdoc CHANGES-10.1

   Fix typo in ticket #732
VersionDeltaFile
1.1.2.79+2-2doc/CHANGES-10.1
+2-21 files