NetBSD/src 61XRe26usr.sbin/umcpmioctl umcpmioctl.h


   Fix typo in guard define.
VersionDeltaFile
1.2+2-2usr.sbin/umcpmioctl/umcpmioctl.h
+2-21 files

NetBSD/src wrKkkcQsys/dev/usb xhci.c

   Relax the KASSERT in xhci_event_cmd to allow xhci_polling_p
VersionDeltaFile
1.185+3-3sys/dev/usb/xhci.c
+3-31 files

NetBSD/src JXDbUVWsys/arch/sun3/dev xy.c fd.c

   Remove trailing whitespace.
VersionDeltaFile
1.83+35-35sys/arch/sun3/dev/xy.c
1.88+34-34sys/arch/sun3/dev/fd.c
1.79+33-33sys/arch/sun3/dev/xd.c
1.60+24-24sys/arch/sun3/dev/kd.c
1.92+21-21sys/arch/sun3/dev/zs.c
1.43+16-16sys/arch/sun3/dev/cg4.c
+163-16323 files not shown
+335-33529 files

NetBSD/src qxiJIpasys/arch/sun3/include mc68851.h pte3x.h

   Remove trailing whitespace.
VersionDeltaFile
1.7+12-12sys/arch/sun3/include/mc68851.h
1.9+3-3sys/arch/sun3/include/pte3x.h
1.32+2-2sys/arch/sun3/include/pmap3x.h
+17-173 files

NetBSD/src Lq0NL61sys/arch/sun3/sun3 pmap.c

   Remove trailing whitespace.
VersionDeltaFile
1.179+3-3sys/arch/sun3/sun3/pmap.c
+3-31 files

NetBSD/src Rct3Hq6sys/arch/hp300/hp300 autoconf.c

   Remove trailing whitespace.
VersionDeltaFile
1.115+5-5sys/arch/hp300/hp300/autoconf.c
+5-51 files

NetBSD/src 7uMvGyqsys/arch/hp300/dev topcat.c

   Remove trailing whitespace.
VersionDeltaFile
1.13+2-2sys/arch/hp300/dev/topcat.c
+2-21 files

