jmcneill
9ac746cbb3
awin framebuffer support, not sure if this works yet because hdmi is not working yet
2014-11-09 14:10:54 +00:00
mlelstv
700624d2ac
support DIOCMWEDGES ioctl
2014-11-09 10:10:08 +00:00
skrll
2f301a00a7
Ensure all memory operations are complete by before wfi. For example, the
...
cpu could have just been in uvm_pageidlezero.
2014-11-09 09:21:57 +00:00
skrll
3882ea1f75
Post a dmb before invalidating the cache in the post-{read,write}
...
operations to ensure that any/all cachelines brought in via speculation
are really flushed.
2014-11-09 09:18:07 +00:00
chs
cf17e2bd8e
in the initial asm code, save the interesting caller-saved registers
...
(containing "arg" and "len") across function calls to C code.
fixes kernels built with gcc 4.8.
2014-11-09 00:05:06 +00:00
justin
50e0f3e25a
Remove superfluous getcontext()
2014-11-08 23:47:15 +00:00
justin
c78a9b9247
Move makecontext into function with getcontext for consistency
2014-11-08 23:20:23 +00:00
justin
1e44adf395
Fix some error handling cases.
2014-11-08 21:27:04 +00:00
nonaka
5cd8daf798
return correct remaining jiffies.
...
fix X server hang when screen blank by DPMS.
2014-11-08 19:27:40 +00:00
macallan
f1a21b65f4
aprint_*-ize
2014-11-08 17:21:51 +00:00
skrll
99321185ee
Clarify/merge two comments
2014-11-08 17:18:54 +00:00
skrll
181765f467
Whitespace
2014-11-08 17:18:22 +00:00
skrll
7920dedaa9
Include opt_multiprocessor.h
2014-11-08 17:09:38 +00:00
macallan
caa649f527
nicely ask the keyboard to distinguish between left and right Control, Alt
...
and Shift keys.
Welcome to the world of accents and diacritics!
2014-11-08 16:52:35 +00:00
skrll
ca24710343
Add more structs and defines from various sources including FreeBSD,
...
OpenBSD and Takahiro HAYASHI
2014-11-08 16:20:23 +00:00
jmcneill
d059cc6c9a
add some more A31 soft reset bits
2014-11-08 11:28:52 +00:00
skrll
35ebfd12a1
Add __HAVE_MM_MD_CACHE_ALIASING
2014-11-08 08:10:13 +00:00
skrll
43109f18fb
Move some options into std.rpi
2014-11-08 08:08:32 +00:00
matt
70003d52fd
When allocing a l1page, if a page isn't available, use uvm_wait to wait
...
for one to become available. Should fix PR/49364.
2014-11-08 08:01:34 +00:00
uebayasi
28fcb3ecde
config(1): Note a little more about linkage
2014-11-08 05:57:41 +00:00
snj
1ead4f1a39
fourth time's the charm, i guess. when committing a generated file,
...
it's best to use the latest revision of the source file (hi uebs!)
regen to include changes from revision 1.105 of doc/BUILDING.mdoc
2014-11-08 04:23:00 +00:00
jmcneill
c57b909dd8
Note that HDMI is for A31 too
2014-11-08 00:48:06 +00:00
christos
521e0d5bd2
give a little more space
2014-11-08 00:47:32 +00:00
jmcneill
36474778d0
add awinhdmi
2014-11-08 00:32:33 +00:00
jmcneill
a5723b624c
Core version 1.4 (as found in A31) has a different DDC register layout. Add
...
support for it.
2014-11-08 00:31:54 +00:00
matt
bcaa6042fc
Add ALLWINNER_A80
2014-11-07 23:00:56 +00:00
martin
52e102d462
PR port-arm/49299: add support for BE8 byte swapped instructions.
2014-11-07 21:28:32 +00:00
roy
9bf89ea7ea
Note import of dhcpcd-6.6.1
2014-11-07 20:59:38 +00:00
roy
c38e639c09
Add RCSIDs
2014-11-07 20:51:02 +00:00
martin
4c2da83710
Guard a few inline functions by #ifndef _RUMPKERNEL, to allow including
...
this file in rump builds.
2014-11-07 20:48:41 +00:00
roy
3eaad260cb
Sync
2014-11-07 20:43:33 +00:00
roy
32584761dd
Sync
2014-11-07 20:32:04 +00:00
jakllsch
2175155f7a
Allwinner A20 RTC has a different idea about years than the rest of them.
2014-11-07 18:10:16 +00:00
christos
727f236228
- simplify string parsing
...
- emalloc + sprintf = easprintf
2014-11-07 17:50:14 +00:00
uebayasi
701e371cb2
config(1): TODO about kernel linkage
2014-11-07 16:41:17 +00:00
christos
74d147444a
Now that the code can support tags and verbose route printing, enable them.
...
Also document previously undocumented flags.
2014-11-07 14:57:08 +00:00
christos
a5d8dd44b5
PR/49373: Ryota Ozaki: Running if_clone_create and if_clone_destroy in
...
parallel causes panic
XXX: Pullup 7.
2014-11-07 12:57:42 +00:00
christos
4d99909a7f
print the bad values in panic messages
2014-11-07 12:48:21 +00:00
skrll
71196174b0
The fixup debug message can report false positives on MULTIPROCESSOR, so
...
disable them there.
2014-11-07 12:44:58 +00:00
skrll
5f89ac3971
In pmap_enter only flush the TLB if really necessary
2014-11-07 12:43:36 +00:00
christos
e2c137d286
fix A,v,T with route display.
2014-11-07 12:42:27 +00:00
nakayama
ecc7cc9066
Trim " " at the beginning of version string to follow the change
...
in rev.1.60 of newvers.sh.
-const char sccs[] = "@(#)${fullversion}";
+const char sccs[] = "@(#)" ${fullversion_source};
2014-11-07 12:34:14 +00:00
nonaka
9bc869e75d
pci_attach_args of pci_find_device and match function is not the same thing.
...
fix PR/49372.
2014-11-07 12:33:57 +00:00
nakayama
bf71b4294d
Fix vnode locking changes in rev.1.89:
...
- lock vnode by the end of cache_purge and vput.
2014-11-07 12:05:58 +00:00
hkenken
a656470b01
- Use __SHIFTIN macro
...
- fix CM_DISP_GEN_DI1_COUNTER_RELEASE
2014-11-07 11:54:18 +00:00
jmcneill
93712a3217
bpi uses a different mux feature for gmac
2014-11-07 11:42:28 +00:00
wiz
80fbe2f24f
groff-1.22.3 out.
2014-11-07 10:36:25 +00:00
ozaki-r
16af22f197
Complete the initialization of tap_softc before if_attach
...
Basically we should complete the initializaiton of softc before if_attach
because once if_attach is called if_detach can be called for the softc
before returning from if_attach. In case of tap, mutex_destroy can be
called before mutex_init that comes after if_attach.
2014-11-07 09:26:08 +00:00
msaitoh
9a87c4ed9d
Add code to detect hypervisor. The code was based from FreeBSD and ported
...
by Kengo Nakahara.
2014-11-07 05:37:05 +00:00
uebayasi
cd6a87a95d
Fix build of crunched "route".
2014-11-07 02:57:19 +00:00