mrg
6c540367a2
reverse the GCC 5 test and only list the platforms not using it:
...
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "coldfire" || \
${MACHINE_ARCH} == "m68000" || \
${MACHINE} == "or1k" || \
${MACHINE} == "riscv"
and considering riscv and or1k both need to either wait for GCC 6
or have someone who cares port their 5.x patches to our tree, that
really only means we have mips and m68k left.
2016-09-04 18:57:39 +00:00
jakllsch
e964957707
Switch shark to Xorg server 1.18.
...
The igs driver no longer builds against 1.10.
2016-09-03 16:10:34 +00:00
christos
815243be44
Switch mips32 to new binutils/gcc/gdb/pie. Tested with gxemul+pmax
2016-09-03 12:32:12 +00:00
christos
93c8afea2b
gcc-5.3 for sh3
2016-09-03 09:08:28 +00:00
christos
10aee9c29f
switch all arm to new binutils
2016-08-31 17:31:22 +00:00
mrg
8e7f733949
move some flags from dix-config.h into X11FLAGS.DIX
2016-08-30 08:34:43 +00:00
dholland
3f2f51302c
Use only "function" for the comparison functions, not both that and
...
"operator". Noted by riastradh.
2016-08-30 05:12:00 +00:00
dholland
c49cf2c657
Clarify the usage, so hopefully nobody else makes the set of wrong
...
assumptions I just did.
2016-08-29 03:50:05 +00:00
knakahara
0e4989051b
specify when pci_intr_release(9) is called as "pih" is NULL.
2016-08-29 02:48:56 +00:00
christos
e14ccc6701
Turn on PIE for all arm and sh3
2016-08-28 14:22:35 +00:00
wiz
9a82c76863
New sentence, new line.
2016-08-28 05:14:35 +00:00
dholland
b742f5b4dc
Fix broken xrefs (they are now merely dangling)
2016-08-28 00:05:32 +00:00
dholland
05e0436006
Fix broken .Xr
2016-08-27 23:58:27 +00:00
dholland
01dd681f0f
Put some text in pursuant to the rest of PR 48471, about /stand.
2016-08-27 03:57:21 +00:00
tnn
5569b39ef7
fix build of puffs examples; need _KERNTYPES for register_t
2016-08-26 22:12:22 +00:00
nonaka
8b67f0d04d
Add TOOL_GPT
2016-08-26 16:57:50 +00:00
christos
6cb75cb515
block sun2 from MKPIE!
2016-08-26 15:41:02 +00:00
christos
f9ebca8e6a
mention the default for MKUNBOUND
2016-08-20 16:11:07 +00:00
wiz
35f6de0047
Bump date for previous.
2016-08-20 12:41:31 +00:00
hannken
7139aab724
Remove now obsolete operation vcache_remove().
...
Welcome to 7.99.36
2016-08-20 12:37:06 +00:00
christos
c90b9921a5
unbound additions
2016-08-20 11:21:50 +00:00
mrg
3766ee0de2
HAVE_XORG_SERVER_VER is always set, if not earlier, immediately above.
2016-08-20 00:36:03 +00:00
mrg
34102114fc
fix up X11FLAGS.LOADABLE for modern xorg.
2016-08-20 00:35:37 +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
wiz
072cd4ff3f
New sentence, new line.
2016-08-18 19:22:45 +00:00
mrg
9612351379
x11: add amdgpu driver, libepoxy and remove radeonhd driver
2016-08-18 08:06:53 +00:00
wiz
88e1ed9dd0
File system police.
2016-08-16 07:52:05 +00:00
dholland
961950ca08
More stuff spotted by jnemeth: fix wording for /var/mail, and document
...
utmpx/wtmpx. While here also document dmesg.boot.
2016-08-16 02:29:43 +00:00
dholland
d146eb73fa
Document /etc/login.conf, /etc/profile, /etc/ttyaction.
2016-08-16 01:46:51 +00:00
dholland
a96b900116
More important fix: there is an /etc/skel but no /usr/share/skel.
2016-08-16 01:41:18 +00:00
dholland
df8a7cd2f0
More improvements from jnemeth
2016-08-16 01:39:40 +00:00
mrg
9f5c81fc6e
add a HAVE_XORG_SERVER_VER for use in sets. clean up the x11
...
defines a little for modern xorg, particularly the version.
2016-08-16 01:03:07 +00:00
dholland
7789072ffe
Another typo.
2016-08-16 00:47:19 +00:00
dholland
fb286563d4
another typo; spotted by jnemeth
2016-08-16 00:40:09 +00:00
dholland
560c63031e
typo in previous.
2016-08-16 00:12:34 +00:00
dholland
4af0b2e016
Harmfully sentence fragments. Use sentences instead.
...
I've also made some additional minor edits, and added missing
/usr/src/sys/ufs/{chfs,ext2fs}.
2016-08-16 00:08:17 +00:00
mrg
ba43d274eb
add libxshmfence.
2016-08-15 21:52:46 +00:00
maya
693c0858bd
We don't use mfs for /tmp by default, so the man page shouldn't
...
suggest this is the typical case.
Because there's so little content in this entry, eliminate the
parentheses around the explanation that /tmp is usually not preserved
across reboots.
2016-08-15 21:42:05 +00:00
dholland
64848a328c
BTS is for "bug tracking system", but it's not for "bits per second", or
...
at least not that either I or the Goog have heard of.
2016-08-14 23:07:04 +00:00
christos
cf0397646d
TURBOchannel usb/gpio driver from Felix Deichmann
2016-08-11 09:05:42 +00:00
ginsbach
b5e9000e95
Add some VLAN related acronyms.
2016-08-11 02:42:28 +00:00
wiz
f7e7ef1806
More markup.
2016-08-08 07:28:54 +00:00
pgoyette
69aa6fadc2
For modular configurations, always build with PPPOE_TERM_UNKNOWN_SESSIONS
...
defined, and provide a sysctl variable for enabling/disabling the option.
Update man page accordingly.
2016-08-07 01:59:43 +00:00
scole
3bee3bfd27
PR port-ia64/51261
...
For ia64, don't build elf32, disable MKDYNAMICROOT and MKRUMP.
ld.elf_so and rump are not implemented yet
2016-08-05 16:44:31 +00:00
palle
5914a139ed
scsipi(9): Removed duplicate "for"
2016-07-29 19:27:45 +00:00
msaitoh
8cd40e1465
Add JEDEC TSE2004av support. OK'ed by pgoyette. If a device conforms
...
TES2004av, it can be used without adding new entry into the matching
table.
2016-07-28 09:11:13 +00:00
wiz
68e94d49dd
New sentence, new line.
2016-07-27 08:38:25 +00:00
msaitoh
dde8159a11
- Add 0x54-0x57.
...
- Add note about sdtemp(4).
2016-07-27 07:44:10 +00:00
msaitoh
ed49e6d12f
Update supported masters and slaves.
2016-07-26 11:08:59 +00:00
rkujawa
97a708d9fb
Note MCP9804 now also supported by sdtemp(4) - thx msaitoh.
2016-07-26 08:05:51 +00:00