Module Name:src
Committed By: cherry
Date: Sat Sep 29 07:00:20 UTC 2018
Modified Files:
src/sys/arch/i386/i386: machdep.c
Log Message:
Fix "use before init" of *idt.
This should fix boot time pagefaulting and panic(9)
on XEN kernels due to the boottime idt API reorg.
To
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 07:13:01 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Wrap long line, KNF
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 \
src/sys/
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 07:34:12 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c
netbsd32_machdep_16.c
Log Message:
Allocate the netbsd32_sendsig_hook in the main compat_netbsd32 code
(wher
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 07:36:44 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Remove unnecesasry #ifdef COMPAT_16 (this file won't get selected unless
COMPAT_16 is defined).
Rename so
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 07:47:46 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Don't fall off the end of a non-void function. (It used to be void,
but now returns an int to conform wit
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 07:52:39 UTC 2018
Modified Files:
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_compat_13.c
Log Message:
Make sure that the netbsd32_compat_16 code is available to compat_netbsd_13
To generate a diff of this c
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 08:07:54 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
netbsd32_machdep_13.c
Log Message:
Keep only one copy of the netbsd32_compat_16 code.
Remove unnecessary #ifd
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 08:25:36 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
Log Message:
Add a routine to actually invoke the hook for netbsd32_sendsig()
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 08:38:45 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
Log Message:
Define the netbsd32_sendsig_hook and create its accessor function.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 09:44:53 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Remove netbsd32_sendsig_sigcontext() - it belongs in netbsd32_machdep.c
To generate a diff of this commi
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 09:45:51 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
Log Message:
Put netbsd32_sendsig_siginfo() here, where it belongs.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 10:02:37 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Here there is no 32-bit specific sendsig_sigcontext() so just use the
native one.
To generate a diff of
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 10:11:34 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Add prototype for the default netbsd32_sendsig_siginfo()
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 10:18:29 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Use proper names for netbsd32_machdep_md_16_{init,fini}() routines
To generate a diff of this commit:
cv
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 10:22:36 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
Log Message:
Make netbsd32_sendsig_sigino() non-static since we need to call it from
the _md_16 code.
While here, use __f
Module Name:src
Committed By: gson
Date: Sat Sep 29 10:50:33 UTC 2018
Modified Files:
src/tests/crypto/libcrypto: t_ciphers.sh
Log Message:
The default timeout of 300 seconds is not enough for the t_ciphers:evp
test case on qemu/sparc since the import of openssl 1.1.0i on
Module Name:src
Committed By: gson
Date: Sat Sep 29 10:54:35 UTC 2018
Modified Files:
src/tests/crypto/libcrypto: t_pubkey.sh
Log Message:
A timeout of 480 seconds is not enough for the t_pubkey:ec test case
on qemu/sparc.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 10:59:00 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_13.c
Log Message:
Remove redundant definition of machine_arch32 and machine32
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: kamil
Date: Sat Sep 29 11:23:18 UTC 2018
Modified Files:
src/lib/libcurses: curses_background.3
Log Message:
Correct function prototypes in curses_background(3)
Fix prototypes for: bkgdset(3), wbkgd(3) and wbkgdset(3).
To generate a diff of
Module Name:src
Committed By: cherry
Date: Sat Sep 29 13:19:38 UTC 2018
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
For i386 XEN3PAE_DOM0, use the "native" idt registration
infrastructure by removing the #ifndef XEN clause.
This will hopefully be the last co
Module Name:src
Committed By: rmind
Date: Sat Sep 29 14:41:37 UTC 2018
Modified Files:
src/lib/libnpf: Makefile libnpf.3 npf.c npf.h
src/lib/npf: mod.mk
src/lib/npf/ext_log: npfext_log.c
src/lib/npf/ext_normalize: npfext_normalize.c
src/lib/n
Module Name:src
Committed By: christos
Date: Sat Sep 29 15:10:45 UTC 2018
Modified Files:
src/crypto/external/bsd/openssh/dist: monitor_wrap.c packet.c
serverloop.c
Log Message:
be less aggressive about blocking connections from disconnected sessions.
To gene
Module Name:src
Committed By: jmcneill
Date: Sat Sep 29 15:49:38 UTC 2018
Modified Files:
src/sys/arch/arm/virt: virt_platform.h
Log Message:
No need to cover boot ROM with devmap
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/virt/virt_plat
Module Name:src
Committed By: jmcneill
Date: Sat Sep 29 15:50:29 UTC 2018
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
Increase storage space for DTB (for QEMU)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/fdt/f
Module Name:src
Committed By: christos
Date: Sat Sep 29 15:52:44 UTC 2018
Modified Files:
src/lib/libnpf: Makefile
Log Message:
- re-enable lint (otherwise the sets break)
- no space after -I (for consistency)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 s
Module Name:src
Committed By: jmcneill
Date: Sat Sep 29 15:56:25 UTC 2018
Modified Files:
src/sys/dev/fdt: virtio_mmio_fdt.c
Log Message:
Fix 64-bit build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/virtio_mmio_fdt.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Sat Sep 29 16:02:09 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Add virtio
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/GENERIC64
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Sat Sep 29 17:05:55 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: mk.generic64
Log Message:
Set load offset to +2M to make room for QEMU's bootloader stub
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sy
Module Name:src
Committed By: christos
Date: Sat Sep 29 17:29:20 UTC 2018
Update of /cvsroot/src/external/bsd/ntp/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv22010
Log Message:
---
(4.2.8p12) 2018/08/14 Released by Harlan Stenn
* [Sec 3505] CVE-2018-12327 - Arbitrary Code
Module Name:src
Committed By: rmind
Date: Sat Sep 29 18:00:36 UTC 2018
Modified Files:
src/sys/net/npf: npf_sendpkt.c
Log Message:
npf_return_tcp: fix no-INET6 case.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/net/npf/npf_sendpkt.c
Please note
Module Name:src
Committed By: jmcneill
Date: Sat Sep 29 18:27:36 UTC 2018
Modified Files:
src/sys/arch/arm/fdt: gicv3_fdt.c
Log Message:
Stop searching for redistributors in a region after we find a redistributor
with the Last bit set in GICR_TYPER.
To generate a diff of
Module Name:src
Committed By: rmind
Date: Sat Sep 29 18:48:55 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Mention that NPF was converted to use libnv.
To generate a diff of this commit:
cvs rdiff -u -r1.2443 -r1.2444 src/doc/CHANGES
Please note that diffs are
Module Name:src
Committed By: sevan
Date: Sat Sep 29 19:40:58 UTC 2018
Modified Files:
src/external/cddl/dtracetoolkit/dist/Include: test.ksh
Log Message:
Fix comment markers.
https://github.com/opendtrace/toolkit/issues/11
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: martin
Date: Sat Sep 29 19:44:58 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: Makefile
Log Message:
Upstream does not support armv4 any more - but it is trivial to add
add regen time. Make the "regen" target
Module Name:src
Committed By: martin
Date: Sat Sep 29 19:45:18 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: aes-armv4.S
aesv8-armx.S arm64cpuid.S armv4-gf2m.S armv4-mont.S armv4cpuid.S
armv8-mont.S bsaes-armv7.S ch
Module Name:src
Committed By: jmcneill
Date: Sat Sep 29 20:58:31 UTC 2018
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
If the total size of the DTB exceeds our static storage, attempt to pack
it in place to make it fit.
To generate a diff of this c
Module Name:src
Committed By: pgoyette
Date: Sat Sep 29 21:36:15 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
src/sys/compat/common [pgoyette-compat]: if_
Module Name:src
Committed By: kamil
Date: Sat Sep 29 21:52:29 UTC 2018
Modified Files:
src/lib/libcurses: curses_underscore.3
Log Message:
Fix function prototypes in curses_underscore.3
Correct function prototype of wunderscore(3) and wunderend(3).
To generate a diff of
Module Name:src
Committed By: christos
Date: Sat Sep 29 21:52:35 UTC 2018
Modified Files:
src/external/bsd/ntp: importdate
src/external/bsd/ntp/dist: configure.ac
src/external/bsd/ntp/dist/include: ntp.h ntp_debug.h ntp_md5.h
src/external/bsd/ntp/dis
Module Name:src
Committed By: kamil
Date: Sat Sep 29 22:04:58 UTC 2018
Modified Files:
src/lib/libcurses: curses_slk.3
Log Message:
Fix the documented function prototype of slk_attr_set(3)
Note the missing argument short pair.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Sat Sep 29 21:53:38 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
new ntpd
To generate a diff of this commit:
cvs rdiff -u -r1.2444 -r1.2445 src/doc/CHANGES
Please note that diffs are not public domain; they are subj
Module Name:src
Committed By: pgoyette
Date: Sun Sep 30 00:17:55 UTC 2018
Modified Files:
src/sys/arch/sparc64/conf [pgoyette-compat]: files.sparc64
src/sys/arch/sparc64/sparc64 [pgoyette-compat]: netbsd32_machdep.c
Added Files:
src/sys/arch/sparc64/sparc64
Module Name:src
Committed By: mrg
Date: Sun Sep 30 00:42:17 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: ad.m68k
Log Message:
add gcc 4.5 files. updating a m68k system gave me:
rmdir: /usr/include/gcc-4.5: Directory not empty
Can't remove obsolete direct
Module Name:src
Committed By: christos
Date: Sun Sep 30 01:57:41 UTC 2018
Modified Files:
src/doc: 3RDPARTY
Log Message:
mention only the version with have in current.
To generate a diff of this commit:
cvs rdiff -u -r1.1565 -r1.1566 src/doc/3RDPARTY
Please note that d
Module Name:src
Committed By: pgoyette
Date: Sun Sep 30 01:48:27 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Note issue with compat_sunos vs sparc64's compat_netbsd32
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1
Module Name:src
Committed By: tsutsui
Date: Sun Sep 30 06:14:23 UTC 2018
Modified Files:
src/sys/arch/newsmips/apbus: apbus.c apbus_subr.c apbusvar.h
src/sys/arch/newsmips/conf: std.newsmips
Log Message:
Fix news5000 panic during boot on APbus attach. PR port-newsm
46 matches
Mail list logo