Module Name:src
Committed By: maxv
Date: Sat Jun 6 07:03:21 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: db_machdep.c
Log Message:
If the frame is not aligned, leave right away. This place probably needs
to be revisited, because %rbp could easily contain garbage.
R
Module Name:src
Committed By: skrll
Date: Sat Jun 6 08:56:31 UTC 2020
Modified Files:
src/sys/dev/usb: xhci.c xhcireg.h
Log Message:
More __BITS. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/sys/dev/usb/xhci.c
cvs rdiff -u -r1.17 -r1.18 src
Module Name:src
Committed By: skrll
Date: Sat Jun 6 09:03:59 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: arm32_boot.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/arm32/arm32_boot.c
Please note that diffs are not
Module Name:src
Committed By: tsutsui
Date: Sat Jun 6 10:22:45 UTC 2020
Modified Files:
src/usr.sbin/installboot: installboot.8
Log Message:
Fix ews4800mips example. Its raw partition is rsd0p, not rsd0c.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 sr
Module Name:src
Committed By: gson
Date: Sat Jun 6 13:53:43 UTC 2020
Modified Files:
src/sys/dev/usb: if_run.c if_runvar.h
Log Message:
Conditionally enable the formerly #if'ed-out code to use the
WRITE_REGION_1 command for writing blocks of data to the device.
This is to
Module Name:src
Committed By: simonb
Date: Sat Jun 6 14:30:44 UTC 2020
Modified Files:
src/sys/arch/mips/mips: cache_octeon.c
Log Message:
Increase readability by reducing #ifdef using a macro.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mip
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 15:45:47 UTC 2020
Modified Files:
src/sys/lib/libsa: subr_prf.c
Log Message:
Make libsa's vsnprintf() work as expected when passed a NULL
destinatino buffer.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1
Module Name:src
Committed By: nia
Date: Sat Jun 6 17:39:35 UTC 2020
Modified Files:
src/share/misc: acronyms-o.real
Log Message:
FTP
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/misc/acronyms-o.real
Please note that diffs are not public domain;
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 18:11:21 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_lwp_create.c
Log Message:
Add a test case to ensure that _lwp_create() fails with the
expected error code when a bad new-lwp-id pointer is passed.
To genera
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 18:13:02 UTC 2020
Modified Files:
src/sys/kern: subr_pcu.c
Log Message:
Relax the KASSERT() in pcu_discard_all() to allow non-curlwp if it is
in LSIDL state, which can happen if the new LWP is exiting before it's
ever
Module Name:src
Committed By: wiz
Date: Sat Jun 6 20:28:42 UTC 2020
Modified Files:
src/usr.bin/make: make.1
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 src/usr.bin/make/make.1
Please note that diffs are not
Module Name:src
Committed By: wiz
Date: Sat Jun 6 20:30:23 UTC 2020
Modified Files:
src/usr.sbin/installboot: installboot.8
Log Message:
Reduce macro arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/usr.sbin/installboot/installboot.8
Please
Module Name:src
Committed By: wiz
Date: Sat Jun 6 20:38:00 UTC 2020
Modified Files:
src/usr.sbin/npf: npf-params.7
Log Message:
Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npf-params.7
Please note that diffs are not pub
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 21:26:00 UTC 2020
Modified Files:
src/common/include/prop: prop_array.h prop_bool.h prop_data.h
prop_dictionary.h prop_number.h prop_string.h
src/common/lib/libprop: prop_array.3 prop_array_util.3
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 21:45:07 UTC 2020
Modified Files:
src/tests/lib/libprop: t_proplib.c
Log Message:
Don't use deprecated proplib APIs (in the old "basic" test case).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/test
Module Name:src
Committed By: joerg
Date: Sat Jun 6 22:06:42 UTC 2020
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
sun2 and vax have no native TLS support, so avoid using modern jemalloc
as it has a couple of nasty race conditions when using TSD.
To generate a
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 22:23:31 UTC 2020
Modified Files:
src/common/lib/libprop: prop_number.c
Log Message:
Correct a deprecation warning.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/common/lib/libprop/prop_number.c
Module Name:src
Committed By: ad
Date: Sat Jun 6 22:24:00 UTC 2020
Modified Files:
src/lib/libpthread: pthread_cond.c
Log Message:
Adjust previous. In the condvar case the wakeup might already have been
eaten.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.
Module Name:src
Committed By: ad
Date: Sat Jun 6 22:26:47 UTC 2020
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
lwp_exit(): add a warning about (l != curlwp)
To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 src/sys/kern/kern_lwp.c
Please note th
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 22:28:07 UTC 2020
Modified Files:
src/common/lib/libppath: ppath.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libppath/ppath.c
Please n
Module Name:src
Committed By: ad
Date: Sat Jun 6 22:31:41 UTC 2020
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
Correction to previous - set VI_PAGES correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/sys/rump/librump/rump
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 22:33:23 UTC 2020
Modified Files:
src/usr.sbin/ofctl: ofctl.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/ofctl/ofctl.c
Please note that
Module Name:src
Committed By: thorpej
Date: Sat Jun 6 22:36:39 UTC 2020
Modified Files:
src/sbin/veriexecctl: veriexecctl.h
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/veriexecctl/veriexecctl.h
Module Name:src
Committed By: ad
Date: Sat Jun 6 23:02:25 UTC 2020
Modified Files:
src/sys/kern: subr_physmap.c
Log Message:
uvmexp.ncolors being used where uvmexp.colormask wanted
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/subr_physmap.c
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 00:12:00 UTC 2020
Modified Files:
src/usr.sbin/btdevctl: btdevctl.c db.c print.c sdp.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/btdevc
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 00:15:37 UTC 2020
Modified Files:
src/usr.bin/btkey: file.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/btkey/file.c
Please note that diffs
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 00:51:48 UTC 2020
Modified Files:
src/usr.sbin/envstat: config.c envstat.c envstat.h
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/envstat/
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 00:54:22 UTC 2020
Modified Files:
src/usr.sbin/bthcid: config.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/bthcid/config.c
Please note th
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 00:56:05 UTC 2020
Modified Files:
src/usr.sbin/hdaudioctl: graph.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/hdaudioctl/graph.c
Please n
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 00:58:59 UTC 2020
Modified Files:
src/usr.sbin/installboot: evboards.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/installboot/evboards.c
Module Name:src
Committed By: tsutsui
Date: Sun Jun 7 03:00:54 UTC 2020
Modified Files:
src/sys/arch/ews4800mips/stand/common: bootxx.c
Log Message:
Fix "illegal exceptoin" error on loading a secondary boot.
Recent gcc/binutils create more than two problem header section
Module Name:src
Committed By: tsutsui
Date: Sun Jun 7 03:02:42 UTC 2020
Modified Files:
src/sys/arch/ews4800mips/stand/boot: Makefile
Log Message:
Use -fno-unwind-tables to shrink boot binaries a bit.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 05:42:25 UTC 2020
Modified Files:
src/sbin/gpt: backup.c restore.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/gpt/backup.c
cvs rdiff -u -r1.
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 05:49:05 UTC 2020
Modified Files:
src/sbin/modload: main.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/modload/main.c
Please note that diffs
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 05:54:00 UTC 2020
Modified Files:
src/usr.sbin/powerd: powerd.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/powerd/powerd.c
Please note
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 05:57:17 UTC 2020
Modified Files:
src/lib/libdm: libdm_ioctl.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libdm/libdm_ioctl.c
Please note that
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 06:02:58 UTC 2020
Modified Files:
src/sbin/ifconfig: af_atalk.c af_inetany.c carp.c env.c ether.c
ifconfig.c media.c parse.c pfsync.c tunnel.c
Log Message:
Update for proplib(3) API changes.
To generate a
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 06:08:20 UTC 2020
Modified Files:
src/sys/sys: param.h
Log Message:
NetBSD 9.99.65 -- proplib(3) API additions also impact the kernel ABI.
To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 src/sys/sys/p
38 matches
Mail list logo