Commit Graph

238596 Commits

Author SHA1 Message Date
joerg
772e6dc22c ' != " so make the condition actually work. 2015-11-02 12:06:33 +00:00
pgoyette
30836e7956 Don't forget to call nfs_fini() when we're finished. Without this,
we leave a dangling pool nfsrvdescpl around.
2015-11-02 09:57:43 +00:00
knakahara
191ca94ee4 Add verbose messages when the kernel disables MSI/MSI-X. 2015-11-02 09:29:08 +00:00
skrll
923721ce04 Whitespace 2015-11-02 08:37:28 +00:00
kamil
c3c23fd40b Readd empty line - it's a part of style 2015-11-02 02:45:25 +00:00
kamil
f7b066af90 No functional changes
Make this code nicer for C++ compilers, don't assign char* to void*.
Add extra __prefix_false() CPU hint for failed malloc(3).
Normalize whitespace.
2015-11-02 01:06:15 +00:00
gdt
fc89a2852b Use -f with cp.
When the source tree is 444 (as should be unremarkable), cp results in
object files that are 444, which when cp'd again without -f result in
an error.
2015-11-02 00:51:18 +00:00
jmcneill
c02e58f275 omapgpio(4): Add support for TI AM335x GPIO 2015-11-02 00:50:47 +00:00
jmcneill
c4dfb2b827 enable GPIO 2015-11-02 00:49:24 +00:00
jmcneill
ca43e4c3a9 add basic AM335x GPIO support 2015-11-02 00:48:45 +00:00
jmcneill
31adc13c63 AM335x EDMA3 has an alignment restriction for both SAM and DAM in constant
addressing mode. In these cases, the physical address must be aligned to
256-bits. To handle this, pre-allocate a MAXPHYS sized bounce buffer and
use it for unaligned transfers.

Fixes "edma errint!" problem mentioned in port-arm/50288.
2015-11-01 23:33:05 +00:00
pooka
298b136976 Allow PCI implementers to specify arbitrary makefile constructs.
(interface subject to change)

from Robert Millan
2015-11-01 22:41:24 +00:00
skrll
668a2872c5 Don't pretend to do zero length IN control transfers as dwctwo(4)
(correctly according to usb 2.0 specification 8.5.3) uses IN status stage
when no (zero length) data stage.  Instead read into a 1 byte array.

My uplcom(4) now works on RPI.
2015-11-01 21:31:40 +00:00
christos
41dca8aba0 Ignore the ancient 01.01 tag that gnuc used to put in old NetBSD binaries. 2015-11-01 17:44:41 +00:00
christos
4cc78eb1fb Don't overwrite the user iov pointer in sendmmsg. Make the send and receive
code look the same.
2015-11-01 17:23:36 +00:00
christos
f5789f4f44 Add buildid Go note 2015-11-01 15:21:42 +00:00
wiz
c1ffcd2b53 Fix previous. 2015-11-01 14:47:54 +00:00
pooka
730146b26a fix typo: fnctl -> fcntl
from Robert Millan <rmh@gnu.org> via rumpkernel-users
2015-11-01 12:34:28 +00:00
wiz
180eabf53d Improve wording even more, suggested by Robert Elz. 2015-11-01 11:02:23 +00:00
pooka
a75cbaa267 add virtio-scsi component 2015-11-01 09:03:28 +00:00
pooka
61cb098d0b Use SCSIPI_CHAN_NOSETTLE. 2015-11-01 08:55:05 +00:00
wiz
c1bac8eb81 Improve wording. 2015-11-01 08:54:37 +00:00
wiz
c1ef8df3ab Fix macro. Remove trailing whitespace. 2015-11-01 08:52:29 +00:00
uwe
411bbd24b9 panel_below(NULL) returns the top panel.
panel_above(NULL) returns the bottom panel.
2015-11-01 01:40:23 +00:00
mrg
f5c7aafae0 don't look for libdrm_nouveau unless we've built it. 2015-10-31 20:13:45 +00:00
christos
94aa2c7cfc mention what we are allowed to do. 2015-10-31 17:45:32 +00:00
njoly
4356aee846 Adjust compat netbsd32 clock_nanosleep(2) to match recent native
changes that return error number.
2015-10-31 17:04:39 +00:00
htodd
b7c3ed046a Fix debug build. 2015-10-31 12:41:25 +00:00
phx
8e58c9596b PR misc/50046
Remove the expensive tests in _have_rc_postprocessor(), as proposed by apb@.
It more than halves the multiuser boot time on slow machines and brings
it back near to the previous level.
2015-10-31 12:31:37 +00:00
mrg
feca107492 disable the once-a-second and many-times-a-minute logs about thermals.
these trigger on multiple cards for me and totally spam my logs in the
normal case.  one card switches from 41% to 42% and back again quite
regularly.
2015-10-31 09:14:27 +00:00
ginsbach
3219a72f94 Don't attempt to set TM_ZONE (name) for 'J' as isdst isn't known. 2015-10-31 03:42:00 +00:00
nakayama
13217c03e5 Use PRIxPADDR instead of type casting. 2015-10-31 02:40:44 +00:00
nakayama
cfb53b34fc Remove #define SUN4U since machine/frame.h doesn't check SUN4U anymore. 2015-10-31 02:36:17 +00:00
christos
4e4836ff83 merge more the tests 2015-10-31 02:25:11 +00:00
christos
3c0ef4294c make %Z and %z understand the same strings. 2015-10-31 02:14:08 +00:00
christos
3112bb3e23 Account for J, fix %Z 2015-10-31 02:13:41 +00:00
ginsbach
b8b1230d48 - Add reference to RFC-3339
- Add J to military / nautical time zone description
2015-10-31 02:09:06 +00:00
christos
59f3853f3e handle asprintf errors consistently. 2015-10-31 00:55:17 +00:00
christos
a425a34066 fix the status return. 2015-10-31 00:41:19 +00:00
christos
e3e5f7f09b fix wrong variable 2015-10-30 23:45:31 +00:00
christos
1932f6942a simplify 2015-10-30 23:27:47 +00:00
christos
b44c2ed92e - don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
  will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge
2015-10-30 23:21:05 +00:00
christos
ec3e61d2b5 mention vioscsi 2015-10-30 23:06:49 +00:00
skrll
c9b923043b Add nouveau 2015-10-30 22:29:23 +00:00
christos
023e69bfbf Fake mode sense data for illegal targets. qemu reports 256 targets... 2015-10-30 21:59:25 +00:00
ginsbach
fb679626c8 Add 'J' (Juliett) as military time zone name meaning the local time zone. 2015-10-30 21:36:25 +00:00
christos
45733c1812 kill some more debugging. 2015-10-30 21:18:16 +00:00
christos
3ba3e5a56e add vioscsi 2015-10-30 21:16:15 +00:00
christos
e5f90587e2 this is working now, remove debugging. 2015-10-30 21:15:05 +00:00
christos
6ade2b038f more device names 2015-10-30 20:38:31 +00:00