CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 22:04:41 Modified files: sys/dev/pci/drm: drm_linux.h drm_drv.c Log message: add pci_is_root_bus()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 21:35:38 Modified files: sys/dev/pci/drm: drm_linux_list.h Log message: add list_prev_entry()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 20:26:00 Modified files: sys/dev/pci/drm: drm_linux.c drm_linux.h Log message: add dmi_match() and change dmi_found() to use it

CVS: cvs.openbsd.org: src

2018-01-30 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/01/30 14:08:05 Removed files: libexec/ld.so : ffs.c Log message: No need to add ffs.c as we use .VPATH to reach over into libc/string. ok otto@

CVS: cvs.openbsd.org: src

2018-01-30 Thread Vadim Zhukov
CVSROOT:/cvs Module name:src Changes by: z...@cvs.openbsd.org2018/01/30 13:58:13 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: sync

CVS: cvs.openbsd.org: src

2018-01-30 Thread Vadim Zhukov
CVSROOT:/cvs Module name:src Changes by: z...@cvs.openbsd.org2018/01/30 13:56:38 Modified files: sys/dev/usb: usbdevs if_run.c share/man/man4 : run.4 Log message: Add D-Link DWA-125 rev B2 to list of devices supported by run(4). Works for me on amd64. ok

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 13:48:35 Modified files: usr.sbin/smtpd : smtpctl.8 Log message: regroup some commands in a more logical way; ok sunil gilles

CVS: cvs.openbsd.org: src

2018-01-30 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2018/01/30 13:19:06 Modified files: sys/arch/amd64/stand/efiboot: conf.c efipxe.c sys/arch/arm64/stand/efiboot: conf.c efipxe.c Log message: Fix TFTP reading of zero-size files: The AllocatePages E

CVS: cvs.openbsd.org: src

2018-01-30 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2018/01/30 13:15:25 Modified files: libexec/ld.so : Makefile Added files: libexec/ld.so : ffs.c Log message: provide ffs, gcc generates calls to it, even when __builtin_ffs() is used. ok deraadt@

CVS: cvs.openbsd.org: src

2018-01-30 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2018/01/30 10:46:41 Modified files: lib/libc/stdlib: malloc.c Log message: keep in sync with ld.so malloc.c

CVS: cvs.openbsd.org: src

2018-01-30 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2018/01/30 10:45:53 Modified files: libexec/ld.so : malloc.c Log message: kill a gcc warning

CVS: cvs.openbsd.org: src

2018-01-30 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2018/01/30 09:40:20 Modified files: libexec/ld.so : malloc.c Log message: port over the malloc changes from libc. prompted by deraadt@

CVS: cvs.openbsd.org: src

2018-01-30 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/01/30 08:46:12 Modified files: sys/arch/arm64/arm64: db_interface.c sys/arch/arm64/include: cpu.h db_machdep.h Log message: Add support for switching CPUs in ddb on arm64. Based on a d

CVS: cvs.openbsd.org: src

2018-01-30 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2018/01/30 06:22:42 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Expand "bound to ..." message to include the source of the lease, either the server IP/MAC or the name of the leases file.

CVS: cvs.openbsd.org: src

2018-01-30 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2018/01/30 05:44:55 Modified files: usr.sbin/smtpd : smtpctl.c util.c Log message: don't reject smtp responses containing non-printable chars as long as the status is valid. use strnvis() for displaying stat

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 04:37:58 Modified files: lib/libc/stdlib: hcreate.3 Log message: word fix; from edgar pettijohn

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 02:57:58 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 02:05:23 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add module_init()/module_exit()/signal_pending()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:54:10 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/ pci_set_power_state()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:50:59 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add mutex_destroy()/down_read_trylock()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:49:38 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add create_singlethread_workqueue()/system_power_efficient_wq

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:46:49 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add pm_runtime_* stubs

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:44:23 Modified files: sys/dev/pci/drm: drm_linux.h Log message: Don't limit vga_switcheroo stubs to amd64/i386 and add vga_switcheroo_fini_domain_pm_ops() stub.

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:40:19 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add iowrite64()/writeq()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:37:44 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add GFP_USER/__user/vmalloc()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:35:21 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add ilog2()/order_base_2()/gcd()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:31:38 Modified files: sys/dev/pci/drm: drm_linux.h Log message: disable -Wformat-zero-length when building with gcc -Wformat includes -Wformat-zero-length with gcc 4.2 which breaks building un

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:27:17 Modified files: sys/dev/pci/drm: drm_linux.h drm_linux.c Log message: add i2c_bit_add_bus()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:25:06 Modified files: sys/dev/pci/drm: drm_linux.h Log message: add more endian macros

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:17:31 Modified files: sys/dev/pci/drm: drm_drv.c Log message: add drm_invalid_op()

CVS: cvs.openbsd.org: src

2018-01-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/30 01:15:17 Modified files: sys/dev/pci/drm: drm_linux_atomic.h Log message: add atomic_cmpxchg()/atomic64_add()/atomic64_sub()