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
christos
fd780e09eb
Fix compilation (debug)
2014-11-06 01:26:02 +00:00
pooka
86040218de
Add rump kernel component for viornd
...
tested: qemu -device virtio-rng-pci
2014-11-06 00:45:58 +00:00
pooka
d759bf4ecd
disable debug print by default
2014-11-06 00:42:18 +00:00
pooka
efaf3a80bc
Print attachment \n's so that we don't get junky lines
...
(this driver now matches ld)
2014-11-06 00:41:33 +00:00
nonaka
5d2d5949c3
i915drmkms(4): Enable CONFIG_ACPI if NACPICA > 0.
...
Now brightness can be adjusted via hotkey on Mouse Computer LB-J300X (Clevo W330SU2).
2014-11-05 23:46:09 +00:00
skrll
d97ae04bf3
Add awincnt at awinio (64 bit timer counter)
2014-11-05 22:27:55 +00:00
martin
d50e2c2971
Remove MULTIPROCESSOR, it is now in CUBIEBOARD
2014-11-05 20:34:38 +00:00
martin
716bb57d97
Add awincnt at awinio (64 bit timer counter)
2014-11-05 20:32:53 +00:00
macallan
0afc6ced43
- unmap registers in WSDISPLAYIO_MODE_MAPPED only if a drm attached
...
- don't try to touch backlight registers when they're not mapped
2014-11-05 19:39:17 +00:00
jmcneill
da6e4883ea
add MULTIPROCESSOR, awincnt
2014-11-05 18:32:29 +00:00