NetBSD/src 1fa9c0csys/rump/librump/rumpkern emul.c

   provide kern_realloc
VersionDeltaFile
1.72+9-2sys/rump/librump/rumpkern/emul.c
+9-21 files

NetBSD/src 2cec3d6include unistd.h, lib/libc/gen getlogin.c

   Change the second argument of getlogin_r() from int to size_t, per POSIX.
VersionDeltaFile
1.14+3-3lib/libc/gen/getlogin.c
1.21+3-3lib/libc/sys/getlogin.2
1.119+2-2include/unistd.h
+8-83 files

NetBSD/src b929b75lib/libc/sys mprotect.2

   Add missing newline.
VersionDeltaFile
1.21+3-2lib/libc/sys/mprotect.2
+3-21 files

NetBSD/src 8196f19sys/compat/linux/common linux_types.h, sys/compat/linux32/common linux32_types.h

   Restore struct sysctl padding member name, which was damaged during
   __unused removal on arguments.
VersionDeltaFile
1.29+2-2sys/compat/linux/common/linux_types.h
1.10+2-2sys/compat/linux32/common/linux32_types.h
+4-42 files

NetBSD/src 83c110elib/libc shlib_version

   add more item for major bump:
   _ctype_ table in ctype.h and gen/ctype_.c has insufficient bitwidth.
VersionDeltaFile
1.207+5-2lib/libc/shlib_version
+5-21 files

NetBSD/src 97c9697lib/libc/locale runetype_local.h fix_grouping.c, tools/compat configure configure.ac

   1. reworking PR lib/40317:
   libnbcompat already contains empty fparseln.lo
   so previous fix doesn't work correctly.
   i've just added broken fparseln check to configure script.

   2. reworking cross build breakage under FreeBSD/MacOS X.
   FreeBSD/MacOS X still have public /usr/include/runetype.h
   derived from 4.4BSD-Lite.  so i renamed out private header from
   src/lib/libc/locale/runetype.h to src/lib/libc/locale/runetype_local.h
   to solve this problems.

   3. fix build breakage when CITRUS=no was set.
VersionDeltaFile
1.1+226-0lib/libc/locale/runetype_local.h
1.68+145-12tools/compat/configure
1.68+39-3tools/compat/configure.ac
1.16+5-5usr.bin/mklocale/lex.l
1.15+2-6usr.bin/mklocale/Makefile
1.3+6-2lib/libc/locale/fix_grouping.c
+423-289 files not shown
+448-4915 files

NetBSD/src f38c0b8lib/libc/citrus citrus_bcs_strtoul.c

   move nbtool_config.h include to top.
VersionDeltaFile
1.2+6-6lib/libc/citrus/citrus_bcs_strtoul.c
+6-61 files

NetBSD/src 49aaf5bsys/sys timex.h

   fix status translation (two missing P in PPS* bits)
VersionDeltaFile
1.16+3-3sys/sys/timex.h
+3-31 files

NetBSD/src 74cc80flib/libc/gen setmode.3

   Fix HTML output.
VersionDeltaFile
1.20+2-2lib/libc/gen/setmode.3
+2-21 files

NetBSD/src e094db0lib/libc/sys chmod.2

   SEE ALSO getmode(3)/setmode(3).
   Suggested in passing by Joerg a long time ago on tech-pkg, seems like
   a good idea.
   Bump date.
VersionDeltaFile
1.34+4-2lib/libc/sys/chmod.2
+4-21 files

NetBSD/src 43baeddsys/ufs/ffs ffs_snapshot.c

   Remove superfluous "vp->v_vnlock = &vp->v_lock".

   Observed by: YAMAMOTO Takashi <yamt at netbsd.org>
VersionDeltaFile
1.90+2-3sys/ufs/ffs/ffs_snapshot.c
+2-31 files

NetBSD/src bd08d56lib/libc/gen fts.c

   Ensure fts_close() doesn't spuriously close fd 0,
   by testing FTS_SYMFOLLOW in fts_flags instead of fts_options.
   Fix provided by Ben Harris in PR 40319
VersionDeltaFile
1.35+3-3lib/libc/gen/fts.c
+3-31 files

NetBSD/src a508719sys/dev/ic isp.c mfi.c, sys/dev/ieee1394 sbp.c

by yamt on ⎇🏷
   remove extra semicolons.
VersionDeltaFile
1.116+5-5sys/dev/ic/isp.c
1.102+5-5sys/netinet6/raw_ip6.c
1.20+4-4sys/dev/ic/mfi.c
1.23+4-4sys/dev/ieee1394/sbp.c
1.21+3-3sys/dev/sbus/dbri.c
1.63+3-3sys/net80211/ieee80211_node.c
+24-2420 files not shown
+78-7826 files

NetBSD/src 80f5fe9distrib/sets/lists/base mi, lib/libc/locale setlocale.c

