Module Name:src
Committed By: riastradh
Date: Fri Jul 18 03:11:55 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo_util.c
Log Message:
Don't forget to pmap_update after pmap_kremove!
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/s
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:53:09 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-6.0.6
Please note that diffs are not pu
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:52:43 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-6.1.5
Please note that diffs are not pu
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:52:18 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
ticket 1080
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-6.1.5
Please note that diffs are not p
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:51:52 UTC 2014
Modified Files:
src/distrib/utils/sysinst/arch/alpha [netbsd-6-1]: md.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1080):
distrib/utils/sysinst/arch/alpha/md.c: re
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:43:41 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1080.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-6.0.6
Please note that diffs are not
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:43:13 UTC 2014
Modified Files:
src/distrib/utils/sysinst/arch/alpha [netbsd-6-0]: md.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1080):
distrib/utils/sysinst/arch/alpha/md.c: re
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:42:02 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Tickets 1079, 1080.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-6.2
Please note that diffs are n
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:41:34 UTC 2014
Modified Files:
src/distrib/utils/sysinst/arch/alpha [netbsd-6]: md.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1080):
distrib/utils/sysinst/arch/alpha/md.c: revi
Module Name:src
Committed By: riz
Date: Fri Jul 18 02:21:53 UTC 2014
Modified Files:
src/distrib/utils/sysinst/arch/alpha [netbsd-6]: md.c
src/distrib/utils/sysinst/arch/landisk [netbsd-6]: md.c
src/distrib/utils/sysinst/arch/macppc [netbsd-6]: md.c
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 18 02:10:55 UTC 2014
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Don't set SOFTINT_MPSAFE to vioif_rx_softint
vioif_rx_softint calls vioif_populate_rx_mbufs that is not MPSAFE.
vioif_populate_rx_mbufs is als
Module Name:src
Committed By: riastradh
Date: Fri Jul 18 00:00:51 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo_util.c
Log Message:
We need just a VA, not wired physical pages too.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 21:14:24 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_gem_stolen.c
Log Message:
Don't double-free obj->pages, with two different allocators to boot!
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 21:13:49 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/pci: drm_pci.c
Log Message:
Destroy the DMA subregion tag on error in drm_pci_detach.
Now that drm_pci_attach calls the driver load function, rather than
d
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 20:56:14 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/include/linux: firmware.h
Log Message:
Elide up to one excess driver-named component from firmware pathnames.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 20:41:22 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: radeon_device.c
Log Message:
In radeon_device_init, use ddev->dev, not &pdev->dev, for rdev->dev.
ddev->dev is the actual device_t, and we
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 20:37:01 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/include/linux: firmware.h
Log Message:
Tweak failure case for Linux firmware API.
request_firmware is guaranteed to yield null on failure;
release_firmware
Module Name:src
Committed By: bouyer
Date: Thu Jul 17 19:58:18 UTC 2014
Modified Files:
src/sys/arch/arm/omap: tiotg.c
src/sys/dev/usb: motg.c motgvar.h
Log Message:
Try to recover from vbus errors. Some devices draw too much
current at plug time, causing a trancie
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 19:23:40 UTC 2014
Modified Files:
src/sys/dev/usb: usb.c
Log Message:
Need for atomic_cas_uint.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/dev/usb/usb.c
Please note that diffs are not
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 18:53:35 UTC 2014
Modified Files:
src/sys/dev/usb: usb.c
Log Message:
Don't touch task after calling it.
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/dev/usb/usb.c
Please note that diffs
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 18:42:38 UTC 2014
Modified Files:
src/sys/dev/usb: usb.c usbdi.h
Log Message:
Fix usb task queue locking.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.89 -r
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 17:52:39 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_dp.c
Log Message:
intel_dp_aux_wait_done can run while cold.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/exte
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 17:29:40 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: radeon_gart.c
Log Message:
Do a post-write DMA sync pos-write, not a pre-write one.
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 17:19:42 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c
Log Message:
Don't forget to advance the array index as we walk the queue...
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 17:17:24 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_dp.c
Log Message:
Lock the right lock around the gmbus condvar.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/e
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 17:11:12 UTC 2014
Modified Files:
src/sys/dev/usb: uatp.c
src/sys/modules/uatp: uatp.ioconf
Log Message:
Fix wsmouse at uatp attachment for module.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 15:09:00 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: radeon_drv.c
Log Message:
Put in dummy gem uvm ops for radeon (uses ttm for real mmap).
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 14:55:32 UTC 2014
Modified Files:
src/sys/sys: systm.h
Log Message:
Expand null macros to `do {} while (0)', not to nothing.
To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/sys/sys/systm.h
Plea
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 14:30:33 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/include/linux: atomic.h bitops.h
Log Message:
Correct return values of Linux test-and-set operations (PR 48999).
Linux's Documentation/atomic_ops.txt says
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 14:28:28 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/include/linux: bitops.h
Log Message:
Add non-atomic Linux test-and-set operations.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/ext
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 14:07:44 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/include/linux: gfp.h
Log Message:
Remove defunct declarations of alloc_page/free_page.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 14:05:12 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/radeon: files.radeon
Log Message:
Push -Wno-missing-prototypes into specific radeon source files.
Don't apply it willy-nilly to the whole kernel!
To gene
Module Name:src
Committed By: tls
Date: Thu Jul 17 14:03:33 UTC 2014
Modified Files:
src/sbin/rndctl [tls-earlyentropy]: rndctl.c
src/sys/conf [tls-earlyentropy]: files
src/sys/crypto/arc4 [tls-earlyentropy]: arc4.c arc4.h files.arc4
src/sys/dev [tls
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 13:52:22 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/linux: files.drmkms_linux
src/sys/modules/drmkms_linux: Makefile
Removed Files:
src/sys/external/bsd/drm2/linux: linux_gfp.c
Log Message:
Re
Module Name:src
Committed By: riastradh
Date: Thu Jul 17 13:47:19 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/drm: drm_module.c
Log Message:
Initialize the drm_global stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/drm/
Module Name:src
Committed By: njoly
Date: Thu Jul 17 13:42:02 UTC 2014
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Add hw.ncpuonline documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/share/man/man7/sysctl.7
Please note that d
Module Name:src
Committed By: prlw1
Date: Thu Jul 17 12:04:05 UTC 2014
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: mi shl.mi
src/distrib/sets/lists/debug: mi shl.mi
Log Message:
Update lists after adding support for vnd
Module Name:src
Committed By: bouyer
Date: Thu Jul 17 10:49:45 UTC 2014
Modified Files:
src/sys/arch/xen/conf: Makefile.xen
Log Message:
Sync DEFCOPTS and CFLAGS with i386 and amd64 counterparts.
Especially -fno-omit-frame-pointer
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: bouyer
Date: Thu Jul 17 10:46:58 UTC 2014
Modified Files:
src/sys/net: if_mpls.c
Log Message:
Make sure to call ifp->if_output() with KERNEL_LOCK held.
Should fix mpls-related atf tests.
To generate a diff of this commit:
cvs rdiff -u -r1.15
Module Name:src
Committed By: mrg
Date: Thu Jul 17 10:21:51 UTC 2014
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c
Log Message:
call this 20140717.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.55
Module Name:src
Committed By: hannken
Date: Thu Jul 17 08:21:34 UTC 2014
Modified Files:
src/sys/miscfs/kernfs: kernfs.h kernfs_subr.c kernfs_vfsops.c
kernfs_vnops.c
Log Message:
Finish KAME IPSEC removal:
- Remove field kfs_value, it is always zero. Compute th
Module Name:src
Committed By: prlw1
Date: Thu Jul 17 08:16:12 UTC 2014
Modified Files:
src/sys/rump/dev: Makefile.rumpdevcomp
Added Files:
src/sys/rump/dev/lib/libvnd: Makefile shlib_version vnd_component.c
Log Message:
Add vnd support to rump
To generate a diff
Module Name:src
Committed By: spz
Date: Thu Jul 17 07:17:03 UTC 2014
Modified Files:
src/etc/rc.d: dhcpd
Log Message:
Create the dhcpd.leases file if it doesn't exist already, don't just
warn about it not being there.
Closes PR misc/48868
To generate a diff of this commi
43 matches
Mail list logo