CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/05/11 00:55:47
Modified files:
sys/uvm: uvm_km.c
Log message:
unbreak PMAP_DIRECT archs.
found by jmc@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/05/10 20:26:39
Modified files:
lib/libcrypto/evp: e_chacha20poly1305.c
Log message:
Fix a problem introduced in freezero() conversion and use
sizeof(struct) not sizeof(pointer).
otto@ points out that o
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2017/05/10 19:37:24
Modified files:
sys/arch/amd64/stand/efiboot: efidev.c
Log message:
Casting int is required for passing uint64 value to "%u" since we don't
assume the size of int. The problem was spotte
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/05/10 18:42:05
Modified files:
sys/uvm: uvm_init.c uvm_km.c uvm_km.h
Log message:
reorder uvm init to avoid use before initialisation.
the particular use before init was in uvm_init step 6, whi
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/05/10 17:17:59
Modified files:
. : want.html
Log message:
I got a desktop, many thanks to the OpenBSD Foundation!
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2017/05/10 16:21:39
Modified files:
regress/sys/netinet/ipsec: Makefile README
Log message:
Run tcpdump(8) on the enc0 device while the test is sending IPsec
packets. Then check whether decrypted packets ha
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/10 15:58:55
Modified files:
sys/arch/arm64/arm64: bus_dma.c pmap.c
sys/arch/arm64/include: pmap.h
Log message:
Remove pmep_pa_is_mem(). Instead create write-back cachable mappings b
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2017/05/10 15:56:53
Modified files:
usr.bin/nc : nc.1 netcat.c
Log message:
Implement nc -W recvlimit to terminate netcat after receiving a
number of packets. This allows to send a UDP request, receive
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2017/05/10 15:48:29
Modified files:
include: stdlib.h
Log message:
Add bounded attribute to freezero(). OK tom@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/10 15:41:27
Modified files:
sys/sys: mbuf.h
Log message:
Declare struct m_hdr as __aligned(8). This forces the compiler to pad out to
the next 8-byte boundary. This avoids introduci
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2017/05/10 13:47:17
Modified files:
sys/dev/wscons : wstpad.c
Log message:
Adapt the filter parameters to the X/Y ratio.
ok mpi@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/05/10 12:40:13
Modified files:
usr.bin/tmux : tty.c
Log message:
Move to the right cursor position before using spaces to clear.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/05/10 11:35:40
Modified files:
sys/dev/usb: usbdi.c
Log message:
It is unsafe to dereference ``xfer'' after calling the callback as it
might free it.
Prevent a use-after-free in various aynchronous
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/05/10 10:48:36
Modified files:
usr.bin/tmux : cmd-refresh-client.c resize.c tmux.h
Log message:
Prevent control clients from affecting the session size until they have
specified a size with refresh-cl
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/05/10 10:47:03
Modified files:
usr.bin/tmux : tty.c
Log message:
We can use ECH to clear sections of lines, so use it for internal panes
(that don't touch an edge). Move all the tty clear code into tw
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2017/05/10 10:04:21
Modified files:
sys/arch/loongson/loongson: generic3a_machdep.c
sys/arch/mips64/include: loongson3.h
Log message:
Hook up HPET as a timecounter.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/05/10 09:47:34
Modified files:
sys/dev/usb: usbdi.c
Log message:
Revert r1.61 and partially 1.60. The resulting logic is currently a
noop and prevent us from fixing real use-after-free.
Since xfer
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2017/05/10 09:21:02
Modified files:
sys/arch/loongson/dev: htb.c htbvar.h
sys/arch/loongson/include: autoconf.h
sys/arch/loongson/loongson: generic3a_machdep.c
Log message:
Add a PCI attach
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/05/10 07:05:42
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-show-options.c tmux.1
Log message:
Expand formats in option names and add -F flag to do so in option values as
well.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2017/05/10 06:36:35
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
The setting of the cpu feature flags for PCLMUL and AES-NI was guarded with
!SMALL_KERNEL and CRYPTO. Move it out of !SMALL_K
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/05/10 04:46:59
Modified files:
usr.bin/tmux : cmd-send-keys.c key-bindings.c server-client.c
tmux.h
Log message:
Insert copy mode bindings at the right place in the command q
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/05/10 03:48:04
Modified files:
sys/dev/hid: hidkbd.c
Log message:
Make this compile with HIDKBD_DEBUG defined.
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2017/05/10 03:09:45
Modified files:
usr.bin/fstat : fstat.1
Log message:
Explain about 0x0 PCB addresses in fstat(1) output. Suggestions/ok bluhm@ jmc@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/05/10 02:37:15
Modified files:
usr.bin/vmstat : vmstat.8 vmstat.c
Log message:
There's no difference between short and long sleepers, so just print
their number.
While here print the amount of memory i
CVSROOT:/cvs
Module name:xenocara
Changes by: dco...@cvs.openbsd.org 2017/05/10 02:30:56
Modified files:
lib/freetype/src/psaux: Tag: OPENBSD_6_1 psobjs.c t1decode.c
Log message:
[MFC] Fixes for CVE-2017-8105 and CVE-2017-8287
out-of-bounds write caused by a heap-based
CVSROOT:/cvs
Module name:xenocara
Changes by: dco...@cvs.openbsd.org 2017/05/10 02:27:50
Modified files:
lib/freetype/src/psaux: psobjs.c t1decode.c
Log message:
Fixes for CVE-2017-8105 and CVE-2017-8287
out-of-bounds write caused by a heap-based buffer overflow related
CVSROOT:/cvs
Module name:www
Changes by: ben...@cvs.openbsd.org 2017/05/10 01:51:26
Modified files:
. : want.html
Log message:
I need a laptop for ports development.
27 matches
Mail list logo