NetBSD/src YMZNDyP. build.sh

   General code cleanup.   No operational change intended.

   Mostly fix quoting, some missing quotes added, lots of meaningless
   quotes removed (no guarantee of completeness in either of those).

   Also get rid of one use of the obsolete test -o operator, and several
   less than ideal uses of the test ! operator ... replace all that by
   shell || and ! uses.

   Don't use $@ in any context where field splitting cannot occur (also
   avoid it in a couple of places where it would be defined, but isn't
   actually wanted:
        echo "whatever: $@"
   is technically OK, but is generally just a waste of everyone's time,
   the shell passing a whole set of args to echo for it to combine
   back into one line is pointless.   But X="$@" and using $@ in a
   here doc are simply wrong.

   The 80-column police visited during the update (just a couple of

    [11 lines not shown]
VersionDeltaFile
1.386+512-304build.sh
+512-3041 files

NetBSD/src UG0PQ6Qdoc CHANGES-10.2 README.files, external/gpl2/groff/tmac mdoc.local

   Welcome to 10.1_STABLE!
VersionDeltaFile
1.1.2.1+13-0doc/CHANGES-10.2
1.7.6.11+3-3external/gpl2/groff/tmac/mdoc.local
1.5.34.3+3-1doc/README.files
1.722.2.11+2-2sys/sys/param.h
1.2.74.3+2-2doc/LAST_MINUTE
1.1+0-0doc/CHANGES-10.2
+23-86 files

NetBSD/src PEqIuhtshare/misc bsd-family-tree

   add 10.1
VersionDeltaFile
1.86+9-6share/misc/bsd-family-tree
+9-61 files

NetBSD/src 9PlgqJBusr.bin/calendar/calendars calendar.netbsd

   add 10.1
VersionDeltaFile
1.51+1-0usr.bin/calendar/calendars/calendar.netbsd
+1-01 files

NetBSD/src eIaHJStsys/compat/netbsd32 netbsd32_compat_43.c

   revert previous, msg_flags is already initialized as MSG_NAMEMBUF
   to free the sockname mbuf.
VersionDeltaFile
1.65+2-3sys/compat/netbsd32/netbsd32_compat_43.c
+2-31 files

NetBSD/src XvCkQ3m. build.sh

   build.sh: Make `build.sh pkg=...' bomb with -x/MKX11=yes for now.
VersionDeltaFile
1.385+13-2build.sh
+13-21 files

NetBSD/src 7CLV5sM. build.sh

   Fix typo in previous
VersionDeltaFile
1.384+3-3build.sh
+3-31 files

NetBSD/src auIS7x8. build.sh

   Add a new operation "show-revisionid" that extracts a marker usable
   to recreate the source (depending on the revision controll system
   in use).
VersionDeltaFile
1.383+30-5build.sh
+30-51 files

NetBSD/src DSQ1aaksys/compat/netbsd32 netbsd32_compat_43.c

   Don't use flags uninitialized.
VersionDeltaFile
1.64+3-2sys/compat/netbsd32/netbsd32_compat_43.c
+3-21 files

NetBSD/src P8c8moasys/dev/fdt fdt_boot.c

   Allocate enough address space for unaligned start/end values.
VersionDeltaFile
1.7+4-3sys/dev/fdt/fdt_boot.c
+4-31 files

NetBSD/src YSMqs5Rsys/netinet ip_carp.c

   carp_join_multicast: Stop allocating ip_moptions on stack

   It was just a waste of memory. NFC otherwise, and no regression
   observed for full ATF run on amd64.

   Partially taken from OpenBSD:
   https://github.com/openbsd/src/commit/1f237790b75

   XXX
   Seems like OpenBSD has some fixes to carp, that may improve our
   implementation...
VersionDeltaFile
1.121+6-8sys/netinet/ip_carp.c
+6-81 files

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

   timerfd_settime(2): Return relative duration remaining.

   Not absolute time of next event.

   PR kern/58917: timer_settime and timerfd_settime return absolute time
   of next event
VersionDeltaFile
1.11+2-10tests/lib/libc/sys/t_timerfd.c
1.11+3-3sys/kern/sys_timerfd.c
+5-132 files

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

   timerfd_settime(2): Sanitize inputs like timer_settime(2).

   PR kern/58914: timerfd_settime(2) is missing itimespecfix
VersionDeltaFile
1.10+2-12tests/lib/libc/sys/t_timerfd.c
1.10+8-3sys/kern/sys_timerfd.c
+10-152 files

NetBSD/src LzWkA6Zsys/kern kern_time.c, tests/lib/libc/sys t_timer_create.c

   timer_settime(2): Return relative duration remaining.

   Not absolute time of next event.

   PR kern/58917: timer_settime and timerfd_settime return absolute time
   of next event
VersionDeltaFile
1.9+1-13tests/lib/libc/sys/t_timer_create.c
1.223+5-7sys/kern/kern_time.c
+6-202 files

NetBSD/src SuI4FlXsys/kern kern_time.c, tests/lib/libc/sys t_timer_create.c

   timer_settime(2): Fix error code for negative it_interval.

   PR kern/58920: timer_settime fails ETIMEDOUT on negative interval,
   not EINVAL
VersionDeltaFile
1.8+1-16tests/lib/libc/sys/t_timer_create.c
1.222+5-5sys/kern/kern_time.c
+6-212 files

NetBSD/src n55nlJa. build.sh

   build.sh: Use X11_TYPE=modular for build.sh pkg=... by default.

   You can override it in your MAKECONF if you want to debug issues in
   pkgsrc with cross-building X11_TYPE=native, but let's try to make
   things work out of the box here if you don't go out of your way.
VersionDeltaFile
1.382+7-2build.sh
+7-21 files

NetBSD/src 5tGQNg2doc CHANGES

   doc: two weeks of changes
VersionDeltaFile
1.3121+22-1doc/CHANGES
+22-11 files

NetBSD/src kGlaQmatests/lib/libc/sys t_timerfd.c

   t_timerfd: Test for timerfd_settime old_value.

   PR kern/58917: timer_settime and timerfd_settime return absolute time
   of next event
VersionDeltaFile
1.9+28-5tests/lib/libc/sys/t_timerfd.c
+28-51 files

NetBSD/src flOy22Ctests/lib/libc/sys t_timerfd.c

   t_timerfd: Sprinkle additional tests of various edge cases.

   PR kern/58914: timerfd_settime(2) is missing itimespecfix
VersionDeltaFile
1.8+132-3tests/lib/libc/sys/t_timerfd.c
+132-31 files

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

   t_timer_create: Fix up tests for edge cases.

   While here, save and restore errno in signal handler.

   PR kern/58919: timer_settime fails to trigger for past times

   PR kern/58920: timer_settime fails ETIMEDOUT on negative interval, not
   EINVAL
VersionDeltaFile
1.7+75-52tests/lib/libc/sys/t_timer_create.c
+75-521 files

NetBSD/src BVp1XHttests/lib/libc/sys t_getitimer.c

   t_getitimer: Test invalid itimerval arguments.

   Use sig_atomic_t while here.

   Ex-POSIX (POSIX.1-2008; the interface was removed in POSIX.1-2024)
   prescribes EINVAL for all of these cases:

   SYNOPSIS

       #include <sys/time.h>

       int getitimer(int which, struct itimerval *value);
       int setitimer(int which, const struct itimerval *restrict value,
              struct itimerval *restrict ovalue);
   [...]
   ERRORS

       The setitimer() function shall fail if:


    [7 lines not shown]
VersionDeltaFile
1.5+45-8tests/lib/libc/sys/t_getitimer.c
+45-81 files

NetBSD/src WcNkif9tests/lib/libc/sys t_timerfd.c

   t_timerfd: Fix select/poll tests and add kevent EVFILT_WRITE test.

   PR kern/58916: timerfd(2) claims ready for write
VersionDeltaFile
1.7+7-6tests/lib/libc/sys/t_timerfd.c
+7-61 files

NetBSD/src fZszlGrsys/dev/acpi acpi.c

   acpi(4): Nix trailing whitespace.

   No functional change intended.
VersionDeltaFile
1.301+3-3sys/dev/acpi/acpi.c
+3-31 files