231584 Commits

Author SHA1 Message Date
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
pooka
b4d5024ba8 Ensure that no two VIRTIF's have the same modname, therefore
allowing them to coexist in the same rump kernel.

from Alexander Guy, via github
2014-11-06 23:25:16 +00:00
jmcneill
e91f13d66f extra (undocumented) clk init bits for bananapi gmac 2014-11-06 23:19:38 +00:00
christos
34cb342199 use the common code from route.c 2014-11-06 21:30:09 +00:00
christos
30f4c8e6f6 Factor out the netstat route printing code and use it here. There is no
point in having 2 different copies; fixes PR/49371
2014-11-06 21:29:32 +00:00
snj
a8efcf820f a single -DHAVE_GETLINE will suffice. 2014-11-06 18:58:18 +00:00
riastradh
d0abbbd418 Update comment to reflect recent change to. 2014-11-06 13:14:31 +00:00
riastradh
ed6e835b49 Fix little C issues in i915drmkms hindering the Clang build.
- Test `x == NULL', not `&container_of(x, t, base)->base == NULL'.
- Fix format strings in intel_dp_probe_oui to use %hhx for uint8_t.
- Omit needless ioread32 in intel_overlay.c.
- Ifdef out unused definitions in intel_tv.c.
2014-11-06 12:47:48 +00:00
uebayasi
148a2a3b87 Leave .map when linking .kmod. 2014-11-06 12:05:44 +00:00
uebayasi
26709f3d7e Leave .map when linking .ko in modular build. 2014-11-06 12:02:59 +00:00
uebayasi
8d1f7e29fd More clean files. 2014-11-06 11:59:17 +00:00
uebayasi
7710d317bc config(1): Rename internal flag to enable modular build 2014-11-06 11:40:32 +00:00
uebayasi
27fe31d88c Make config_stdsubmatch() human-readable. 2014-11-06 08:46:04 +00:00
uebayasi
3bf26c7470 regen 2014-11-06 06:42:25 +00:00
uebayasi
0fbbfea2a4 Document the "kernels" operation. 2014-11-06 06:41:23 +00:00
uebayasi
349ae6995d Expand TABs. 2014-11-06 03:50:13 +00:00
uebayasi
0284960983 Document the new "kernels" operation, prompted by joerg@. 2014-11-06 03:34:11 +00:00
uebayasi
9886534313 build.sh: New operation "kernels" to build all kernels 2014-11-06 02:02:48 +00:00
pooka
de20595096 put the "asked for" print also behind VIORNG_DEBUG 2014-11-06 01:42:01 +00:00
sjg
a75f41b571 Ensure -- filemon is at start of line 2014-11-06 01:36:57 +00:00
pooka
5447fd1c4f Abort only actually initialized slots. 2014-11-06 01:29:25 +00:00