by tnozaki on ⎇🏷
   Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format.
   ok'ed by core and releng.
   (thanks for agc@, snj@ and i'm sorry for long time patience).

   [libc]
   - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by
     new locale-db implementation using citrus_db backend,
     see src/lib/libc/citrus/citrus_lc_*.[ch].
   - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation
     internally, because they're locale-aware function.
   - add some stubs for multi-locale issue, see {current,global}_locale.c.
   - remove some obsolete file, setrunelocale.c, ___runetype_mb.c.
   - remove __savectype() from ctypeio.[ch].

   [tools]
   - mklocale(1): add new option ``-t'' that generates new style
     LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format.
   - chrtbl(1): added ctypeio.[ch] for __savectype().


    [20 lines not shown]
VersionDeltaFile
1.788+524-23distrib/sets/lists/base/mi
1.55+55-404lib/libc/locale/setlocale.c
1.28+107-313share/locale/ctype/Makefile
1.5+55-305share/locale/time/Makefile
1.5+51-251share/locale/monetary/Makefile
1.5+55-227share/locale/messages/Makefile
+847-1,523236 files not shown
+7,740-2,820242 files

NetBSD/src 6ffedc4sys/kern subr_prf.c init_main.c, sys/sys kprintf.h

   * unexpose kprintf locking internals
   * migrate from simplelock to kmutex

   Don't bother to bump kernel version, since nothing outside of subr_prf
   used KPRINTF_MUTEX_ENXIT()
VersionDeltaFile
1.126+75-52sys/kern/subr_prf.c
1.10+4-22sys/sys/kprintf.h
1.379+4-2sys/kern/init_main.c
+83-763 files

NetBSD/src a2663e8sys/sys vnode.h

   Change va_fsid from long to u_long, so that we can store a dev_t
   there without incurring warnings (which turns into build errors)
   about conversions from unsigned int to long.
   OK'ed by christos@.
VersionDeltaFile
1.198+2-2sys/sys/vnode.h
+2-21 files

NetBSD/src 359f674sys/coda coda_psdev.c coda_vfsops.c

   #ifdef _LKM -> #ifndef _KERNEL_OPT
VersionDeltaFile
1.46+3-3sys/coda/coda_psdev.c
1.67+3-3sys/coda/coda_vfsops.c
+6-62 files

NetBSD/src d5d217eusr.bin/ktruss dump.c

   revert previous. it was meant for the branch.
VersionDeltaFile
1.31+20-46usr.bin/ktruss/dump.c
+20-461 files

NetBSD/src 376709asys/kern subr_devsw.c vfs_subr.c, sys/miscfs/procfs procfs_linux.c

   Rename specfs_lock as device_lock and move it from specfs to devsw.
   Relaxes kernel dependency on vfs.
VersionDeltaFile
1.23+33-32sys/kern/subr_devsw.c
1.120+21-22sys/miscfs/specfs/spec_vnops.c
1.363+18-18sys/kern/vfs_subr.c
1.55+7-8sys/miscfs/procfs/procfs_linux.c
1.152+6-8sys/kern/init_sysctl.c
1.3+2-4sys/rump/librump/rumpvfs/specfs.c
+87-922 files not shown
+92-958 files

NetBSD/src ca12a01sys/kern kern_sysctl.c, sys/sys sysctl.h

   Librate sysctl_setup_func typedef from the clutches of _MODULE and
   stuff it in kern_sysctl.c where its only sensible use is.
VersionDeltaFile
1.221+4-2sys/kern/kern_sysctl.c
1.180+1-2sys/sys/sysctl.h
+5-42 files

NetBSD/src a3ffc7blib/libpthread pthread_cancelstub.c pthread_misc.c

   revert previous. It was meant for the branch
VersionDeltaFile
1.24+32-32lib/libpthread/pthread_cancelstub.c
1.12+4-4lib/libpthread/pthread_misc.c
+36-362 files

NetBSD/src fbd845blib/libpthread shlib_version shlib_version

   Some things to do on major bump.
VersionDeltaFile
1.13.2.2+19-0lib/libpthread/shlib_version
1.13+15-1lib/libpthread/shlib_version
+34-12 files

NetBSD/src 84ce547lib/libutil pw_getconf.3 pw_getconf.3

   Sort errors.
VersionDeltaFile
1.11.2.2+114-0lib/libutil/pw_getconf.3
1.11+5-5lib/libutil/pw_getconf.3
+119-52 files

NetBSD/src 2c6e9bbinclude/protocols dumprestore.h, sbin/restore tape.c

   Make restore work for Linux dump volumes by ignoring extended attribute
   records on these volumes.  Tested with Centos 5.2.

   Reviewed by: Manuel Bouyer <bouyer at netbsd.org>
VersionDeltaFile
1.61+8-2sbin/restore/tape.c
1.15+2-1include/protocols/dumprestore.h
+10-32 files

NetBSD/src d9f5c3alib/libutil pw_getconf.3 Makefile

   document pw_getpwconf.
VersionDeltaFile
1.10+16-3lib/libutil/pw_getconf.3
1.58+2-1lib/libutil/Makefile
+18-42 files

NetBSD/src af7b2c7lib/libutil snprintb.3 snprintb.3

   Fix deleto in previous.
VersionDeltaFile
1.11.2.2+243-0lib/libutil/snprintb.3
1.11+2-2lib/libutil/snprintb.3
+245-22 files

NetBSD/src 0ac41casys/kern sysv_shm.c

   sys_shmat: initialise shmid of shmmap entry earlier.  Now error path,
   i.e. shm_delete_mapping, wont use random value.
VersionDeltaFile
1.114+3-3sys/kern/sysv_shm.c
+3-31 files

NetBSD/src 6c9a205sys/net rtsock.c

   When removing routes automatically added, remove the flag from the associated
   address.
   When changing routes automatically addded, move the flag to the new assoicated
   address.
VersionDeltaFile
1.119+26-5sys/net/rtsock.c
+26-51 files

NetBSD/src dc281ddlib/libutil passwd.c

   PR/18150: John F. Woods: Print meaningful error messages on inconsistent/
   corrupt entries.
VersionDeltaFile
1.46+35-17lib/libutil/passwd.c
+35-171 files

NetBSD/src e7ec7e3sys/kern sys_descrip.c

   Prevent a potential deadlock from a multithreaded process doing:

   t1   dup2(0, 1)
   t2   dup2(1, 0)
VersionDeltaFile
1.8+8-3sys/kern/sys_descrip.c
+8-31 files