Module Name:src
Committed By: kre
Date: Fri Jul 13 01:00:17 UTC 2018
Modified Files:
src/lib/csu/common: crt0-common.c
Log Message:
i386/amd64 build fix. Fix "possibly used uninitialized" from gcc.
These changes should make no practical effect - but because external
data
Module Name:src
Committed By: christos
Date: Thu Jul 12 23:18:28 UTC 2018
Modified Files:
src/external/gpl3/gdb/dist/bfd: elf.c
Log Message:
aarch64 does not have PT_STEP so we start from 0.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/g
Module Name:src
Committed By: joerg
Date: Thu Jul 12 21:42:53 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Static PIE support on x86.
To generate a diff of this commit:
cvs rdiff -u -r1.2407 -r1.2408 src/doc/CHANGES
Please note that diffs are not public domain
Module Name:src
Committed By: joerg
Date: Thu Jul 12 21:41:25 UTC 2018
Modified Files:
src/share/mk: bsd.README bsd.own.mk
Log Message:
Update MKSTATICPIE entry to actually do something.
To generate a diff of this commit:
cvs rdiff -u -r1.378 -r1.379 src/share/mk/bsd.REA
Module Name:src
Committed By: joerg
Date: Thu Jul 12 21:39:24 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h
Log Message:
Static PIE should have no linker, otherwise it isn't really static.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: joerg
Date: Thu Jul 12 21:38:16 UTC 2018
Modified Files:
src/external/gpl3/binutils.old/dist/bfd: elf.c
src/external/gpl3/binutils/dist/bfd: elf.c
Log Message:
PT_PHDR is useful without PT_INTERP, i.e. for static PIE. It removes the
ne
Module Name:src
Committed By: joerg
Date: Thu Jul 12 21:36:46 UTC 2018
Modified Files:
src/lib/csu/common: crt0-common.c
Log Message:
Add static PIE support for i386 and AMD64.
The basic glue works with mininal changes for other architectures as
well, but those require li
Module Name:src
Committed By: joerg
Date: Thu Jul 12 21:35:12 UTC 2018
Modified Files:
src/lib/csu/common: crt0-common.c
Log Message:
_DYNAMIC is present for static PIE as well, so loosen rtld check.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/c
Module Name:src
Committed By: macallan
Date: Thu Jul 12 21:22:20 UTC 2018
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-nv: Makefile
Log Message:
build EXA support for nv driver
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
src/ext
Module Name:xsrc
Committed By: macallan
Date: Thu Jul 12 21:19:55 UTC 2018
Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c nv_proto.h
nv_type.h nv_xaa.c
Added Files:
xsrc/external/mit/xf86-video-nv/dist/src: nv_exa.c
Log Message:
a
Module Name:xsrc
Committed By: macallan
Date: Thu Jul 12 21:16:33 UTC 2018
Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: nv_local.h
Log Message:
add powerpc-specific barrier instructions, use them a bit more
now this mostly works on G5
To generate a diff of t
Module Name:src
Committed By: maxv
Date: Thu Jul 12 19:48:16 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S locore.S machdep.c
src/sys/arch/amd64/include: frameasm.h
src/sys/arch/x86/x86: svs.c
Log Message:
Handle NMIs correctly when SVS is
Module Name:src
Committed By: maxv
Date: Thu Jul 12 18:39:09 UTC 2018
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
Oh. Don't call svs_pdir_switch if SVS is disabled, that's not needed.
I was playing around with PMCs, and was wondering why some cache misses
wer
Module Name:src
Committed By: christos
Date: Thu Jul 12 18:03:31 UTC 2018
Modified Files:
src/usr.bin/make: dir.c
Log Message:
Fix previous: cached_stats() returning < 0 means that the file is not found,
not that it was found in the cache, and centralize reporting.
To ge
Module Name:src
Committed By: reinoud
Date: Thu Jul 12 17:46:37 UTC 2018
Modified Files:
src/usr.bin/make: dir.c
Log Message:
Remove duplicate code in make(1)'s dir.c.
When the cached_stats() code was added, some old logic stayed around that
implements the cached_stats()
Module Name:src
Committed By: phil
Date: Thu Jul 12 16:35:34 UTC 2018
Modified Files:
src/sys/dev/cardbus [phil-wifi]: if_athn_cardbus.c
src/sys/dev/ic [phil-wifi]: arn5008.c arn9380.c athn.c
src/sys/dev/pci [phil-wifi]: if_athn_pci.c
src/sys/dev/usb
Module Name:src
Committed By: phil
Date: Thu Jul 12 16:02:50 UTC 2018
Added Files:
src/sys/kern [phil-wifi]: subr_sbuf.c
src/sys/sys [phil-wifi]: sbuf.h
Log Message:
Add sbuf files from FreeBSD to support net80211.
Files from same version as net80211 files.
To ge
Module Name:src
Committed By: martin
Date: Thu Jul 12 15:26:11 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #890, #900, #901
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-8.0
Please note that dif
Module Name:src
Committed By: martin
Date: Thu Jul 12 15:24:43 UTC 2018
Modified Files:
src/lib/libutil [netbsd-8]: pty.c
Log Message:
Pull up following revision(s) (requested by kamil in ticket #901):
lib/libutil/pty.c: revision 1.32
Fix stack use after scope in
Module Name:src
Committed By: martin
Date: Thu Jul 12 15:18:45 UTC 2018
Modified Files:
src/usr.sbin/sysinst [netbsd-8]: util.c
Log Message:
Pull up following revision(s) (requested by kamil in ticket #900):
usr.sbin/sysinst/util.c: revision 1.10,1.11
Enlarge the
Module Name:src
Committed By: martin
Date: Thu Jul 12 15:11:56 UTC 2018
Modified Files:
src/sys/net [netbsd-8]: if_pppoe.c
Log Message:
Pull up following revision(s) (requested by yamaguchi in ticket #890):
sys/net/if_pppoe.c: revision 1.137
sys/net/if_pppo
Module Name:src
Committed By: martin
Date: Thu Jul 12 14:59:58 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1619
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-7.0.3
Please note that diffs are
Module Name:src
Committed By: martin
Date: Thu Jul 12 14:59:30 UTC 2018
Modified Files:
src/usr.bin/printf [netbsd-7-0]: printf.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1619):
usr.bin/printf/printf.c: revision 1.37-1.39
fix some e
Module Name:src
Committed By: martin
Date: Thu Jul 12 14:59:03 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1619
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.1.3
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Thu Jul 12 14:58:23 UTC 2018
Modified Files:
src/usr.bin/printf [netbsd-7-1]: printf.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1619):
usr.bin/printf/printf.c: revision 1.37-1.39
fix some e
Module Name:src
Committed By: martin
Date: Thu Jul 12 14:57:57 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Ticket #1619
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-7.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Thu Jul 12 14:57:30 UTC 2018
Modified Files:
src/usr.bin/printf [netbsd-7]: printf.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1619):
usr.bin/printf/printf.c: revision 1.37-1.39
fix some err
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 13:05:39 UTC 2018
Modified Files:
src/sys/dev/pci: ld_virtio.c
src/sys/dev/virtio: files.virtio
Log Message:
revert previous, unintended, commit
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25
Module Name:src
Committed By: jakllsch
Date: Thu Jul 12 12:48:50 UTC 2018
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
src/sys/arch/arm/arm32: vm_machdep.c
src/sys/dev/pci: ld_virtio.c
src/sys/dev/virtio: files.virtio
Log Message:
is gone; dont
Module Name:src
Committed By: martin
Date: Thu Jul 12 11:13:50 UTC 2018
Modified Files:
src/crypto/external/bsd/heimdal/lib/libkadm5srv: Makefile
Log Message:
Provide an explicit dependency on heimbase
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src
Module Name:src
Committed By: maxv
Date: Thu Jul 12 10:46:48 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: ad.aarch64 ad.arm ad.hppa ad.m68k ad.mips
ad.powerpc ad.riscv ad.sh3 md.algor md.alpha md.amd64 md.amiga
md.amigappc md.arc md.atari md
Module Name:src
Committed By: maya
Date: Thu Jul 12 10:39:06 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC
Log Message:
Add entries for viadrmums to amd64 kernel configs too.
Commented out for GENERIC, same as i386.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: nonaka
Date: Thu Jul 12 08:20:49 UTC 2018
Modified Files:
src/usr.sbin/ndp: ndp.c
Log Message:
Use s6, not mysin.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/ndp/ndp.c
Please note that diffs are not public dom
Module Name:src
Committed By: nonaka
Date: Thu Jul 12 08:16:14 UTC 2018
Modified Files:
src/usr.sbin/ndp: ndp.c
Log Message:
ndp(8): host_buf should not be used in delete().
host_buf is passed to the argument host of delete() in do_foreach().
To generate a diff of this
Module Name:src
Committed By: nonaka
Date: Thu Jul 12 07:32:35 UTC 2018
Modified Files:
src/usr.sbin/ndp: ndp.c
Log Message:
Remove duplicate rtrlist() function prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/ndp/ndp.c
Please note t
Module Name:src
Committed By: maxv
Date: Thu Jul 12 07:06:36 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
...and obsolete the html of pmc.3 too... We will obsolete all the pmc*
references anyway.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: maxv
Date: Thu Jul 12 07:04:15 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Obsolete pmc.3, it was part of libpmc.
To generate a diff of this commit:
cvs rdiff -u -r1.2207 -r1.2208 src/distrib/sets/lists/comp/mi
Ple
37 matches
Mail list logo