CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/05/06 00:49:12
Modified files:
distrib/miniroot: install.sub
Log message:
Add build to the list of usernames that are rejected during
installation.
Noted by crd _at_ crdavies.eu
OK tb@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/05/06 00:43:02
Modified files:
sys/arch/arm64/arm64: cpu.c
Log message:
Now that we have a table of Cavium part numbers add the part number for
Broadcom's Vulcan design with a Cavium implementer code
(T
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2017/05/05 19:54:31
Modified files:
sys/dev/pci: pucdata.c
Log message:
add Moxa CP-104EL
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/05/05 14:16:40
Modified files:
usr.sbin/vmd : vm.c
Log message:
VMs cannot use proc_compose() to PROC_VMM, they have to use
imsg_compose() on the "vmm_pipe" directly. This fixes the
communication cha
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 14:13:54
Modified files:
sys/arch/armv7/sunxi: files.sunxi
sys/dev/fdt: files.fdt
Added files:
sys/dev/fdt: if_dwge_fdt.c
Removed files:
sys/arch/armv7/sun
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 11:43:47
Modified files:
sys/dev/fdt: files.fdt
sys/arch/arm64/conf: GENERIC RAMDISK
Added files:
sys/dev/fdt: rkpinctrl.c
Log message:
Add rkpinctrl(4), a driver
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 11:38:22
Modified files:
sys/dev/ofw: ofw_misc.c
Log message:
Include instead of .
CVSROOT:/cvs
Module name:src
Changes by: mi...@cvs.openbsd.org 2017/05/05 10:30:40
Modified files:
sys/net: pf.c
Log message:
Put back the call to pf_remove_src_node lost in the netlock backout
Reported by Remi Barbier, thanks! OK mpi@
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/05/05 09:54:28
Modified files:
share/man/man7 : man.7 mdoc.7 roff.7
Log message:
Shorten the description of .sp and move it to roff(7).
If is not a macro but a low-level roff request
and not rec
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2017/05/05 09:48:50
Modified files:
lib/libc/sys : kill.2
Log message:
Document what happens when sending a signal to the calling process.
OK jmc@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 09:23:46
Modified files:
sys/dev/fdt: files.fdt
sys/arch/arm64/conf: GENERIC RAMDISK
Added files:
sys/dev/fdt: sdhc_fdt.c
Log message:
Add glue to attach SDHC com
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/05/05 09:16:26
Modified files:
usr.bin/mandoc : man.c man_html.c man_macro.c man_term.c
man_validate.c mandocdb.c mdoc.c mdoc_argv.c
mdoc_html.c
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 09:10:07
Modified files:
sys/dev/sdmmc : sdhc.c sdhcvar.h
Log message:
Implement two quirks to support the Arasan eMMC 5.1 controller found on
the Rockchip RK3399.
- Make it possible to
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 09:04:51
Modified files:
sys/arch/arm64/arm64: bus_dma.c
Log message:
Add the missing cache flush operations for non-coherent mappings.
ok jsg@, patrick@
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2017/05/05 08:14:19
Modified files:
app/cwm: client.c
Log message:
Ensure clients stay within the viewable bounds on placement, even with empty
borders; based on a patch from Vadim Vygonets.
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 07:23:52
Modified files:
sys/dev/fdt: rkclock.c rkclock_clocks.h
Log message:
Add eMMC-related clocks.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/05/05 07:17:04
Modified files:
usr.bin/mandoc : man_html.c man_macro.c man_term.c
man_validate.c mandocdb.c mdoc_argv.c
mdoc_html.c mdoc_macro.c
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/05 06:54:47
Modified files:
sys/arch/arm/arm: bus_dma.c
Log message:
Remove /* FALLTHROUGH */ that isn't (and shouldn't).
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/05/05 05:59:47
Modified files:
usr.bin/tmux : format.c tmux.1
Log message:
Add some formats to look at the session window stack, suggested by Scott
ROCHFORD.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/05/05 05:28:48
Modified files:
sys/dev/usb: usbdi.c
Log message:
Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer,
mpi says a transfer can't exist without a pipe. ok mpi@
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2017/05/05 05:27:00
Modified files:
sys/dev/pci: pcidevs.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2017/05/05 05:26:36
Modified files:
sys/dev/pci: pcidevs
Log message:
add Moxa CP-104EL
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2017/05/05 05:04:18
Modified files:
sys/net: pfkeyv2.c pfkeyv2_convert.c
sys/netinet: ip_ipsp.c ipsec_input.c
Log message:
Expand SA_LEN(), there is no benefit for using the macro in the
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org 2017/05/05 04:42:49
Modified files:
usr.bin/ssh: authfd.c authfd.h pathnames.h ssh-add.c
sshconnect2.c
Log message:
more simplification and removal of SSHv1-related code; ok djm
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org 2017/05/05 04:41:58
Modified files:
usr.bin/ssh: ssh-add.1 ssh-keygen.1 ssh.1
Log message:
remove superfluous protocol 2 mentions; ok jmc@
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org 2017/05/05 02:07:36
Modified files:
usr.sbin/syspatch: syspatch.8 syspatch.sh
Log message:
Add a `-R' switch that reverts all patches.
prodded by deraadt@
knobs sorting input jmc@
ok sthen@
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/05/05 01:48:02
Modified files:
usr.sbin/vmd : vm.c
Log message:
Allow vmd(8) to set guest %xcr0
Usermode part of previous vmm(4) diff.
Posted to tech by Pratik Vyas
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/05/05 01:46:59
Modified files:
sys/arch/amd64/amd64: vmm.c
sys/arch/amd64/include: vmmvar.h
Log message:
Allow setting guest %xcr0 from vmd(8).
Tested on linux and amd64 OpenBSD guests.
Poste
28 matches
Mail list logo