Commit Graph

244517 Commits

Author SHA1 Message Date
mrg a541939fe8 re-enable ast driver for xorg-server 1.18 and x86 as 1.1.5 builds. 2016-08-20 03:57:25 +00:00
mrg faebb2a137 use and force evaluation of ${.PARSEDIR}. fixes build for some drivers. 2016-08-20 03:44:19 +00:00
mrg 1c8e124826 disable chips driver for ofppc and xorg-server 1.18. radeon works. 2016-08-20 03:26:56 +00:00
jakllsch 01d8380ef6 again, shlib_version didn't recently change for libpci 2016-08-20 01:50:30 +00:00
mrg bfe27e78b7 now they build, reenable mach64, mga, s3, s3virge and tdfx drivers on x86
when built with xorg-server 1.18
2016-08-20 01:08:13 +00:00
jakllsch b422b49360 revert previous change to this file, libpci shlib_version did not change 2016-08-20 01:05:39 +00:00
mrg f4f846ba5d delete dead code 2016-08-20 01:04:48 +00:00
mrg c391facab0 delete dead code. fix DIX flags for xorg-server 1.18 build after the
no longer installed dix-config.h
2016-08-20 01:03:34 +00:00
mrg 77801c142b apply -Wno-error=cpp due to this driver using xf86PciInfo.h. 2016-08-20 00:48:23 +00:00
mrg bfef5cee0b use netbsd rcsid 2016-08-20 00:36:41 +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 1d6ce431db fill in the tv_nsec parts of the converted timespec in cvtstat(). 2016-08-20 00:34:42 +00:00
mrg 222d8db193 instead of including xorg-server.h manually all over the places we
don't have a generated config.h, provide a fake one that does.
2016-08-20 00:22:02 +00:00
mrg ba7772d49a update for openchrome 0.4.0: remove via_vbe.c 2016-08-19 23:51:44 +00:00
mrg 90aaaaae56 remove all the X11R6 (old xfree86) entries.
a technically more correct solution would be to mark all but the
shared libraries obsolete, but with approximately 10000 entries
it would significantly slowdown postinstall obsolete checking
and as an end-user, i'm not sure i'd want it anyway.

this also makes it much easier to automate X11R7 changes ;-)
2016-08-19 22:37:03 +00:00
mrg 4a462c5d05 dix-config.h is obsolete 2016-08-19 22:34:51 +00:00
mrg 3572b889a1 don't install dix-config.h. it shouldn't be. 2016-08-19 22:33:34 +00:00
christos 608f4d63a8 add missing lint libraries, sort 2016-08-19 20:51:58 +00:00
palle 8f4250caf4 sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domain now works 2016-08-19 19:40:27 +00:00
mrg c3343b7edf mark libxaa, librecord, libextmod, and libdbe as obsolete for xorg-server 1.10 2016-08-19 19:12:03 +00:00
mrg 10c6f8ae7c update build for sparc64 xorg-server 1.18.
clean up the xfree86/common makefile for obsolete warnings. (XXX: there are
a lot of old disabled warnings we can obsolete in the xsrc tree.)
2016-08-19 19:10:54 +00:00
mrg 89c1f31e09 set lists updates for xorg-server 1.18 and sparc64. i've had to turn
off ag10e, glint, mga, suncg6 and sunffb drivers for now.
2016-08-19 19:09:50 +00:00
maxv 49e1a69281 Unused. 2016-08-19 19:04:57 +00:00
palle c7863d935b sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domain now works 2016-08-19 19:02:07 +00:00
maxv b54bc95e4f KNF so NXR likes it, and some typos 2016-08-19 18:53:29 +00:00
maxv 94003b2b24 Switch the XXXCDC to panics. Normally it should never be triggered, since
the kernel space is above the PTE space, and the user space is below it.
Any attempt to write or remove this area should be blocked by UVM earlier.
2016-08-19 18:24:57 +00:00
maxv 42e304b16d Remove the last references to KMEMSTATS. 2016-08-19 18:08:50 +00:00
maxv afca27fcb0 Rename new_pve2 -> new_sparepve, makes it less bizarre. 2016-08-19 18:04:39 +00:00
christos bda406aa7f fix reversed test 2016-08-19 16:33:23 +00:00
roy dfadc24d64 Revert r1.148
IP6_EXTHDR_GET ensures that a icmp6 header can be fetched from the mbuf
so m_pullup does not need to be called.

While here, we can safely increament interface error stats even with an
invalidated mbuf because we have a saved reference to the interface.
2016-08-19 12:26:01 +00:00
christos b8f79638e1 Don't warn about empty structs twice. 2016-08-19 11:51:27 +00:00
christos 175128e719 be less aggressive in clearing blocks to protect against:
int
main(int argc, char *argv[])
{
	int rv;

	if ((rv = ({ int _ret = 1; if (argc == 1) {} _ret; })) != 0)
	    printf("%d\n", rv);
	return 0;
}
2016-08-19 10:58:15 +00:00
mrg 84823ddb63 xorg_server_ver doesn't depend upon xorg_server though it probably could.
fixes build isses with header files being missing.

XXX: with no server, they shouldn't be useful, so fix this properly by
not installing them once it is verified to work properly.
2016-08-19 10:23:26 +00:00
msaitoh 7f742aa6cd regen. 2016-08-19 10:22:49 +00:00
christos 3fa8be0713 new lint test 2016-08-19 10:22:42 +00:00
msaitoh 9cc25dcbbb Add more Xeon D devices. 2016-08-19 10:22:27 +00:00
christos 080051aa7f Add union cast test 2016-08-19 10:21:50 +00:00
skrll ce214d27a3 Fix insn #2 printf in octeon_fixup_cpu_info_references 2016-08-19 10:20:42 +00:00
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