nakayama
db885abd27
Centralize pam definitions and tabify.
2019-03-06 12:40:23 +00:00
mrg
2601d52e06
regen for xkeyboard-config 2.26.
2019-03-06 11:05:18 +00:00
msaitoh
56270bf575
Make m_devget()'s 3rd argument to 0 again.
2019-03-06 08:08:25 +00:00
martin
f079cca48c
Apply fix for CVE-2016-3189 bzip2: heap use after free in bzip2recover
2019-03-06 07:21:55 +00:00
mrg
f493a0ad6c
don't use ERE in sed. fortunately, thes strings are all at the
...
end of the line so we can anchor them with (make processed) $$.
i now have fonts that i can see again in xdm.
2019-03-06 05:59:25 +00:00
mrg
93017991ff
- clean up a little and avoid leaving partial files
...
- put SEDSCRIPTS into FILES vs CONFIGFILES, so they're install properly
2019-03-06 05:21:50 +00:00
mrg
6a0755298a
make ext2fs rev1 the default. this enables LARGEFILES support.
2019-03-06 05:11:13 +00:00
mrg
18ed869019
merge our changes and their changes across the last few xdm releases.
2019-03-06 05:08:21 +00:00
msaitoh
9eb035bca7
Regen.
2019-03-06 04:46:41 +00:00
msaitoh
83400b926a
Add SMSC(now Microchip) LAN8741A and LAN8742
2019-03-06 04:46:17 +00:00
christos
bfcbfec000
make this work:
...
- fix sed rules
- change our own copy of Xresources from cpp to sed
2019-03-06 04:43:50 +00:00
christos
ccff5bf8b4
remove trailing escape
2019-03-06 03:38:30 +00:00
christos
47db741ad7
more pam fixes
2019-03-06 02:44:05 +00:00
christos
f0d208fdc0
add joins
2019-03-06 01:20:15 +00:00
christos
6d126600fa
fix build
2019-03-06 01:13:38 +00:00
christos
76d4ffd600
Sync with installed files.
2019-03-05 22:51:36 +00:00
christos
2cb70116d4
Jemalloc initializes mutexes before we become threaded and expects to use
...
them later.
2019-03-05 22:49:38 +00:00
christos
2aea8519e2
Fix debugging compilation
2019-03-05 22:45:11 +00:00
christos
15db7ac5db
Add some XXX for things I need to fix later, and fix some of the hard-coding.
2019-03-05 22:39:21 +00:00
christos
2460de9976
fix const cast with custom "unconst"
2019-03-05 22:37:39 +00:00
christos
4fcb57530e
revert previous; not needed.
2019-03-05 22:35:45 +00:00
christos
bfbf98e5ee
Check that the previous link exists before merging it.
...
XXX: Is that right? Fixing this makes the h_resolve test work.
2019-03-05 15:18:59 +00:00
jmcneill
3280fea88e
Add bcm2837-rpi-cm3-io3.dts, rk3399-ficus.dts, rk3399-gru-bob.dts, rk3399-roc-pc.dts, rk3399-rock960.dts, sun50i-h5-bananapi-m2-plus-v1.2.dts, sun50i-h5-bananapi-m2-plus.dts, sun50i-h6-orangepi-one-plus.dts
2019-03-05 11:44:22 +00:00
jmcneill
89bc157299
Add meson8b-ec100.dts, sun8i-h3-bananapi-m2-plus-v1.2.dts, sun8i-h3-orangepi-zero-plus2.dts, tegra124-apalis-v1.2-eval.dts
2019-03-05 11:41:13 +00:00
jmcneill
fe308ec607
Add DTS for Raspberry Pi Compute Module 3 IO board V3.0
2019-03-05 11:25:01 +00:00
msaitoh
88995a4db5
It's not required to calculate unused queues' statistics.
2019-03-05 10:26:08 +00:00
msaitoh
fc7851761e
NetBSD currently uses traffic class 0 only. Other traffic classes aren't used
...
yet. When IXGBE_TC_COUNTER_NUM is set to lower than IXGBE_DCB_MAX_TRAFFIC_CLASS
(e.g. 1), other traffic classes' counters are not used. It means we don't
generate evcnt for them and don't add the values in
ixgbe_update_stats_counters().
2019-03-05 09:42:36 +00:00
mrg
7640699b93
remove no longer used defines
2019-03-05 09:08:51 +00:00
mrg
7d1a8152e9
update for xdm 1.1.12:
...
- streams.c is gone (hello 2019!)
- man pages other file convert from cpp to sed processing
2019-03-05 08:35:35 +00:00
msaitoh
84347dba43
Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes
...
if_upgt.c's ETHER_ALIGN from 0 to 2.
2019-03-05 08:25:01 +00:00
martin
b4c9d52774
Avoid unitialized use warning.
2019-03-05 08:17:44 +00:00
msaitoh
e370c0d510
Catch up with MI pci changes to fix compile error.
2019-03-05 08:16:53 +00:00
msaitoh
c98c1b7c32
Add Intel I219 variations for Cannon Lake.
2019-03-05 03:49:06 +00:00
msaitoh
c25105c8ad
Regen.
2019-03-05 03:48:23 +00:00
msaitoh
e32fd37d75
Add Intel I219 variations for Cannon Lake.
2019-03-05 03:47:57 +00:00
msaitoh
c946b37200
mii_phy_add_media() automatically install power handler, but if_media_add()
...
doesn't. When mii_phy_add_media() isn't used, call pmf_device_register().
2019-03-05 02:13:15 +00:00
christos
939c050d54
Transfer all the keys that were created in the libc stub implementation
...
to the pthread tsd implementation when the main thread is created.
This corrects a problem where a process created keys before libpthread
was loaded (either from the libc constructor or because libpthread
was dlopened later). This fixes a problem with jemalloc which creates
keys in the constructor.
2019-03-05 01:35:52 +00:00
rin
89488e27f3
bump libc minor
2019-03-04 23:03:10 +00:00
christos
dce236fdab
Switch back amd64 to the old jemalloc. We have some pthread unit-tests
...
failing.
2019-03-04 21:19:58 +00:00
christos
1cbe59dfac
Add FALLTHROUGH comments.
2019-03-04 20:22:04 +00:00
christos
1fec95ec6d
Add fallthough comments.
2019-03-04 20:21:18 +00:00
christos
26f3906123
add constcond
2019-03-04 20:06:50 +00:00
christos
27141d3f59
- fix shadowing
...
- add constcond
2019-03-04 20:06:31 +00:00
christos
5f477cbe04
Adjust to new names
2019-03-04 20:06:11 +00:00
christos
9079a1c0d8
adjust prototype
2019-03-04 20:05:19 +00:00
christos
c8a14bf385
use UNCONST
2019-03-04 20:05:01 +00:00
christos
36cc706d2e
fix prototypes
2019-03-04 20:04:43 +00:00
christos
09e980e902
fix incorrect macro use
2019-03-04 20:04:30 +00:00
christos
945c1de7b3
fix const hash
2019-03-04 20:04:09 +00:00
christos
d2fd6995a9
remove unused line
2019-03-04 20:03:53 +00:00