Module Name:src
Committed By: msaitoh
Date: Mon Jun 25 05:06:10 UTC 2018
Modified Files:
src/sys/dev/pci: if_alc.c
src/sys/dev/pci/ixgbe: ixgbe.h
Log Message:
Remove duplicated inclusion of net/bpf.h.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27
Module Name:src
Committed By: msaitoh
Date: Mon Jun 25 04:59:42 UTC 2018
Modified Files:
src/sys/net: if_l2tp.c if_ppp.c
Log Message:
Remoe duplicated inclusion of net/bpf.h.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/net/if_l2tp.c
cvs rdiff -
Module Name:src
Committed By: msaitoh
Date: Mon Jun 25 03:23:55 UTC 2018
Modified Files:
src/sys/sys: param.h
Log Message:
Bump version to 8.99.20 (removal of bpf_tap()).
To generate a diff of this commit:
cvs rdiff -u -r1.564 -r1.565 src/sys/sys/param.h
Please note th
Module Name:src
Committed By: msaitoh
Date: Mon Jun 25 03:22:14 UTC 2018
Modified Files:
src/share/man/man9: bpf.9
src/sys/net: bpf.c bpf.h bpf_stub.c
Log Message:
Removal of bpf_tap().
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/ma
Module Name:src
Committed By: dholland
Date: Mon Jun 25 01:21:21 UTC 2018
Modified Files:
src/lib/libc/sys: clock_getcpuclockid2.2
Log Message:
Describe what this actually does. Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/sys/clock
Module Name:src
Committed By: christos
Date: Sun Jun 24 23:55:29 UTC 2018
Modified Files:
src/include: math.h
Log Message:
Fix the rest of the functions that have been made visible by xopen5,
posix 2017, and c99.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1
Module Name:src
Committed By: christos
Date: Sun Jun 24 22:07:47 UTC 2018
Modified Files:
src/include: math.h
Log Message:
PR/53393: coypu: move rint to the right section.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/include/math.h
Please note that
Module Name:src
Committed By: kamil
Date: Sun Jun 24 20:40:58 UTC 2018
Modified Files:
src/share/mk: bsd.README
Log Message:
Enhance the documentation of MKSANITIZER in bsd.README
Note that the list of sanitizer features is just a selection, not a
complete list. Include t
Module Name:src
Committed By: jdolecek
Date: Sun Jun 24 20:28:58 UTC 2018
Modified Files:
src/sys/arch/xen/x86: x86_xpmap.c xen_bus_dma.c xen_shm_machdep.c
xenfunc.c
src/sys/arch/xen/xen: balloon.c if_xennet_xenbus.c xbd_xenbus.c
xbdback_xenb
Module Name:src
Committed By: jdolecek
Date: Sun Jun 24 20:15:00 UTC 2018
Modified Files:
src/sys/arch/xen/xen: pciback.c xbdback_xenbus.c
Log Message:
similar treatment as xennetback_xenbus.c:
- protect instance list with mutex
- mark more local variables static
- mark wi
Module Name:src
Committed By: jdolecek
Date: Sun Jun 24 19:53:50 UTC 2018
Modified Files:
src/sys/arch/xen/xen: xennetback_xenbus.c
Log Message:
fix panic of DOM0 in xennetback_xenbus_destroy() on xl destroy of
DOMU with created, but non CONNECTED xennet (such as when DOMU
Module Name:src
Committed By: christos
Date: Sun Jun 24 19:53:35 UTC 2018
Modified Files:
src/usr.sbin/sysinst: util.c
Log Message:
Revert previous, fix iteration loops to be consistent:
All sets that have an id >= SET_LAST have NULL name, so use that like the
loop just be
Module Name:src
Committed By: sevan
Date: Sun Jun 24 19:48:46 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/share/misc/acronyms.comp
Please note that diffs are not public doma
Module Name:src
Committed By: sevan
Date: Sun Jun 24 19:47:20 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add GDI, NeWS, PRAM, PS, RIP, WDM, WDDM
To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/share/misc/acronyms.comp
Please
Module Name:src
Committed By: kamil
Date: Sun Jun 24 19:35:12 UTC 2018
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Reset SANITIZERFLAGS when specified NOSANITIZER / MKSANITIZER=no
This allows passing additional sanitizer specifig flags from the ./build.sh
level,
Module Name:src
Committed By: kamil
Date: Sun Jun 24 19:27:26 UTC 2018
Modified Files:
src/external/gpl2/gettext/lib/libnlspr: Makefile
Log Message:
Fix typo in previous
The -Wno-format-extra-args argument to Clang/LLVM needs trailing 's'.
Noted by
To generate a diff
Module Name:src
Committed By: ryo
Date: Sun Jun 24 19:04:30 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gtmr.c
Log Message:
fixed a case of gtmr_cntvct_stable_read() is returning the same value as before.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.3
Module Name:src
Committed By: maxv
Date: Sun Jun 24 18:24:54 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: kern.ldscript.Xen
src/sys/arch/i386/conf: kern.ldscript kern.ldscript.Xen
Log Message:
Sync the ld scripts:
* Force a PAGE_SIZE alignment of .bss on i38
Module Name:src
Committed By: jdolecek
Date: Sun Jun 24 17:11:57 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: kern.ldscript.Xen
Log Message:
follow change in rev. 1.22 of kern.ldscript and apply same fix for xen
ldscript too, but using just regular PAGE_ALIGN alignmen
Module Name:src
Committed By: christos
Date: Sun Jun 24 15:36:31 UTC 2018
Modified Files:
src/crypto/external/bsd/openssh/dist: pfilter.c
Log Message:
Since now we are called from cleanup_exit() make sure that we have a state
to work with. Found by ASAN.
To generate a di
Module Name:src
Committed By: jdolecek
Date: Sun Jun 24 13:35:33 UTC 2018
Modified Files:
src/sys/arch/x86/include: intr.h
src/sys/arch/x86/isa: isa_machdep.c
src/sys/arch/x86/x86: intr.c
src/sys/arch/xen/include: evtchn.h intr.h
src/sys/arch
Module Name:src
Committed By: mrg
Date: Sun Jun 24 12:55:37 UTC 2018
Modified Files:
src/games/tetris: scores.c
Log Message:
fix the previous. the code was right, just badly formatted before.
should fix infinite loops reported in some cases.
To generate a diff of this
Module Name:src
Committed By: jdolecek
Date: Sun Jun 24 12:25:33 UTC 2018
Modified Files:
src/sys/dev/acpi: lpt_acpi.c
Log Message:
use isa_intr_establish_xname() so this passes the device name
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/acp
Module Name:src
Committed By: kamil
Date: Sun Jun 24 12:05:41 UTC 2018
Modified Files:
src/sys/sys: fd_set.h
Log Message:
Prevent signed integer left shift UB in FD_SET(), FD_CLR(), FD_ISSET()
Set the type of shifted integer 1 to unsigned int.
Detected with MKSANITIZER/U
Module Name:src
Committed By: jdolecek
Date: Sun Jun 24 11:51:15 UTC 2018
Modified Files:
src/sys/arch/x86/pci: pci_intr_machdep.c
src/sys/dev/pci: pci_stub.c
Log Message:
provide pci_intr_establish_xname() on x86 independantly from MSI,
so it's available on XEN to
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:51:46 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
src/sys/sys [netbsd-8]: param.h
Log Message:
Welcome to 8.0 RC2!
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.217 -r1.1.2.218 src/do
Module Name:src
Committed By: leot
Date: Sun Jun 24 09:38:49 UTC 2018
Modified Files:
src/distrib/notes/acorn32: contents
src/distrib/notes/alpha: contents
src/distrib/notes/amd64: contents
src/distrib/notes/amiga: contents
src/distrib/notes/
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:36:12 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #898 and #899
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.216 -r1.1.2.217 src/doc/CHANGES-8.0
Please note that diffs
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:34:33 UTC 2018
Modified Files:
src/lib/libutil [netbsd-8]: passwd.c
Log Message:
Pull up following revision(s) (requested by kamil in ticket #899):
lib/libutil/passwd.c: revision 1.53
Prevent underflow buff
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:32:03 UTC 2018
Modified Files:
src/usr.sbin/installboot/arch [netbsd-8]: i386.c
Log Message:
Pull up following revision(s) (requested by kamil in ticket #898):
usr.sbin/installboot/arch/i386.c: revision 1.41
Module Name:src
Committed By: kamil
Date: Sun Jun 24 09:30:26 UTC 2018
Modified Files:
src/lib/libutil: pty.c
Log Message:
Fix stack use after scope in libutil/pty
The pt variable's elements are used after the end of the pt scope.
A move of pt to outer scope fixes this.
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:24:34 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Install note changes
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.215 -r1.1.2.216 src/doc/CHANGES-8.0
Please note that diffs a
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:23:51 UTC 2018
Modified Files:
src/distrib/notes/acorn26 [netbsd-8]: contents
src/distrib/notes/acorn32 [netbsd-8]: contents
src/distrib/notes/alpha [netbsd-8]: contents
src/distrib/notes/amd64
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:18:01 UTC 2018
Modified Files:
src/distrib/notes/acorn32: contents
src/distrib/notes/alpha: contents
src/distrib/notes/amd64: contents
src/distrib/notes/amiga: contents
src/distrib/note
Module Name:src
Committed By: martin
Date: Sun Jun 24 09:11:28 UTC 2018
Modified Files:
src/distrib/notes/amd64 [netbsd-8]: prep
src/distrib/notes/i386 [netbsd-8]: prep
Log Message:
Add temporary hint at manual installation instructions for UEFI setups.
To genera
35 matches
Mail list logo