Module Name:src
Committed By: is
Date: Sat Apr 11 07:28:06 UTC 2020
Modified Files:
src/sys/net [is-mlppp]: if_spppsubr.c
Log Message:
compat code to make transplanting this to netbsd-8 easier
To generate a diff of this commit:
cvs rdiff -u -r1.187.2.5 -r1.187.2.6 src/sy
Module Name:src
Committed By: is
Date: Sat Apr 11 07:38:00 UTC 2020
Modified Files:
src/sys/net [is-mlppp]: if_spppsubr.c
Log Message:
whitespace error
To generate a diff of this commit:
cvs rdiff -u -r1.187.2.6 -r1.187.2.7 src/sys/net/if_spppsubr.c
Please note that dif
Module Name:src
Committed By: bouyer
Date: Sat Apr 11 08:06:16 UTC 2020
Modified Files:
src/sys/arch/x86/x86 [bouyer-xenpvh]: x86_machdep.c
Log Message:
Remove spaces in machdep.hypervisor, suggested by mlelstv@
To generate a diff of this commit:
cvs rdiff -u -r1.137.2.1
Module Name:src
Committed By: is
Date: Sat Apr 11 08:11:58 UTC 2020
Modified Files:
src/sys/net [is-mlppp]: if_spppsubr.c
Log Message:
macro error
To generate a diff of this commit:
cvs rdiff -u -r1.187.2.7 -r1.187.2.8 src/sys/net/if_spppsubr.c
Please note that diffs ar
Module Name:src
Committed By: maxv
Date: Sat Apr 11 09:02:04 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: vectors.S
Log Message:
The vectors allow for up to 0x80 bytes of instructions, but we've reached
this limit already, so implement the handler functions outsi
Module Name:src
Committed By: rin
Date: Sat Apr 11 09:15:23 UTC 2020
Modified Files:
src/lib/libpthread/arch/powerpc: pthread_md.h
src/sys/arch/powerpc/powerpc: sig_machdep.c
Log Message:
Revert previous:
http://mail-index.netbsd.org/source-changes/2020/02/20/msg11
Module Name:src
Committed By: is
Date: Sat Apr 11 09:40:02 UTC 2020
Modified Files:
src/sys/net [is-mlppp]: if_spppsubr.c
Log Message:
MLPPP mrru negotiation.
To generate a diff of this commit:
cvs rdiff -u -r1.187.2.8 -r1.187.2.9 src/sys/net/if_spppsubr.c
Please note t
Module Name:src
Committed By: is
Date: Sat Apr 11 10:06:22 UTC 2020
Modified Files:
src/sys/net [is-mlppp]: if_spppsubr.c
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.187.2.9 -r1.187.2.10 src/sys/net/if_spppsubr.c
Please note that diffs are not
Module Name:src
Committed By: bouyer
Date: Sat Apr 11 10:11:31 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [bouyer-xenpvh]: genassym.cf spl.S
src/sys/arch/amd64/include [bouyer-xenpvh]: frameasm.h
src/sys/arch/i386/i386 [bouyer-xenpvh]: genassym.cf spl
Module Name:src
Committed By: is
Date: Sat Apr 11 10:47:06 UTC 2020
Modified Files:
src/sys/net [is-mlppp]: if_spppsubr.c
Log Message:
trying to ind the right place for MLPPP renegotiation.
To generate a diff of this commit:
cvs rdiff -u -r1.187.2.10 -r1.187.2.11 src/sys
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 11:01:12 UTC 2020
Modified Files:
src/sys/arch/xen/include: xenbus.h
src/sys/arch/xen/xen: if_xennet_xenbus.c
src/sys/arch/xen/xenbus: xenbus_probe.c
Log Message:
put xenbus dmat into xenbus_device so
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 11:48:21 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xennetback_xenbus.c
Log Message:
convert to bus_dma(9), no explicit xpmap_*() calls any more
as part of this move some global arrays into struct xnetback_instan
Module Name:src
Committed By: bouyer
Date: Sat Apr 11 11:56:51 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [bouyer-xenpvh]: vector.S
Log Message:
Merge back hypervisor_callback and hypervisor_pvhvm_callback, there's no
issues calling Xdoreti in the PV case.
To gene
Module Name:src
Committed By: bouyer
Date: Sat Apr 11 12:01:42 UTC 2020
Modified Files:
src/sys/arch/i386/i386 [bouyer-xenpvh]: spl.S vector.S
Log Message:
calling stipending() is only needed in the PV case; in PVHVM
hypervisor_callback() will be called again as soon as we
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 14:38:26 UTC 2020
Modified Files:
src/sys/kern: vfs_bio.c
Log Message:
explicitly use DEV_BSIZE align for all bmempools
this is required for Xen xbd(4) in order to not have to use bounce buffers
the alignment is imp
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 14:48:19 UTC 2020
Modified Files:
src/sys/kern: vfs_bio.c
Log Message:
for bmempools set align, not ioff
To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/sys/kern/vfs_bio.c
Please note that diffs
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 16:00:34 UTC 2020
Modified Files:
src/sys/dev/dkwedge: dkwedge_apple.c dkwedge_bsdlabel.c dkwedge_gpt.c
dkwedge_mbr.c dkwedge_rdb.c
Log Message:
allocate buffer for disk I/O via geteblk() instead of malloc
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 16:02:41 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xbd_xenbus.c
Log Message:
print 'backend features' instead of just 'features' for the detected backend
features, so that it's clear it's just capability rather t
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 16:15:34 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xbd_xenbus.c
Log Message:
now that getebuf() et.al. always returns DEV_BSIZE-aligned buffers
and rest of kernel code doing disk I/O was also converted over to it
Module Name:src
Committed By: gson
Date: Sat Apr 11 16:55:33 UTC 2020
Modified Files:
src/tests/crypto/libcrypto: t_libcrypto.sh
Log Message:
Double the timeout for the bn test case; 360 seconds is no longer
sufficient under qemu since the latest openssl update.
To gener
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 17:21:16 UTC 2020
Modified Files:
src/sbin/dkscan_bsdlabel: dkscan_bsdlabel.c
Log Message:
adjust to work with updated dkwedge_bsdlabel.c - provide geteblk() and
brelse() which just allocate/free the memory
To gener
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 17:43:54 UTC 2020
Modified Files:
src/sys/ufs: files.ufs
src/sys/ufs/ffs: ffs_wapbl.c
src/sys/ufs/ufs: ufs_wapbl.h
Removed Files:
src/sys/ufs/ufs: ufs_wapbl.c
Log Message:
remove noncompilable
Module Name:src
Committed By: jdolecek
Date: Sat Apr 11 17:52:01 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xbd_xenbus.c
Log Message:
revert previous - physio arranges for tranfer directly to user-provided
buffers, which are generally not DEV_BSIZE-aligned
To generat
Module Name:src
Committed By: bouyer
Date: Sat Apr 11 18:26:08 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [bouyer-xenpvh]: lock_stubs.S spl.S
src/sys/arch/i386/i386 [bouyer-xenpvh]: spl.S
src/sys/arch/x86/conf [bouyer-xenpvh]: files.x86
src/sy
Module Name:src
Committed By: christos
Date: Sat Apr 11 20:28:28 UTC 2020
Modified Files:
src/lib/libc/gdtoa: hdtoa.c
Log Message:
Via enh at google dot com in tech-userlevel. Fix handling of
EXT_FRAC{H,L}BITS (although we don't need to since we don't have them).
To gene
Module Name:src
Committed By: christos
Date: Sat Apr 11 20:48:53 UTC 2020
Modified Files:
src/lib/libc/gdtoa: hdtoa.c
Log Message:
fix tyop
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/hdtoa.c
Please note that diffs are not public dom
Module Name:src
Committed By: bouyer
Date: Sat Apr 11 21:21:16 UTC 2020
Modified Files:
src/sys/arch/xen/xen [bouyer-xenpvh]: hypervisor.c
Log Message:
Use some PIO magic to disable qemu emulated disks and network device
when PVHVM is configured. From FreeBSD.
To generat
Module Name:src
Committed By: bouyer
Date: Sat Apr 11 21:21:49 UTC 2020
Modified Files:
src/sys/arch/x86/x86 [bouyer-xenpvh]: mainbus.c
Log Message:
Attach hypervisor earlier, so that ISA/PCI emulated device are disabled
before we probe them.
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Sat Apr 11 22:41:06 UTC 2020
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto: ppccap.c
src/crypto/external/bsd/openssl/dist/crypto/sha: keccak1600.c
src/crypto/external/bsd/openssl/dist/crypto/sha/asm:
Module Name:src
Committed By: christos
Date: Sun Apr 12 00:04:45 UTC 2020
Modified Files:
src/sys/rump/fs/lib/libffs: Makefile
Log Message:
remove removed file
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/rump/fs/lib/libffs/Makefile
Please note
Module Name:src
Committed By: riastradh
Date: Sun Apr 12 01:11:23 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi_ec.c
Log Message:
Revert acpi_ec.c 1.77.
We will do this another way.
ok msaitoh
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/
Module Name:src
Committed By: simonb
Date: Sun Apr 12 01:10:54 UTC 2020
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile ucom.4
src/sys/dev/usb: files.usb ukyopon.c umodem.c umodem_common.c
usbdevices.config usbdevs
Add
Module Name:src
Committed By: riastradh
Date: Sun Apr 12 01:12:03 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi_ec.c
Log Message:
Reject overly large widths, from mlelstv.
We are returning an ACPI_INTEGER (= uint64_t), so it doesn't make
sense to handle more than 64 bit
Module Name:src
Committed By: simonb
Date: Sun Apr 12 01:11:56 UTC 2020
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.770 -r1.771 src/sys/dev/usb/usbdevs.h \
src/sys/dev/usb/usbdevs_d
Module Name:src
Committed By: riastradh
Date: Sun Apr 12 01:11:43 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi_ec.c
Log Message:
Revert acpi_ec.c 1.76.
We will do this another way, and separate KNF fixes from the critical
functional change.
ok msaitoh
To generate a
Module Name:src
Committed By: riastradh
Date: Sun Apr 12 01:11:52 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi_ec.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/acpi/acpi_ec.c
Please note that diffs are not public domain;
Module Name:src
Committed By: htodd
Date: Sun Apr 12 01:39:57 UTC 2020
Modified Files:
src/sys/modules/ufs: Makefile
Log Message:
Remove ufs_wapbl.c from Makefile.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/ufs/Makefile
Please note that
Module Name:src
Committed By: simonb
Date: Sun Apr 12 02:04:13 UTC 2020
Modified Files:
src/share/man/man4: uxrcom.4
Log Message:
Add NetBSD CVS tag.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/uxrcom.4
Please note that diffs are not p
Module Name:src
Committed By: mrg
Date: Sun Apr 12 06:05:34 UTC 2020
Modified Files:
src/sys/arch/sparc/conf: INSTALL
Log Message:
base INSTALL kernel upon GENERIC with many "no ...".
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/sparc/conf
39 matches
Mail list logo