prlw1
2b476a8d95
Add vnd support to rump
2014-07-17 08:16:12 +00:00
spz
652bd7d1b3
Create the dhcpd.leases file if it doesn't exist already, don't just
...
warn about it not being there.
Closes PR misc/48868
2014-07-17 07:17:03 +00:00
mrg
71b444f24e
rewrite much of the SSL code:
...
- handle errors in many places they weren't properly
- make SSL_accept() an error the main code notices
- expand bozo_ssl_err() to include bozo_ssl_warn(), bozo_clear_ssl_queue()
- remove empty bozo_ssl_flush()
2014-07-17 06:27:52 +00:00
mrg
cce952fc91
link against main.c and ssl-bozo.c (which provides the IO backend.)
2014-07-17 06:24:57 +00:00
mrg
002519bfa2
use const and remove unnecessary braces.
2014-07-17 06:14:46 +00:00
riastradh
0a36a05ab2
Actually hook up the radeon_ttm uvm pager ops!
2014-07-17 03:34:13 +00:00
riastradh
cd1be69630
Import the part of Nouveau that got eaten by CVS default ignore patterns.
...
No, this is *not* a core file. This is a directory with most of the
source code!
2014-07-17 01:50:57 +00:00
jmcneill
f0744b1ae9
From 517d5c1c9c
...
> Fix for ALSA driver crash
> Avoids an issue when closing and opening vchiq where a message can arrive before service handle has been written
2014-07-16 23:59:58 +00:00
jmcneill
ad7324db82
need opt_arm_debug.h for VERBOSE_INIT_ARM
2014-07-16 23:54:32 +00:00
riastradh
b358313ab0
Get suspend/resume sorta working for i915drm.
2014-07-16 23:25:18 +00:00
riastradh
b8f558054f
Remove needless pci_map_rom error messages.
2014-07-16 23:24:23 +00:00
riastradh
14004d2c4d
Explain why i915_gem_release_mmap is broken.
2014-07-16 21:48:53 +00:00
riastradh
e6dd66eb71
Restore error message tweak that got lost in the merge.
2014-07-16 21:28:50 +00:00
riastradh
ae3742a4e9
I thought I removed this troublemaker already.
2014-07-16 21:11:47 +00:00
riastradh
b81c64e1b2
First whack at radeon driver.
...
No hardware to test yet, but it builds.
2014-07-16 20:59:57 +00:00
riastradh
77b5597a2b
Make it build and boot on my test machines.
...
Screen blanks on boot on the Ivy Bridge system with
DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun
But after that everything is OK. Appears to be an upstream problem.
To investigate...
I think there's a cache flushing issue somewhere -- there are little
display artefacts on my T60.
2014-07-16 20:56:24 +00:00
maxv
8ee3c88d2b
Limit the minimum size of a disk sector to 512 bytes, to prevent memory
...
overflow on extremely low secsize. This normally conforms to the old standard
(for which there doesn't seem to be a clear spec). Since 2011, IDEMA's Advanced
Format standardizes it to 4k, so this change won't cause any trouble on
new devices.
Put the printf under DIAGNOSTIC temporarily to see if someone complains.
after a quick discussion on tech-kern
2014-07-16 20:09:00 +00:00
riastradh
e51b4cca97
Delete troublesome drm_trace.h and drm_trace_points.c.
2014-07-16 20:08:37 +00:00
riastradh
3c6dde82cc
fix merge conflicts
2014-07-16 20:03:56 +00:00
palle
b9bfbf041f
sun4v: Introduce SET_MMU_CONTEXTID macro for setting the mmu context id on both sun4u and sun4v
2014-07-16 19:53:18 +00:00
riastradh
9d20d9267f
Import drm from Linux 3.15 (commitid 1860e379875dfe7271c649058aeddffe5afd9d0d).
...
drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm
include/drm -> sys/external/bsd/drm2/dist/include/drm
include/uapi/drm -> sys/external/bsd/drm2/dist/uapi/drm
GPL sources excluded.
2014-07-16 19:35:23 +00:00
justin
d6d2630dfe
Avoid use of __arraycount in tools as not portable
2014-07-16 19:31:11 +00:00
riastradh
f3a56da0a0
Hold arenas_mtx across (still unused) _malloc_pre/postfork (PR 47428).
2014-07-16 19:09:53 +00:00
riastradh
66ee53e17c
Add doc/3RDPARTY entry for MesaLib.
2014-07-16 19:05:42 +00:00
bouyer
43ba8f8118
Mention tiotg and tifb
2014-07-16 19:05:37 +00:00
justin
da43bc8c3e
Remove an accidental C99-ism in tools which needs to be portable
2014-07-16 18:58:07 +00:00
bouyer
d3fb29cb8a
Add a commented out tifb and associated wsdisplay entry; mark the
...
driver as experimental and point out that video mode is hardcoded.
Add tiotg, mark as experimental but I think it's good enough to have
it in by default.
2014-07-16 18:36:46 +00:00
bouyer
31e8548ef9
Add tifb and tiotg
2014-07-16 18:32:21 +00:00
bouyer
38f23c837e
Glue in tifb and tiotg drivers.
2014-07-16 18:31:17 +00:00
bouyer
21a51095d9
Work in progress on a driver for the graphic controller found in TI am355x SoCs,
...
based on the FreeBSD driver.
Only dumb framebuffer mode supported.
At this time, the video timings are hardcoded in the driver's source.
The timings inclued here are for the 12" 1280x800 LCD+LVDS cape from
Chalk Elec.
A better way to define video modes is clearly needed.
2014-07-16 18:30:43 +00:00
bouyer
c1651ef420
Add the bus front end for the Mentor Graphics USB OTG controllers found
...
in the TI am355x SoCs.
2014-07-16 18:27:19 +00:00
bouyer
44ff781638
Add USB control registers.
2014-07-16 18:25:24 +00:00
bouyer
3234e472fa
Add peripheral clock defines, from FreeBSD.
2014-07-16 18:24:35 +00:00
bouyer
55adee8448
Add motg(4), a driver for Mentor Graphic's OTG USB controller IP,
...
as found in several SoCs.
Only host mode is supported, good enough for umass (USB keys), kubd and ums,
and USB2 hubs.
It fails to properly talk to USB/serial adapters at this time.
2014-07-16 18:22:23 +00:00
macallan
3586d5dcc1
- move all register definitions and hardware documenting comments to
...
tcxreg.h
- expand hardware documenting comments
no functional change
2014-07-16 17:58:35 +00:00
christos
95956a7389
remove debugging
2014-07-16 16:52:59 +00:00
christos
6b5672dab1
PR/48367: David A. Holland: Mark possible submake nodes so that we can
...
avoid closing the job pipe on exec for them in order to make recursive
makes work in parallel.
2014-07-16 15:33:41 +00:00
mrg
f3239b26ff
make a minor output change match again.
2014-07-16 14:47:59 +00:00
nakayama
4a75cb34db
Add new transform for gl.pc.
...
Now GLX_TLS is "no" since GLX_USE_TLS is not defined.
2014-07-16 14:10:26 +00:00
nakayama
b3a62eb9c7
The placeholder name in fontconfig.pc.in has been changed.
2014-07-16 14:05:04 +00:00
maxv
7d6c4f355e
Keep setting 'error' as appropriate (even if this place is broken enough
...
to crash in many other ways...)
2014-07-16 13:26:33 +00:00
christos
da24523ac9
PR/30756: Thomas Klausner: Deactivate threads after detaching the main thread.
2014-07-16 11:48:37 +00:00
christos
db6e70af12
basename_r and dirname_r are non-standard and different from what we define
...
here on FreeBSD. Their libgen.h exposes them unconditionally, so hide ours
for now.
2014-07-16 10:52:26 +00:00
mrg
dfbb0220fc
make -t chroot option available always again.
2014-07-16 07:41:43 +00:00
ozaki-r
3d94eab7a0
Kill void * for bridge in struct ifnet
...
No functional change.
2014-07-16 03:17:26 +00:00
joerg
63b30d82c2
Print uint32_t field as such.
2014-07-15 20:18:30 +00:00
joerg
b852f320aa
socklen_t is not uint8_t, so don't print it as such.
2014-07-15 20:17:53 +00:00
martin
349f6dd23e
Darren fixed n8 and n9 recently
2014-07-15 20:00:23 +00:00
martin
6877679165
NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved"
...
so expect that in the parsing output instead of 255.
2014-07-15 19:51:36 +00:00
pgoyette
4ba850aa8a
Document the upper limit on size of props dictionary that was recently
...
imposed.
2014-07-15 18:24:44 +00:00