christos
ab22712dbd
Add union casts.
2016-08-19 10:19:45 +00:00
skrll
1bd2f79dee
Remove useless cast
2016-08-19 10:19:15 +00:00
christos
c6347f3a1e
add a type comparison function.
2016-08-19 10:18:11 +00:00
skrll
a751e06a6e
Trailing whitespace
2016-08-19 10:05:35 +00:00
martin
3757fcb029
Typo in #ifdef - the per cpu wdog softint wasn't initialized.
2016-08-19 07:51:29 +00:00
mrg
56058dff13
canonicalise the netbsd spec functions in NETBSD_SUBTARGET_EXTRA_SPECS:
...
netbsd_cpp_spec
netbsd_link_spec
netbsd_entry_point
netbsd_endfile_spec
use this in all netbsd targets.
XXX: 3 ports set this to EXTRA_SPECS instead of SUBTARGET_EXTRA_SPECS.
2016-08-19 05:11:09 +00:00
htodd
d9151a9bbf
Fix debug build.
2016-08-19 04:09:05 +00:00
mrg
e0eda581f2
- introduce HAVE_XORG_GLAMOR which is set to yes on xorg-server 1.18
...
and x86 ports only so far.
- build glamor extension.
- fix debug set lists for xorg-server 1.18
- install xf86-video-amdgpu driver on xorg-server 1.8 and x86
- clean up radeon-kms Makefile and enable glamor xorg-server 1.8
- clean up various obsolete makefile parts
2016-08-19 03:59:30 +00:00
jakllsch
91a739399d
Reset b_resid when tossing transfer with non-zero b_error.
2016-08-19 03:23:39 +00:00
jdolecek
39cc5f5a3f
fix bug introduced in rev 1.82 of ext2fs_lookup.c, when ext2fs_add_entry()
...
was introduced splitting code from ext2fs_direnter() - code used
incorrect new entry size, leading to incomplete entry copy or buffer
overflow; fixed by passing the right size from ext2fs_direnter()
2016-08-19 00:05:43 +00:00
sevan
fbe5805edc
seq(1) first appeared in Research Unix 8th Edition, which was before Plan 9.
...
Generalise in stating that this version is not bug for bug compatible with other
implementations.
Bump date.
Via FreeBSD bug 181390 with feedback from Warren Block.
2016-08-18 22:55:28 +00:00
sevan
b61c439d62
bump date
2016-08-18 22:43:49 +00:00
sevan
6e78a5b106
dd first appeared in V5, not V1
...
Heads up by Ingo Schwarze
http://www.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/dd.c
2016-08-18 22:42:28 +00:00
skrll
d256e8d7af
Need to compile in cache alias support when MIPS3 or MIPS4
2016-08-18 22:23:20 +00:00
matt
a35e54e697
Don't track kenter_pa/kremove PVs unless we are worrying about cache aliasing.
2016-08-18 21:42:27 +00:00
skrll
61b0994500
Fix sets for new nouveau
2016-08-18 19:27:33 +00:00
skrll
77999b67e7
Trailing whitespace
2016-08-18 19:25:34 +00:00
skrll
c341bcf48a
Make the fixup code play nicely with the current exception handlers.
...
From matt@
2016-08-18 19:24:31 +00:00
wiz
e20c5869bb
Whitespace.
2016-08-18 19:23:20 +00:00
wiz
072cd4ff3f
New sentence, new line.
2016-08-18 19:22:45 +00:00
mrg
2919f8f68a
teach the build about glamor and install glamor.h.
...
fix SDK_REQUIRED_MODULES for xorg-server 1.18.
2016-08-18 18:42:09 +00:00
mrg
4859f26202
apply some more -Wno-error for the const char *name vs mode issue
2016-08-18 18:40:23 +00:00
mrg
4ed6156a26
this depends upon librt
2016-08-18 18:11:03 +00:00
christos
760e84b919
new lint test
2016-08-18 14:47:02 +00:00
christos
fa75a57426
new test for struct that only has anon members, and that the size of struct
...
is computer right.
2016-08-18 14:45:56 +00:00
christos
9acbaa9544
- handle sizes of structs/unions with anon members
...
- handle structs/unions with only anon members
2016-08-18 14:43:31 +00:00
christos
9c8f3871d5
anonymous members are C9X
2016-08-18 14:42:48 +00:00
skrll
06e42c9074
Initialise ci_pmap_kern_segtab in cpu_info_alloc
2016-08-18 14:39:04 +00:00
christos
f5d47bfddc
elide stack protector warning.
2016-08-18 13:46:58 +00:00
maxv
34c4cf73b9
KNF and simplify.
2016-08-18 13:00:54 +00:00
maxv
d6f082859e
Simplify.
2016-08-18 12:36:35 +00:00
knakahara
7b53554dfc
fix: failed to create sysctl entries for module version gif(4).
...
The sysctl entries are below 2 entries.
- net.inet.ip.gifttl
- net.inet6.ip6.gifhlim
2016-08-18 11:44:22 +00:00
knakahara
56d7b3a061
add required files to if_gif module. (unify to rump)
2016-08-18 11:41:58 +00:00
knakahara
950010ff93
eliminate stf(4)'s dependency on gif(4).
...
stf(4) depends on not gif(4) but ip_encap.
2016-08-18 11:38:58 +00:00
knakahara
f2740d4121
remove unnecessary dependency on gif.h to become friendly with module and rump.
...
When in_gif.c become compile target, NGIF is always more than 1.
2016-08-18 11:34:09 +00:00
roy
e52094cac4
Revert part of the prior patch so loopback lladdr gets a working prefix route.
2016-08-18 09:34:43 +00:00
mrg
a94750ee52
don't need HAVE_CONFIG_H any more
2016-08-18 09:34:02 +00:00
mrg
870f1fd842
build and install libepoxy
2016-08-18 08:11:22 +00:00
christos
4d4594470b
PR/51422: Jose Luis Rodriguez Garcia: completely remove B_NEEDCOMMIT
2016-08-18 08:08:02 +00:00
mrg
9612351379
x11: add amdgpu driver, libepoxy and remove radeonhd driver
2016-08-18 08:06:53 +00:00
christos
e9843116de
PR/51422: Jose Luis Rodriguez Garcia: Remove unnecessary assignment.
2016-08-18 08:04:28 +00:00
mrg
4ffdae42fa
don't hide _DEV_IC_BT8XX_H_ inside DTRACE.
2016-08-18 08:02:58 +00:00
mrg
4302a00d2e
build glue for xf86-video-amdgpu
2016-08-18 07:49:09 +00:00
mrg
60482d9467
build glue for glamor extension
2016-08-18 07:48:14 +00:00
mrg
c6dea9f391
build glue for libepoxy
2016-08-18 07:44:32 +00:00
skrll
8329167f56
Put Link TRB always at the end of ring. Should fix ctrl xfer problem on
...
Intel xHC.
From t-hash.
2016-08-18 07:18:52 +00:00
skrll
e5efa3b9c9
Byte swap the address in xhci_new_device appropriately. From t-hash
2016-08-18 07:08:32 +00:00
skrll
4db03d42c9
Spelling in comment
2016-08-17 22:04:51 +00:00
skrll
f734fe00ce
Spelling on comment
2016-08-17 22:03:57 +00:00
skrll
e02779accf
Spelling in comment
2016-08-17 22:02:19 +00:00