NetBSD/src 1fa9c0c — sys/rump/librump/rumpkern emul.c
provide kern_realloc
Version | Delta | File | |
---|---|---|---|
1.72 | +9 | -2 | sys/rump/librump/rumpkern/emul.c |
+9 | -2 | 1 files |
provide kern_realloc
Version | Delta | File | |
---|---|---|---|
1.72 | +9 | -2 | sys/rump/librump/rumpkern/emul.c |
+9 | -2 | 1 files |
Change the second argument of getlogin_r() from int to size_t, per POSIX.
Version | Delta | File | |
---|---|---|---|
1.14 | +3 | -3 | lib/libc/gen/getlogin.c |
1.21 | +3 | -3 | lib/libc/sys/getlogin.2 |
1.119 | +2 | -2 | include/unistd.h |
+8 | -8 | 3 files |
Add missing newline.
Version | Delta | File | |
---|---|---|---|
1.21 | +3 | -2 | lib/libc/sys/mprotect.2 |
+3 | -2 | 1 files |
Restore struct sysctl padding member name, which was damaged during __unused removal on arguments.
Version | Delta | File | |
---|---|---|---|
1.29 | +2 | -2 | sys/compat/linux/common/linux_types.h |
1.10 | +2 | -2 | sys/compat/linux32/common/linux32_types.h |
+4 | -4 | 2 files |
add more item for major bump: _ctype_ table in ctype.h and gen/ctype_.c has insufficient bitwidth.
Version | Delta | File | |
---|---|---|---|
1.207 | +5 | -2 | lib/libc/shlib_version |
+5 | -2 | 1 files |
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.
Version | Delta | File | |
---|---|---|---|
1.1 | +226 | -0 | lib/libc/locale/runetype_local.h |
1.68 | +145 | -12 | tools/compat/configure |
1.68 | +39 | -3 | tools/compat/configure.ac |
1.16 | +5 | -5 | usr.bin/mklocale/lex.l |
1.15 | +2 | -6 | usr.bin/mklocale/Makefile |
1.3 | +6 | -2 | lib/libc/locale/fix_grouping.c |
+423 | -28 | 9 files not shown | |
+448 | -49 | 15 files |
move nbtool_config.h include to top.
Version | Delta | File | |
---|---|---|---|
1.2 | +6 | -6 | lib/libc/citrus/citrus_bcs_strtoul.c |
+6 | -6 | 1 files |
fix status translation (two missing P in PPS* bits)
Version | Delta | File | |
---|---|---|---|
1.16 | +3 | -3 | sys/sys/timex.h |
+3 | -3 | 1 files |
Fix HTML output.
Version | Delta | File | |
---|---|---|---|
1.20 | +2 | -2 | lib/libc/gen/setmode.3 |
+2 | -2 | 1 files |
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.
Version | Delta | File | |
---|---|---|---|
1.34 | +4 | -2 | lib/libc/sys/chmod.2 |
+4 | -2 | 1 files |
Remove superfluous "vp->v_vnlock = &vp->v_lock". Observed by: YAMAMOTO Takashi <yamt at netbsd.org>
Version | Delta | File | |
---|---|---|---|
1.90 | +2 | -3 | sys/ufs/ffs/ffs_snapshot.c |
+2 | -3 | 1 files |
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
Version | Delta | File | |
---|---|---|---|
1.35 | +3 | -3 | lib/libc/gen/fts.c |
+3 | -3 | 1 files |
remove extra semicolons.
Version | Delta | File | |
---|---|---|---|
1.116 | +5 | -5 | sys/dev/ic/isp.c |
1.102 | +5 | -5 | sys/netinet6/raw_ip6.c |
1.20 | +4 | -4 | sys/dev/ic/mfi.c |
1.23 | +4 | -4 | sys/dev/ieee1394/sbp.c |
1.21 | +3 | -3 | sys/dev/sbus/dbri.c |
1.63 | +3 | -3 | sys/net80211/ieee80211_node.c |
+24 | -24 | 20 files not shown | |
+78 | -78 | 26 files |
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]
Version | Delta | File | |
---|---|---|---|
1.788 | +524 | -23 | distrib/sets/lists/base/mi |
1.55 | +55 | -404 | lib/libc/locale/setlocale.c |
1.28 | +107 | -313 | share/locale/ctype/Makefile |
1.5 | +55 | -305 | share/locale/time/Makefile |
1.5 | +51 | -251 | share/locale/monetary/Makefile |
1.5 | +55 | -227 | share/locale/messages/Makefile |
+847 | -1,523 | 236 files not shown | |
+7,740 | -2,820 | 242 files |
* 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()
Version | Delta | File | |
---|---|---|---|
1.126 | +75 | -52 | sys/kern/subr_prf.c |
1.10 | +4 | -22 | sys/sys/kprintf.h |
1.379 | +4 | -2 | sys/kern/init_main.c |
+83 | -76 | 3 files |
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@.
Version | Delta | File | |
---|---|---|---|
1.198 | +2 | -2 | sys/sys/vnode.h |
+2 | -2 | 1 files |
#ifdef _LKM -> #ifndef _KERNEL_OPT
Version | Delta | File | |
---|---|---|---|
1.46 | +3 | -3 | sys/coda/coda_psdev.c |
1.67 | +3 | -3 | sys/coda/coda_vfsops.c |
+6 | -6 | 2 files |
revert previous. it was meant for the branch.
Version | Delta | File | |
---|---|---|---|
1.31 | +20 | -46 | usr.bin/ktruss/dump.c |
+20 | -46 | 1 files |
Rename specfs_lock as device_lock and move it from specfs to devsw. Relaxes kernel dependency on vfs.
Version | Delta | File | |
---|---|---|---|
1.23 | +33 | -32 | sys/kern/subr_devsw.c |
1.120 | +21 | -22 | sys/miscfs/specfs/spec_vnops.c |
1.363 | +18 | -18 | sys/kern/vfs_subr.c |
1.55 | +7 | -8 | sys/miscfs/procfs/procfs_linux.c |
1.152 | +6 | -8 | sys/kern/init_sysctl.c |
1.3 | +2 | -4 | sys/rump/librump/rumpvfs/specfs.c |
+87 | -92 | 2 files not shown | |
+92 | -95 | 8 files |
Librate sysctl_setup_func typedef from the clutches of _MODULE and stuff it in kern_sysctl.c where its only sensible use is.
Version | Delta | File | |
---|---|---|---|
1.221 | +4 | -2 | sys/kern/kern_sysctl.c |
1.180 | +1 | -2 | sys/sys/sysctl.h |
+5 | -4 | 2 files |
revert previous. It was meant for the branch
Version | Delta | File | |
---|---|---|---|
1.24 | +32 | -32 | lib/libpthread/pthread_cancelstub.c |
1.12 | +4 | -4 | lib/libpthread/pthread_misc.c |
+36 | -36 | 2 files |
Some things to do on major bump.
Version | Delta | File | |
---|---|---|---|
1.13.2.2 | +19 | -0 | lib/libpthread/shlib_version |
1.13 | +15 | -1 | lib/libpthread/shlib_version |
+34 | -1 | 2 files |
Sort errors.
Version | Delta | File | |
---|---|---|---|
1.11.2.2 | +114 | -0 | lib/libutil/pw_getconf.3 |
1.11 | +5 | -5 | lib/libutil/pw_getconf.3 |
+119 | -5 | 2 files |
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>
Version | Delta | File | |
---|---|---|---|
1.61 | +8 | -2 | sbin/restore/tape.c |
1.15 | +2 | -1 | include/protocols/dumprestore.h |
+10 | -3 | 2 files |
document pw_getpwconf.
Version | Delta | File | |
---|---|---|---|
1.10 | +16 | -3 | lib/libutil/pw_getconf.3 |
1.58 | +2 | -1 | lib/libutil/Makefile |
+18 | -4 | 2 files |
Fix deleto in previous.
Version | Delta | File | |
---|---|---|---|
1.11.2.2 | +243 | -0 | lib/libutil/snprintb.3 |
1.11 | +2 | -2 | lib/libutil/snprintb.3 |
+245 | -2 | 2 files |
sys_shmat: initialise shmid of shmmap entry earlier. Now error path, i.e. shm_delete_mapping, wont use random value.
Version | Delta | File | |
---|---|---|---|
1.114 | +3 | -3 | sys/kern/sysv_shm.c |
+3 | -3 | 1 files |
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.
Version | Delta | File | |
---|---|---|---|
1.119 | +26 | -5 | sys/net/rtsock.c |
+26 | -5 | 1 files |
PR/18150: John F. Woods: Print meaningful error messages on inconsistent/ corrupt entries.
Version | Delta | File | |
---|---|---|---|
1.46 | +35 | -17 | lib/libutil/passwd.c |
+35 | -17 | 1 files |
Prevent a potential deadlock from a multithreaded process doing: t1 dup2(0, 1) t2 dup2(1, 0)
Version | Delta | File | |
---|---|---|---|
1.8 | +8 | -3 | sys/kern/sys_descrip.c |
+8 | -3 | 1 files |