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()
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()
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
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@
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
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
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
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
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@
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
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
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@
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
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.
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
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
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()
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()
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()
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()
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
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
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.
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()
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()
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()
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
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()
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
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()
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()
31 matches
Mail list logo