last commits left.
from tj@, thanks
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 01:57:44
Modified files:
databases/evolution-data-server: Makefile distinfo
Log message:
Update to evolution-data-server-3.18.5.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 01:58:07
Modified files:
mail/evolution : Makefile distinfo
Log message:
Update to evolution-3.18.5.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 01:58:31
Modified files:
mail/evolution-ews: Makefile distinfo
Log message:
Update to evolution-ews-3.18.5.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 02:05:36
Modified files:
x11/gnome/caribou: Makefile distinfo
x11/gnome/caribou/pkg: PLIST
Log message:
Update to caribou-0.4.20.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 02:06:37
Modified files:
fonts/cantarell-fonts: Makefile distinfo
fonts/cantarell-fonts/pkg: PLIST
Log message:
Update to cantarell-fonts-0.0.23.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 02:13:50
Modified files:
x11/gnome/gvfs : Makefile distinfo
Log message:
Update to gvfs-1.26.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 02:30:32
Modified files:
print/foomatic-db: Makefile distinfo
print/foomatic-db/pkg: PLIST
Log message:
Update to foomatic-db-4.0.20150819.
CVSROOT: /cvs
Module name: ports
Changes by: feinerer@cvs.openbsd.org 2016/02/27 02:49:04
Modified files:
print/texinfo : Makefile distinfo
print/texinfo/pkg: PLIST
Log message:
Update to texinfo 6.1
OK ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2016/02/27 03:10:13
Modified files:
textproc/uncrustify: Makefile distinfo
Log message:
update uncrustify to 0.62
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 04:15:03
Modified files:
x11/gtk+3 : Makefile distinfo
Log message:
Update to gtk+3-3.18.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/02/27 05:02:04
Modified files:
net/gnugk : Makefile distinfo
net/gnugk/patches: patch-configure
Log message:
Update to gnugk-4.1.
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/02/27 05:17:03
Modified files:
distrib/miniroot: install.sub
Log message:
Shorter version that does the same.
Change description to better match the purpose of this function.
OK halex@
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/02/27 05:28:16
Modified files:
distrib/miniroot: install.sub
Log message:
Cleanup the list of usernames that are rejected during installation.
- sendmail, named, popa3d are not part of base anymore and their ports
versions use _ 's
- use id attributes instead of empty anchors to link to sections
- more consistent whitespace
- wrap some overly long lines
- clean up links to some man pages
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/03/02 16:50:32
Modified files:
sys/arch/arm/arm: cpufunc.c
Log message:
set armv7 callbacks for cortex a53/a52/a72
from Patrick Wildt who tested this on cortex a53
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/02 16:58:54
Modified files:
textproc/p5-PDF-API2: Makefile
textproc/p5-PDF-API2/pkg: PLIST
Log message:
install PDF::API2 contrib files in /usr/local/share/examples/p5-PDF-API2
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/02 17:25:09
Modified files:
sys/kern : uipc_domain.c
Log message:
bump link_maxhdr up from 16 to 64
link_maxhdr is best explained as the space reserved before an ip
packet payload for link headers, the most common of which is ethernet.
16 was a good choice when the only traffic we really did was ip
over ethernet, but now there are commonly used transports that are
bigger, specifically 802.11 traffic and vlan/vlan encapsulations,
that justify bumping it up.
i chose 64 because it would also allow enough space for encapsulations
like etherip or gif.
this reduces the size of the smallest packet that can fit into an
mbuf before more storage needs to be suffixed, but because most
traffic is either full sized (ie, already bigger than a single mbuf)
or tiny packets (think tcp ACKS, keystrokes over ssh, or dns requests)
the impact is negligible.
ok stsp@ mpi@ sthen@ mikeb@
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/03/02 17:25:34
Modified files:
faq : faq4.html
Log message:
clean up TOC
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/02 17:34:11
Modified files:
sys/kern : uipc_domain.c
Log message:
replace the XXX next to setting link_maxhdr with an explanation
the XXX has been there since 1.1, even back in netbsd, and im too
lazy to go back further to try and see why it is there. either way
it is meaningless.
suggested by mikeb@ and mpi@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2016/03/02 17:46:54
Modified files:
regress/usr.bin/ssh: integrity.sh
Log message:
Look back 3 lines for possible error messages. Changes to the code mean
that "Bad packet length" errors are 3 lines back instead of the previous
two, which meant we didn't skip some offsets that we intended to.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/03/02 18:06:38
Modified files:
faq : faq4.html
Log message:
Reformat and slightly rephrase section 4.1 - Overview
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/02 19:09:09
Modified files:
security/clamav: Makefile distinfo
security/clamav/patches: patch-etc_clamd_conf_sample
patch-libclamav_Makefile_in
patch-libclamav_ole2_extract_c
Log message:
update to clamav-0.99.1
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/03/02 19:12:43
Modified files:
. : anoncvs.shar
Log message:
anoncvs.shar tweaks: update libs in the directory listing,
add PermitTTY no to the example ssh config, from Sevan Janiyan.
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2016/03/02 19:42:16
Modified files:
sys/arch/socppc/socppc: machdep.c
sys/arch/socppc/conf: files.socppc
Added files:
sys/dev/ofw : fdt.c fdt.h
Removed files:
sys/arch/socppc/socppc: fdt.c
sys/arch/socppc/include: fdt.h
Log message:
Move fdt to a more centralized location so it can be used by arm as well. Diff from Patrick Wildt. Tested and OK dlg@.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/02 19:53:28
Modified files:
sys/net : if_vlan.c
Log message:
factor out the injection of a vlan shim into an ethernet frame
vlan_inject() will be reused by mpw(4) in the future.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/02 20:04:34
Modified files:
games/starfighter: Makefile distinfo
games/starfighter/pkg: PLIST
Log message:
Update to starfighter-1.5.1.1, and take maintainership.
Release notes:
https://savannah.nongnu.org/forum/forum.php?forum_id=8440
https://savannah.nongnu.org/forum/forum.php?forum_id=8443
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/02 20:46:32
Modified files:
net/megatools : Makefile distinfo
net/megatools/pkg: PLIST
Log message:
Update to megatools-1.9.97.
Release notes: https://github.com/megous/megatools/blob/master/NEWS
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/03/02 21:28:21
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
When a physical address is needed to flush the secondary cache use
VM_PAGE_TO_PHYS() instead of unnecessarily calling pmap_extract().
From Patrick Wildt.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/02 21:45:12
ports/www/netsurf/libdom/patches
Update of /cvs/ports/www/netsurf/libdom/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18067/libdom/patches
Log Message:
Directory /cvs/ports/www/netsurf/libdom/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: gerhard@cvs.openbsd.org 2016/03/03 00:20:45
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
Restore assignment of ic_curmode that was accidentally removed when
moving the ERP code to post-assoc phase. Fixes iwi(4) fatal firmware
errors.
ok stsp@, sobrado@
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/03/03 00:28:05
Modified files:
net/owncloudclient: Makefile
Log message:
add Qt5 flavor
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/03/03 00:29:29
Modified files:
net : Makefile
Log message:
hook owncloudclient,qt5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/03 02:20:16
Modified files:
net/ruby-stomp : Makefile distinfo
net/ruby-stomp/pkg: PLIST
Log message:
- update to stomp-1.3.5
- enable tests
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/03 02:22:47
Modified files:
geo/geoclue2 : Makefile distinfo
Log message:
update to geoclue2-2.4.3
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/03 02:27:51
Modified files:
sys/net : if_vlan_var.h
Log message:
prototype vlan_inject()
this should have been committed as part of src/sys/net/if_vlan.c r1.152
tree breakage discovered by benoit lecocq
sorry
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/03 02:37:30
Modified files:
devel/iso-codes: Makefile distinfo
devel/iso-codes/pkg: PLIST
Log message:
update to iso-codes-3.66
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2016/03/03 03:01:09
Modified files:
databases/mydumper: Makefile distinfo
Log message:
Update to 0.9.1
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/03/03 03:17:38
Modified files:
editors/libreoffice: Makefile
Log message:
change the dpb property from kde3 to kde4
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/03/03 04:10:17
Modified files:
faq : faq4.html
Log message:
polish 4.2 pre-installation checklist and 4.3 - creating install media
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/03 04:46:41
Modified files:
sysutils/google-cloud-sdk: Makefile distinfo
sysutils/google-cloud-sdk/patches:
patch-lib_googlecloudsdk_core_updater_local_state_py
patch-platform_gsutil_gslib_commands_config_py
sysutils/google-cloud-sdk/pkg: PLIST
Log message:
Update to google-cloud-sdk-99.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/03 05:01:18
Modified files:
x11/vlc : Makefile distinfo
x11/vlc/patches: patch-configure_ac
x11/vlc/pkg : PLIST-main
Removed files:
x11/vlc/patches: patch-modules_demux_mp4_libmp4_c
Log message:
Update to vlc-2.2.2.
from Brad (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/03/03 05:32:23
Modified files:
sys/arch/amd64/amd64: vector.S
sys/arch/i386/i386: locore.s
Log message:
Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trap
handlers.
No functionnal change.
ok mlarkin@, mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/03 05:33:41
Modified files:
net/knot : Makefile distinfo
Log message:
Update to knot-1.6.7
from Pierre Emeriaud
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/03/03 05:40:04
Modified files:
sys/arch/amd64/amd64: db_trace.c
Log message:
Kill db_x86_64_regop() to unify how db_regs[] is defined between archs.
No objection from mlarkin@
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2016/03/03 05:41:30
Modified files:
etc/etc.i386 : sysctl.conf
lib/libarch/i386: Makefile
sbin/sysctl : sysctl.8
share/man/man3 : intro.3
share/man/man4 : options.4
sys/arch/i386/conf: GENERIC
sys/arch/i386/i386: gdt.c machdep.c pmap.c sys_machdep.c
sys/arch/i386/include: cpu.h gdt.h pmap.h sysarch.h
sys/uvm : uvm_map.c uvm_pmap.h
Removed files:
lib/libarch/i386: i386_get_ldt.2 i386_get_ldt.c i386_set_ldt.c
regress/sys/arch/i386: Makefile
regress/sys/arch/i386/ldt: Makefile testldt.c
Log message:
Remove option USER_LDT and everything depending on it.
Remove machdep.userldt sysctl.
Remove i386_[gs]et_ldt syscall stub from libi386.
Remove i386_[gs]et_ldt regression test.
ok mlarkin@ millert@ guenther@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/03/03 05:44:09
Modified files:
sys/arch/amd64/amd64: db_trace.c
sys/arch/i386/i386: db_trace.c
Log message:
Unwind the trapframe correctly when a breakpoint is set on `syscall'.
Prevent a fault in DDB on amd64.
ok mlarkin@
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2016/03/03 05:51:51
Modified files:
sys/netinet6 : in6.c in6_var.h
Log message:
Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6
Those ioctls never made sense, IPv6 was designed right from the start
with support for multiple addresses by interface.
ok mikeb@ mpi@
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2016/03/03 05:57:15
Modified files:
sys/netinet6 : in6.c in6_var.h nd6.h
Log message:
Kill IPv6 prefix and router renumbering ioctls.
Router renumbering was never supported, prefix ioctls were deprecated
~15 years ago. Move some items in netinet6/nd6.h where they are still
used.
ok mikeb@ mpi@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2016/03/03 05:58:15
Modified files:
usr.bin/tmux : tty.c
Log message:
RGB colours shouldn't be mixed up with aixterm colours, return before
that happens when working out if they are supported.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2016/03/03 07:14:46
Modified files:
usr.bin/tmux : cmd-find.c
Log message:
Accept clients as sessions in cmd_find_get_session.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2016/03/03 07:15:23
Modified files:
usr.bin/tmux : cmd-set-environment.c cmd-set-option.c
cmd-show-environment.c cmd-show-options.c
Log message:
show-* and set-* need to handle a missing target.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2016/03/03 07:21:08
Modified files:
net/corebird : Makefile
Log message:
Missing USE_LIBTOOL = gnu and textproc/intltool module.
ok abieber@, awolk@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/03 07:41:46
Modified files:
security/sslscan: Makefile distinfo
security/sslscan/patches: patch-Makefile
Log message:
update to sslscan-1.11.2, now built against static-linked openssl lib
with SSLv2 enabled to allow identification of misconfigured servers
again (as was the case before the last openssl update).
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/03 07:45:44
Modified files:
geo/openbsd-developers: Makefile
Log message:
Use a second subst to remove trailing comma after last feature.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2016/03/03 08:55:09
Modified files:
net/corebird : Makefile
Log message:
As pointed out by sthen@, it's enough to BUILD_DEPEND on devel/libtool.
No need to set USE_LIBTOOL = gnu.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2016/03/03 09:06:22
Modified files:
. : 59.html
Log message:
few more details
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2016/03/03 09:08:15
Modified files:
. : 59.html
Log message:
we did not just update less, we forked it
CVSROOT: /cvs
Module name: src
Changes by: afresh1@cvs.openbsd.org 2016/03/03 09:15:17
Modified files:
gnu/usr.bin/perl: Tag: OPENBSD_5_8 perl.c
gnu/usr.bin/perl/vms: Tag: OPENBSD_5_8 vms.c
Log message:
Fix for perl CVE-2016-2381
Prior to this patch, when an environment variable "X" appears multiple times in
envp, perl could return different values for $ENV{"X"} than that provided by
getenv("X"). Further, subprocessses could inherit surprising environment
variables because of this.
from Ricardo Signes 's
- use hN id="..." instead of anchors with empty hyperlink text
- more consistent whitespace
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/03/09 10:12:36
Modified files:
net/p5-Net-DNS : Makefile distinfo
net/p5-Net-DNS/pkg: PLIST
Log message:
update p5-Net-DNS to 1.05
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 10:21:44
Modified files:
infrastructure/mk: arch-defines.mk bsd.port.mk
infrastructure/package: gen-package-pages
Removed files:
infrastructure/plist: vax
Log message:
We are done providing support for the vax.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/03/09 10:24:51
Modified files:
emulators/gambatte: Makefile
Log message:
Switch to MODQMAKE, shaves 7 lines from Makefile.
(requires recent qt4.port.mk)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/09 10:29:36
Modified files:
graphics/ffmpeg: Makefile
graphics/ffmpeg/patches: patch-libavcodec_aacenc_c
patch-libavcodec_aacenc_h
patch-libavcodec_aacenc_quantization_misc_h
patch-libavcodec_aacenc_utils_h
Log message:
Moar AAC.
from Brad (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/09 10:32:31
Modified files:
fonts/jmk-fonts: Makefile
Removed files:
fonts/jmk-fonts/pkg: MESSAGE
Log message:
Redundant use of MESSAGE (pkg_add(1) already outputs the proper info).
from Michael Reed with a bump
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/09 10:36:42
Modified files:
graphics/gegl03: Makefile
Log message:
exiv2 -> libgexiv2
spotted by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/03/09 10:39:59
Modified files:
textproc/p5-XML-LibXML: Makefile distinfo
Log message:
update p5-XML-LibXML to 2.0124
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/09 11:09:55
Modified files:
devel/gsl : Makefile
Log message:
remove BROKEN-vax marker for vax itself has been removed
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/03/09 11:18:28
Modified files:
sys/dev/pci : files.pci if_rtwn.c
Added files:
sys/dev/ic : rtwn.c rtwnvar.h
Log message:
Split the rtwn(4) driver into two layers:
One layer which handles PCI support and low-level packet processing.
And another layer which handles ioctls, net80211 state transitions,
and all communication with the chip. The plan is to eventually merge
corresponding code from urtwn(4) in here.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/09 11:20:02
Modified files:
editors/vim : Makefile
Removed files:
sysutils/coreutils/patches: patch-configure
editors/vim/patches: sup-vax-src_Makefile
devel/gmp/patches: patch-mpn_vax_add_n_s
patch-mpn_vax_addmul_1_s
patch-mpn_vax_lshift_s patch-mpn_vax_mul_1_s
patch-mpn_vax_rshift_s patch-mpn_vax_sub_n_s
patch-mpn_vax_submul_1_s
Log message:
remove vax-specific patches
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/03/09 11:20:29
Modified files:
sys/conf : files
Log message:
Hook up dev/ic/rtwn.c -- should have been part of rtwn(4) split commit.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/09 11:21:03
Modified files:
x11/slim : Makefile
x11/slim/pkg : README
Log message:
don't bother mentioning vax here anymore
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 11:22:52
Modified files:
graphics/netpbm: Makefile
graphics/netpbm/files: Makefile.config.OpenBSD
Log message:
all architectures have shared libraries now
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 11:29:10
Modified files:
audio/lame : Makefile
graphics/leptonica: Makefile
graphics/openjpeg: Makefile
Log message:
remove LIBM_CHECK for vax
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/09 11:31:36
Modified files:
audio/opennap : Makefile
base/xenocara/lib/pixman: Makefile
databases/qdbm : Makefile
devel/mm : Makefile
devel/pcre : Makefile
games/alephone/scenarios: Makefile.inc
lang/hugs : Makefile
lang/scm : Makefile
math/cgal : Makefile
math/octave : Makefile
net/kismet : Makefile
net/udns : Makefile
news/nn : Makefile
security/john : Makefile
security/john-jumbo: Makefile
sysutils/pciutils: Makefile
Log message:
remove vax workarounds/tentacles, reword where applicable
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/09 11:36:26
Modified files:
net/udns : Makefile
net/udns/patches: patch-Makefile_in
Log message:
more^Wless vax
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/09 11:45:52
Modified files:
lang/g77/patches: patch-gcc_config_gcc
lang/gcc/4.6/patches: patch-boehm-gc_include_private_gcconfig_h
lang/gcc/4.9/patches: patch-boehm-gc_include_private_gcconfig_h
lang/gfortran/patches: patch-gcc_config_gcc
Removed files:
lang/g77/patches: patch-gcc_config_vax_openbsd1_h
patch-gcc_config_vax_openbsdelf_h
patch-gcc_config_vax_vax_h
lang/gfortran/patches: patch-gcc_config_vax_openbsd_h
Log message:
more vax patches that are no longer needed
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 11:48:07
Modified files:
lang/g77 : Makefile
Log message:
m68k is long dead
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 12:11:35
Modified files:
devel/apr : Makefile
shells/bash : Makefile
shells/zsh : Makefile
Log message:
remove substituted uses of CONFIGURE_SHARED, NO_SHARED_LIBS
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/09 12:40:11
Modified files:
net/samba : Makefile distinfo
net/samba/pkg : PLIST-main
Log message:
SECURITY update to samba-4.1.23; ok Ian McWilliam
Fixes for CVE-2015-7560 and CVE-2016-0771.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 12:52:52
Modified files:
security/gnupg : Makefile
Log message:
drop workaround for static linking
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 12:54:50
Modified files:
devel/boehm-gc : Makefile
Log message:
no more vax
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/03/09 13:35:09
Modified files:
sys/dev/ic : rtwn.c
Log message:
Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPEND
because the code that shuts down the firmware tsleep's to avoid system hangs.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/03/09 13:36:16
Modified files:
sys/dev/ic : rtwn.c rtwnvar.h
sys/dev/pci : if_rtwn.c
Log message:
Make rtwn(4) check for "unsupported test chip" error during attach again.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 13:59:57
Removed files:
devel/m4/patches: patch-lib_isnan_c
Log message:
no more vax
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 14:15:35
Modified files:
net/udns : Makefile
Log message:
even more^Wless vax
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/09 14:32:53
Modified files:
comms : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
comms/xcept : Makefile distinfo
comms/xcept/patches: patch-Makefile patch-ceptd_Makefile
patch-ceptd_ceptd_8_template
patch-ceptd_ceptd_c patch-ceptd_config_h
patch-ceptd_modeminit_c patch-etc_Makefile
patch-etc_init_cept patch-etc_users_cept
patch-lib_Makefile patch-xcept_makefile
patch-xcept_script_c patch-xcept_scripts_c
patch-xcept_xcept_c
comms/xcept/pkg: DESCR MESSAGE PLIST
Log message:
Remove xcept, a Btx decoder. Btx was switched off in 2001. ok sthen@ jca@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/03/09 15:07:46
Modified files:
sys/dev/usb : if_urtwn.c
Log message:
Remove pointless function pointers from urtwn(4) softc. They didn't serve
any purpose and the code is shorter when calling the functions directly.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/03/09 16:15:10
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7
md.hppa md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.octeon md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/09 16:35:32
Modified files:
textproc/p5-PDF-API2: Makefile
Added files:
textproc/p5-PDF-API2/patches:
patch-lib_PDF_API2_Basic_PDF_Filter_FlateDecode_pm
Removed files:
textproc/p5-PDF-API2/patches:
patch-lib_PDF_API2_Basic_PDF_Dict_pm
Log message:
Add a fix to PDF::API2 for the FlateDecode problem that I was previously
hacking around in the port. Big thanks to upstream maintainer Steve Simms
for tracking it down!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/09 17:03:34
Modified files:
net/isc-bind : Makefile distinfo
Log message:
update to BIND 9.10.3-P4, fixes crashes (assertion failures), one present
since 9.0.0. CVE-2016-1285 CVE-2016-1286 CVE-2016-2088
CVSROOT: /cvs
Module name: src
Changes by: gsoares@cvs.openbsd.org 2016/03/09 17:07:03
Modified files:
libexec/spamd : spamd.c
Log message:
- add a define for "_spamd" user like others OpenBSD daemons;
- check for root privileges, otherwise exit early with an appropriate
status code and a formatted string;
- be more specific with chroot()/chdir() checks.
OK beck@
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2016/03/09 18:04:51
Modified files:
security/luasec: Makefile distinfo
security/luasec/pkg: PLIST
Removed files:
security/luasec/patches: patch-src_context_c patch-src_ssl_c
Log message:
update to 0.6
(some of patches were merged upstream...
for now SSLv3 is guarded by OPENSSL_NO_SSL3 and will be definitely
removed in future release.
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/03/09 18:11:58
Log message:
Import textproc/jo
OK sthen@
Status:
Vendor Tag: awolk
Release Tags: awolk_20160310
N ports/textproc/jo/Makefile
N ports/textproc/jo/distinfo
N ports/textproc/jo/pkg/PLIST
N ports/textproc/jo/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/03/09 18:16:00
Modified files:
textproc : Makefile
Log message:
Add textproc/jo
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/09 19:02:01
Modified files:
net/py-botocore: Makefile distinfo
net/py-botocore/pkg: PLIST
Log message:
Update to py-botocore-1.4.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/09 19:02:23
Modified files:
sysutils/awscli: Makefile distinfo
Log message:
Update to awscli-1.10.11.
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/03/09 19:35:29
Modified files:
lang/racket-minimal: Makefile distinfo
lang/racket-minimal/pkg: PLIST README
Added files:
lang/racket-minimal/patches:
patch-collects_compiler_private_xform_rkt
patch-src_racket_gc2_Makefile_in
patch-src_racket_gc2_block_cache_c
patch-src_racket_gc2_gclist_h
patch-src_racket_gc2_newgc_c
patch-src_racket_gc2_newgc_h
patch-src_racket_gc2_places_gc_c
patch-src_racket_include_scheme_h
patch-src_racket_src_bignum_c
patch-src_racket_src_env_c
patch-src_racket_src_eval_c
patch-src_racket_src_fun_c
patch-src_racket_src_hash_c
patch-src_racket_src_jit_h
patch-src_racket_src_jitarith_c
patch-src_racket_src_jitstate_c
patch-src_racket_src_letrec_check_c
patch-src_racket_src_lightning_i386_asm-common_h
patch-src_racket_src_marshal_c
patch-src_racket_src_module_c
patch-src_racket_src_mzclpf_post_inc
patch-src_racket_src_numarith_c
patch-src_racket_src_number_c
patch-src_racket_src_read_c
patch-src_racket_src_regexp_c
patch-src_racket_src_resolve_c
patch-src_racket_src_schpriv_h
patch-src_racket_src_string_c
patch-src_racket_src_symbol_c
patch-src_racket_src_thread_c
patch-src_racket_src_validate_c
Removed files:
lang/racket-minimal/patches:
patch-collects_compiler_distribute_rkt
patch-collects_compiler_embed_rkt
patch-collects_compiler_private_write-perm_rkt
Log message:
Update to Racket 6.4.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/09 19:41:49
Modified files:
www/mozilla-firefox: Makefile
www/seamonkey : Makefile
Log message:
all the world's an amd64
disable these ports to save time in bulk builds until i386 can be repaired
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2016/03/09 20:09:45
Modified files:
sys/kern : vfs_bio.c
Log message:
Start some refactoring in here. this gets bufadjust out
of the hibernate path and starts preparing for some other work in here
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/03/09 21:48:27
Modified files:
share/man/man4 : bpf.4
Log message:
BIOCGDIRFILT is allowed when locked, from Guy Harris
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/03/09 22:03:24
Removed files:
lib/librthread/arch/vax: _atomic_lock.c cerror.S
Log message:
No point in keeping the threading support for vax, I guess
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/03/09 22:21:06
Removed files:
lib/libm/arch/vax: n_argred.S n_atan2.S n_cbrt.S n_hypot.S
n_infnan.S n_sincos.S n_sqrt.S n_support.S
n_tan.S
share/man/man4/man4.vax: Makefile
sys/lib/libkern/arch/vax: bcmp.S bcopy.S bzero.S memcmp.S
memcpy.S memmove.S memset.S
Log message:
more pieces of vax
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/09 23:30:42
Modified files:
sysutils/google-cloud-sdk: Makefile distinfo
sysutils/google-cloud-sdk/pkg: PLIST
Log message:
Update to google-cloud-sdk-100.0.0.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/09 23:52:37
Modified files:
sys/sys : buf.h
Log message:
beck@ forgot to commit this with sys/kern/vfs_bio.c r1.100.
> Start some refactoring in here. this gets bufadjust out
> of the hibernate path and starts preparing for some other work in here
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/10 00:16:53
Log message:
Import abyssinica-1.500.
Based on Ethiopic calligraphic traditions, Ethiopic Unicode script
Abyssinica is a regular typeface for the languages of Ethiopia and
Eritrea.
This release is a regular typeface, with no bold or italic version.
ok czarkoff@
Status:
Vendor Tag: bentley
Release Tags: bentley_20160310
N ports/fonts/abyssinica/Makefile
N ports/fonts/abyssinica/distinfo
N ports/fonts/abyssinica/pkg/DESCR
N ports/fonts/abyssinica/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/10 00:17:36
Log message:
Import andika-5.000.
Andika is a Unicode-compliant, sans serif font designed for literacy use.
It takes into account the needs of beginning readers. The focus is on
clear, easy-to-perceive letter forms that won't be readily be confused
with another.
ok czarkoff@
Status:
Vendor Tag: bentley
Release Tags: bentley_20160310
N ports/fonts/andika/Makefile
N ports/fonts/andika/distinfo
N ports/fonts/andika/pkg/DESCR
N ports/fonts/andika/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/10 00:18:24
Log message:
Import charis-5.000.
Charis is a highly readable Unicode font for less-than-ideal
reproduction environments.
It is a serif, proportionally spaced font optimized for reading ability
in long printed documents.
ok czarkoff@
Status:
Vendor Tag: bentley
Release Tags: bentley_20160310
N ports/fonts/charis/Makefile
N ports/fonts/charis/distinfo
N ports/fonts/charis/pkg/DESCR
N ports/fonts/charis/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/10 00:20:10
Log message:
Import dai-banna-2.200.
Unicode font package for rendering New Tai Lue (Xishuangbanna Dai)
characters.
It contains a complete set of New Tai Lue consonants, vowels,
tones, and digits, along with punctuation and other useful symbols.
A basic set of Latin glyphs, including Arabic numerals, is also
provided.
From George Rosamond.
ok czarkoff@
Status:
Vendor Tag: bentley
Release Tags: bentley_20160310
N ports/fonts/dai-banna/distinfo
N ports/fonts/dai-banna/Makefile
N ports/fonts/dai-banna/pkg/DESCR
N ports/fonts/dai-banna/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/10 00:21:03
Log message:
Import doulos-5.000.
Unicode-based font family with a comprehensive inventory of glyphs.
The goal is to provide a single Unicode font family containing a
comprehensive inventory of glyphs needed for almost any Roman-
or Cyrillic-based writing system, whether used for phonetic
or orthographic needs.
From George Rosamond.
ok czarkoff@
Status:
Vendor Tag: bentley
Release Tags: bentley_20160310
N ports/fonts/doulos/distinfo
N ports/fonts/doulos/Makefile
N ports/fonts/doulos/pkg/DESCR
N ports/fonts/doulos/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/10 00:22:46
Modified files:
fonts : Makefile
Log message:
+{abyssinica,andika,charis,dai-banna,doulos}
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/10 00:31:44
Modified files:
x11/gtk+3 : Makefile distinfo
Log message:
Update to gtk+3-3.18.9.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2016/03/10 00:32:16
Modified files:
sbin/isakmpd : exchange.c message.h transport.c
Log message:
Don't retransmit responses for unauthenticated messages.
Base on diff from Yuuichi Someya
ok markus reyk mikeb
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 01:38:35
Modified files:
lib/libc/gen : fpclassify.3
Log message:
un-vax;
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/03/10 01:40:05
Modified files:
www/goaccess : Makefile distinfo
www/goaccess/patches: patch-configure_ac
Log message:
update to goaccess-0.9.8
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 01:41:12
Modified files:
lib/libc/hash : rmd160.3 sha1.3 sha2.3
Log message:
un-vax;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 01:42:26
Modified files:
lib/libc/net : htonl.3
Log message:
un-vax;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 01:44:32
Modified files:
lib/libc/sys : ptrace.2
Log message:
un-vax;
i've also changed some "and" to "no", since i think it reads better;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 01:56:46
Modified files:
share/man/man4 : ddb.4 inet.4 options.4
Log message:
un-vax;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 01:58:59
Modified files:
share/man/man7 : mdoc.7
Log message:
un-vax;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 02:00:45
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
un-vax;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 02:04:11
Modified files:
share/man/man8 : boot_config.8 diskless.8
Log message:
un-vax;
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/10 02:31:07
Modified files:
www/py-django/lts: Makefile distinfo
www/py-django/lts/pkg: PLIST
www/py-django/stable: Makefile distinfo
www/py-django/stable/pkg: PLIST
Log message:
security updates to latest releases, addressing https://www.djangoproject.com/weblog/2016/mar/01/security-releases/
ok rpointel@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/10 02:38:08
Modified files:
www/py-django/lts: Tag: OPENBSD_5_8 Makefile distinfo
www/py-django/lts/pkg: Tag: OPENBSD_5_8 PLIST
Log message:
security fixes for https://www.djangoproject.com/weblog/2016/mar/01/security-releases/
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/10 02:57:19
Modified files:
net/isc-bind : Tag: OPENBSD_5_8 Makefile distinfo
Log message:
update to BIND 9.10.3-P4
https://kb.isc.org/article/AA-01363/81/BIND-9.10.3-P4-Release-Notes.html
CVSROOT: /cvs
Module name: src
Changes by: tobiasu@cvs.openbsd.org 2016/03/10 03:22:43
Modified files:
sys/arch/arm/arm: bus_dma.c
Log message:
Remove the explicit map invalidation, free() is going to overwrite
it with junk anyway.
ok patrick mpi dlg and tested by Daniel Bolghero
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 04:37:04
Modified files:
share/man/man4 : wskbd.4 wsmouse.4
Log message:
remove Xr to lkkbd and lkms, now deleted vax pages;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 04:45:37
Modified files:
lib/libm/man : acosh.3 asinh.3 atanh.3 exp.3 lgamma.3
Log message:
remove Xr to infnan, a trickily hidden (from me anyway) vax page;
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/03/10 04:47:57
Modified files:
usr.bin/ssh : session.c
Log message:
sanitise characters destined for xauth
reported by github.com/tintinweb
feedback and ok deraadt and markus
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 04:50:13
Modified files:
audio/flite : Makefile
databases/db : Makefile.inc
lang/python : Makefile.inc
lang/ruby : Makefile.inc
lang/swi-prolog: Makefile
math/netcdf : Makefile
net/libircclient: Makefile
telephony/pjsua: Makefile
x11/fltk : Makefile
Log message:
requires --enable-shared
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/03/10 04:53:34
Modified files:
usr.bin/ssh : Tag: OPENBSD_5_7 session.c
Log message:
MFC:
revision 1.282
sanitise characters destined for xauth
reported by github.com/tintinweb
feedback and ok deraadt and markus
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/03/10 04:54:22
Modified files:
usr.bin/ssh : Tag: OPENBSD_5_8 session.c
Log message:
MFC:
revision 1.282
sanitise characters destined for xauth
reported by github.com/tintinweb
feedback and ok deraadt and markus
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/03/10 04:55:43
Modified files:
usr.bin/ssh : Tag: OPENBSD_5_9 session.c
Log message:
MFC:
revision 1.282
sanitise characters destined for xauth
reported by github.com/tintinweb
feedback and ok deraadt and markus
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2016/03/10 04:56:23
Modified files:
build : Makefile
build/mirrors : openssh-ftp.html.head
openssh : ftp.html index.html
Added files:
openssh/txt : release-7.2p2 x11fwd.adv
Log message:
openssh x11fwding advisory and 7.2p2 release
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2016/03/10 04:57:24
Modified files:
. : errata57.html errata58.html errata59.html
Log message:
Xr to new sshd xauth errata
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 05:20:06
Modified files:
infrastructure/bin: portcheck
infrastructure/mk: arch-defines.mk bsd.port.arch.mk
Log message:
no more non-shared archs:
NO_SHARED_ARCHS and "no_shared" in PROPERTIES are no longer set
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/03/10 06:35:23
Modified files:
sysutils/logstalgia: Makefile
Log message:
update HOMEPAGE. OK gonzalo@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/03/10 06:56:14
Modified files:
sys/dev/ic : ahci.c
sys/scsi : scsi_base.c scsiconf.c scsiconf.h
Log message:
Enforce some naming sanity. Stop using 'sc_link' to mean two different
things by renaming the field 'SLIST_HEAD(, scsi_link) sc_link' to
'sc_link_list' in struct scsibus_softc. Use 'sb' as the short name
for scsibus_softc variables.
Impetus from & ok bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/03/10 07:19:53
Modified files:
x11/qwt : Makefile
Log message:
Use MODQMAKE, not MODQMAKE4. No actual changes in build process.
Will be used in further transition to a separate qmake.port.mk.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/03/10 09:07:27
Modified files:
geo/gpsbabel : Makefile
Log message:
Switch to MODQMAKE, no Makefile lines count change.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/03/10 10:24:38
Modified files:
x11/cool-retro-term: Makefile
Log message:
Use qmake instead of qmake5 in CONFIGURE_STYLE.
Needed for upcoming qmake.port.mk.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/03/10 10:27:11
Modified files:
audio/musique : Makefile
Log message:
Make this fit 80 columns.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2016/03/10 10:37:31
Modified files:
sysutils/tarsnap: Makefile distinfo
Log message:
Update tarsnap to 1.0.37.
This version adds several new options, including --passphrase-time option for increased security of passphrase-protected key files, along with minor bug fixes and some additional warnings about common user errors.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/03/10 10:38:52
ports/devel/qmake
Update of /cvs/ports/devel/qmake
In directory cvs.openbsd.org:/tmp/cvs-serv3286/devel/qmake
Log Message:
Directory /cvs/ports/devel/qmake added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/03/10 10:45:11
Modified files:
x11/qt4 : qt4.port.mk
x11/qt5 : qt5.port.mk
Added files:
devel/qmake : qmake.port.mk
Log message:
Switch to a separate qmake.port.mk. Simplifies logic a lot.
This removes support of separate qmake versions in one port: as we
discovered, there are no ports actually needing this; strangers like
print/poppler don't use qmake in build.
This should be transparent to current ports. But expect more tweaks there:
for now, qt?.port.mk forces qmake.port.mk inclusion, but that will be
reworked to a more common scheme.
Same idea from (at least) espie@ and me; also, espie@ agrees on the plan.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/03/10 11:10:29
Modified files:
libressl : index.html
Log message:
Fix manpage links. Reported by Masud Rahman, thanks!
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/10 11:30:53
Modified files:
lib/libc/gen : login_cap.c
Log message:
ANSIfy function declarations, move initializations to declaration block
ok millert@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 12:03:35
Modified files:
x11/fleditor : Makefile
Log message:
requires --enable-shared
remove NO_SHARED_LIBS
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 12:29:25
Modified files:
security/nss : Makefile
Log message:
replace after-bsd.port.mk hack with PROPERTIES check
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2016/03/10 12:45:59
Modified files:
security/libotr: Makefile distinfo
security/libotr/pkg: PLIST
Log message:
SECURITY update to 4.1.1. Fixes CVE 2016-2851; to the best of our knowledge,
this one is not exploitable on OpenBSD because memory returned by malloc(0) is
inaccessible. Bug found by stsp@ 11 months ago.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 13:15:07
Modified files:
telephony/baresip/re: Makefile
telephony/baresip/rem: Makefile
Log message:
remove NO_SHARED_LIBS
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 13:26:03
Modified files:
print/ghostscript/gnu: Makefile
print/ghostscript/gnu/pkg: PLIST
Removed files:
print/ghostscript/gnu/pkg: PFRAG.shared
Log message:
remove NO_SHARED_ARCHS, NO_SHARED_LIBS, and fold PFRAG.shared into PLIST
ok kili@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 13:41:22
Modified files:
graphics/ffmpeg: Makefile
Log message:
requires --enable-shared
CVSROOT: /cvs
Module name: www
Changes by: tobiasu@cvs.openbsd.org 2016/03/10 14:51:14
Modified files:
. : want.html
Log message:
I'm looking for more and faster sparc hardware.
A loongson system would be nice as well.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 14:58:52
Modified files:
archivers/bzip2: Makefile
archivers/bzip2/patches: patch-Makefile
devel/libslang : Makefile
devel/libslang/pkg: PLIST
graphics/jbigkit: Makefile
graphics/jbigkit/patches: patch-libjbig_Makefile
graphics/mpeg-lib: Makefile
graphics/mpeg-lib/patches: patch-Makefile_in
net/libbgpdump : Makefile
lang/STk : Makefile
lang/STk/pkg : PLIST
mail/alpine : Makefile
mail/alpine/patches: patch-imap_src_osdep_unix_Makefile
math/cfitsio : Makefile
www/cgiparse : Makefile
www/cgiparse/patches: patch-Makefile_in
x11/golem : Makefile
x11/golem/pkg : PLIST
Removed files:
devel/libslang/pkg: PFRAG.shared
lang/STk/pkg : PFRAG.shared
x11/golem/pkg : PFRAG.shared
Log message:
remove various instances of NO_SHARED_LIBS and PROPERTIES:Mno_shared,
fold PFRAG.shared into PLIST
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 15:11:50
Modified files:
lib/libm : Makefile
Log message:
no need for SUBDIR now that vax is gone; ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/03/10 15:29:38
Modified files:
lib/libm/man : atan2.3 exp.3 hypot.3 lgamma.3
Removed files:
lib/libm/man : Makefile infnan.3
Log message:
Remove VAX-specific bits of libm manpages.
ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 15:51:45
Modified files:
multimedia/libvpx: Makefile
multimedia/x264: Makefile
multimedia/xvidcore: Makefile
Log message:
remove simple instances of NO_SHARED_LIBS
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/10 16:05:53
Modified files:
audio/gsm : Makefile
audio/gsm/patches: patch-Makefile
Log message:
remove NO_SHARED_LIBS; ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/10 16:18:56
Modified files:
sys/dev/ic : ti.c
Log message:
don't check stack-allocated arrays against NULL
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/10 16:21:46
Modified files:
lib/libssl/src/crypto/ec: ec_curve.c
lib/libssl/src/doc/ssl: SSL_CTX_set_max_cert_list.3
lib/libssl/src/ssl: t1_lib.c
Log message:
http -> https for a few more IETF URLs in comments or man pages
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/10 19:27:01
Modified files:
textproc/calibre/patches: patch-setup_extensions_py
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/10 19:27:26
Added files:
textproc/calibre/patches: patch-src_duktape_duktape_duk_config_h
Log message:
attempt at fixing calibre build on sparc64
CVSROOT: /cvs
Module name: src
Changes by: bentley@cvs.openbsd.org 2016/03/10 19:35:57
Modified files:
bin/ls : ls.1
Log message:
Mark up COLUMNS as an environment variable.
ok jmc@ schwarze@
CVSROOT: /cvs
Module name: ports
Changes by: semarie@cvs.openbsd.org 2016/03/10 22:30:45
Modified files:
lang/rust : Makefile
lang/rust/patches: patch-configure
Added files:
lang/rust/patches: patch-src_compiletest_runtest_rs
Log message:
lang/rust: use devel/llvm for building
switch from embedded version of LLVM to system version.
OK juanfra@
CVSROOT: /cvs
Module name: src
Changes by: semarie@cvs.openbsd.org 2016/03/10 22:57:16
Modified files:
lib/libc/sys : pledge.2
sys/kern : kern_pledge.c
Log message:
pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I
don't want to change the current value"
it changes only the `request' argument behaviour when NULL is passed:
previously it was traited as "" was passed.
with help from jmc@ for man-page
OK tb@ on previous version
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/10 23:36:51
Modified files:
lib/libc/sys : pledge.2
Log message:
missing article in previous;
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/11 00:08:45
Modified files:
lib/libssl/src/crypto/asn1: x_info.c
lib/libssl/src/crypto/cms: cms_asn1.c cms_sd.c
lib/libssl/src/crypto/pkcs12: p12_kiss.c
lib/libssl/src/crypto/ts: ts_rsp_sign.c
lib/libssl/src/crypto/x509: by_file.c x509_vfy.c
lib/libssl/src/crypto/x509v3: pcy_tree.c
lib/libssl/src/ssl: d1_clnt.c s3_clnt.c s3_srvr.c ssl_asn1.c
ssl_cert.c ssl_rsa.c ssl_sess.c
Log message:
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
ok doug@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/03/11 02:17:30
Modified files:
graphics/py-Pillow: Tag: OPENBSD_5_8 Makefile
Added files:
graphics/py-Pillow/patches: Tag: OPENBSD_5_8
patch-libImaging_PcdDecode_c
Log message:
Add upstream patch to py-Pillow, fixing a buffer overflow in PcdDecode.c,
where the decoder writes assuming 4 bytes per pixel into a 3 byte per pixel
wide buffer, allowing writing 768 bytes off the end of the buffer. This
overwrites objects in Python's stack, leading to a crash.
https://github.com/python-pillow/Pillow/pull/1706, CVE-2016-2533
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 04:27:52
Modified files:
net/arpwatch : Makefile
Log message:
MASTER_SITES0 not used any more
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 04:28:27
Modified files:
net/arp-scan : Makefile distinfo
Log message:
update mac-vendor file
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 04:48:28
Modified files:
graphics/GraphicsMagick: Makefile
x11/ede/lib : Makefile
Log message:
requires --enable-shared
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 05:34:21
Modified files:
lang/jimtcl : Makefile
Log message:
requires --enable-shared
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2016/03/11 05:56:11
Modified files:
infrastructure/mk: cpan.port.mk
Log message:
Avoid multiple perl in CONFIGURE_STYLE/MODULES stops configure
script being run twice.
Ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/11 05:57:25
Modified files:
sysutils/noice : Makefile distinfo
Log message:
Update to noice-0.5, from maint./upstream Dimitris Papastamos
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2016/03/11 06:06:22
Modified files:
infrastructure/mk: perl.port.mk
Log message:
Support for Module::Build::Tiny using CONFIGURE_STYLE=modbuild tiny
change from acamari@verlet.org, ideas from sthen@, tested in bulk
by sthen
Ok sthen
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2016/03/11 06:09:42
Modified files:
. : Makefile
driver : Makefile
lib/fontconfig/common: config.h
lib/fontconfig/src: Makefile
lib/libX11 : Makefile.bsd-wrapper
lib/libXfont : Makefile.bsd-wrapper
share/mk : bsd.xconf.mk
xserver : Makefile.bsd-wrapper
Removed files:
distrib/notes : README.vax
distrib/sets/lists/xbase: md.vax
distrib/sets/lists/xetc: md.vax
distrib/sets/lists/xfont: md.vax
distrib/sets/lists/xserv: md.vax
distrib/sets/lists/xshare: md.vax
Log message:
Remove support vax and XENOCARA_HAVE_SHARED_LIBS scaffolding.
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2016/03/11 06:13:19
Modified files:
devel/p5-MooseX-Types: Makefile
geo/p5-Geo-UK-Postcode-Regex: Makefile
www/p5-CGI-Compile: Makefile
www/p5-Starman : Makefile
Log message:
Change to use CONFIGURE_STYLE=modbuild tiny
Ok sthen
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/03/11 07:06:37
Modified files:
sys/dev/ic : rtwn.c rtwnvar.h
sys/dev/pci : if_rtwn.c
Log message:
Move rtwn(4) DMA init code back to the PCI part of the driver.
This will make a future merge with urtwn(4) easier.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 08:26:45
Modified files:
audio/cdparanoia: Makefile
audio/cdparanoia/patches: patch-Makefile_in
Log message:
remove NO_SHARED_LIBS
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 09:06:01
Modified files:
japanese/Wnn : Makefile
japanese/Wnn/patches: patch-Wnn_jlib_js_c
patch-Wnn_jserver_error_c
patch-Wnn_uum_jhlp_c
patch-Xwnmo_xwnmo_do_socket_c
Log message:
remove no_shared check and fix errno definition
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/03/11 10:12:17
Modified files:
sys/scsi : st.c
Log message:
"if (_3btol(cmd->len) != 0)" is more likely to be a useful test than
"if (cmd->len) != 0)", as cmd->len is a 3 byte array.
Broken since media_blkno accounting was introduced in r1.72 (2007!).
Might fix some obscure tape issues around miscounting variable sized blocks.
Spotted by mmcc@ and his friend clang.
CVSROOT: /cvs
Module name: www
Changes by: millert@cvs.openbsd.org 2016/03/11 10:21:02
Modified files:
. : ftp.html ftplist
Log message:
ftp5.usa.openbsd.org has moved to Rochester, NY, USA
CVSROOT: /cvs
Module name: www
Changes by: millert@cvs.openbsd.org 2016/03/11 10:45:13
Modified files:
. : anoncvs.html
Log message:
Update anoncvs@anoncvs1.usa.openbsd.org
Add anoncvs2.usa.openbsd.org
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 11:13:19
Modified files:
lang/python : python.port.mk
editors/scintilla: Makefile
editors/scintilla/patches: patch-gtk_makefile
net/libnet : Makefile.inc
net/libnet/1.0/patches: patch-Makefile.in
security/polarssl: Makefile
Log message:
remove NO_SHARED_LIBS
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2016/03/11 11:36:53
Modified files:
sysutils/sec : Makefile distinfo
Log message:
Update to 2.7.9.
ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/11 11:41:33
Modified files:
sys/dev/usb : uoakrh.c
Log message:
don't check a stack-allocated array against NULL
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2016/03/11 12:10:14
Modified files:
sys/kern : kern_fork.c
Log message:
increase size of oldpids to 128 to prevent mod bias when idx wraps.
from Michal Mazurek
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:17:46
Modified files:
build : mirrors.dat
Log message:
sync with changes to generated files
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:18:11
Modified files:
. : anoncvs.html cvsync.html ftp.html ftplist
openbgpd : ftp.html
openntpd : portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:18:30
Modified files:
etc/examples : pkg.conf
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:29:52
Modified files:
. : anoncvs.shar
Log message:
anoncvs.shar updates, from Sevan Janiyan
- remove reference to .plan, a quick sample of anoncvs servers
didn't find any running finger
- remove opencvs references in anoncvsssh.c
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:32:11
Modified files:
build : mirrors.dat
Log message:
Add new anoncvs mirror, files.venture37.com (hosted at online.net Paris),
from Sevan Janiyan
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:32:44
Modified files:
. : anoncvs.html
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:43:45
Modified files:
sysutils/iogen : Makefile
Added files:
sysutils/iogen : distinfo
Removed files:
sysutils/iogen/src: Makefile iogen.8 iogen.c
Log message:
move to github, opensource.conformal.com is going away. from dhill.
also, use source files on github rather than as files in the ports tree.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:46:13
Modified files:
devel/libexecinfo: Makefile distinfo
devel/libexecinfo/patches: patch-examples_backtrace_test_c
patch-libbacktrace_backtrace_c
patch-libbacktrace_backtrace_h
Log message:
move to github, opensource.conformal.com is going away. from dhill.
update to 0.3, rolling in patch.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:46:34
Modified files:
net/adsuck : Makefile distinfo
Log message:
move to github, opensource.conformal.com is going away. from dhill.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:46:48
Modified files:
productivity/slideml: Makefile distinfo
Log message:
move to github, opensource.conformal.com is going away. from dhill.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 12:47:16
Modified files:
sysutils/diskrescue: Makefile distinfo
Removed files:
sysutils/diskrescue/patches: patch-diskrescue_c
Log message:
move to github, opensource.conformal.com is going away. from dhill.
update to 0.4, rolling in patch.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 12:59:18
Modified files:
archivers/libarchive: Makefile
archivers/libmspack: Makefile
archivers/libzip: Makefile
archivers/lzo : Makefile
archivers/lzo2 : Makefile
archivers/unshield: Makefile
astro/jday : Makefile
astro/libnova : Makefile
audio/aubio : Makefile
audio/grip : Makefile
audio/id3lib : Makefile
audio/liba52 : Makefile
audio/libcdaudio: Makefile
audio/libdca : Makefile
audio/libdiscid: Makefile
audio/libid3tag: Makefile
audio/libmad : Makefile
audio/libmikmod: Makefile
audio/libmodplug: Makefile
audio/libofa : Makefile
audio/libogg : Makefile
audio/libsidplay: Makefile
audio/libxmp : Makefile
audio/rplay : Makefile
audio/swh-plugins: Makefile
audio/wavpack : Makefile
chinese/libchewing: Makefile
converters/libunistring: Makefile
databases/gdbm : Makefile
databases/kyotocabinet: Makefile
databases/libpqxx: Makefile
databases/sqlite: Makefile
databases/sqlite3: Makefile
devel/argp-standalone: Makefile
devel/atf : Makefile
devel/atlas : Makefile
devel/check : Makefile
devel/csmith : Makefile
devel/ffcall : Makefile
devel/flatzebra: Makefile
devel/gflags : Makefile
devel/glib : Makefile
devel/gtest : Makefile
devel/guilib : Makefile
devel/libaudiofile: Makefile
devel/libdshconfig: Makefile
devel/libevent2: Makefile
devel/libffi : Makefile
devel/libiscsi : Makefile
devel/libnfs : Makefile
devel/libproplist: Makefile
devel/libsigsegv: Makefile
devel/libspectrum: Makefile
devel/libtool : Makefile
devel/liburcu : Makefile
devel/libusb-compat: Makefile
devel/libusb1 : Makefile
devel/libvirt-glib: Makefile
devel/libvmime : Makefile
devel/libvstr : Makefile
devel/libyaml : Makefile
devel/log4c : Makefile
devel/mm : Makefile
devel/ode : Makefile
devel/ois : Makefile
devel/pcre++ : Makefile
devel/popt : Makefile
devel/pth : Makefile
devel/sdl-gfx : Makefile
devel/sdl-pango: Makefile
devel/sdl-ttf : Makefile
devel/sdl2-gfx : Makefile
devel/sdl2-ttf : Makefile
devel/sdlmm : Makefile
devel/smpeg2 : Makefile
devel/startup-notification: Makefile
devel/udis86 : Makefile
editors/cooledit: Makefile
graphics/aalib : Makefile
graphics/animorph: Makefile
graphics/babl : Makefile
graphics/cairo : Makefile
graphics/cairomm: Makefile
graphics/ffmpegthumbnailer: Makefile
graphics/giflib: Makefile
graphics/gle : Makefile
graphics/gphoto2: Makefile
graphics/gtkam : Makefile
graphics/iec16022: Makefile
graphics/imlib : Makefile
graphics/imlib2: Makefile
graphics/jpeg : Makefile
graphics/lcms : Makefile
graphics/lcms2 : Makefile
graphics/leptonica: Makefile
graphics/libdivxdecore: Makefile
graphics/libexif-gtk: Makefile
graphics/libraw: Makefile
graphics/libxmi: Makefile
graphics/makehuman: Makefile
graphics/mhgui : Makefile
graphics/png : Makefile
graphics/tesseract/tesseract: Makefile
graphics/viewnior: Makefile
inputmethods/uim-tomoe-gtk: Makefile
japanese/kakasi: Makefile
korean/libhangul: Makefile
lang/gawk : Makefile
lang/gcc/4.6 : Makefile
lang/gcc/4.9 : Makefile
mail/courier-authlib: Makefile
mail/libetpan : Makefile
math/ecm : Makefile
math/fftw : Makefile
math/libqalculate: Makefile
misc/lifelines : Makefile
multimedia/libmp4v2: Makefile
multimedia/ming: Makefile
multimedia/ogmrip: Makefile
net/gajim : Makefile
net/libcares : Makefile
net/libshout : Makefile
net/libvncserver: Makefile
net/telepathy/telepathy-mission-control: Makefile
net/tn5250 : Makefile
net/yafc : Makefile
print/a2ps : Makefile
print/freetype : Makefile
print/gtklp : Makefile
print/libpaper : Makefile
print/libspectre: Makefile
print/qpdf : Makefile
productivity/libgcal: Makefile
productivity/rubrica2: Makefile
security/clamav: Makefile
security/dante : Makefile
security/gpgme : Makefile
security/hlfl : Makefile
security/libgpg-error: Makefile
security/libgringotts: Makefile
security/libksba: Makefile
security/libmcrypt: Makefile
security/libnettle: Makefile
security/libtasn1: Makefile
security/mcrypt: Makefile
security/mhash : Makefile
security/netpgp: Makefile
security/oath-toolkit: Makefile
security/yubico/yubikey-personalization: Makefile
sysutils/dsh : Makefile
sysutils/freeipmi: Makefile
telephony/sofia-sip: Makefile
telephony/spandsp: Makefile
textproc/discount: Makefile
textproc/gtkspell: Makefile
textproc/hyperestraier: Makefile
textproc/hyphen: Makefile
textproc/jq : Makefile
textproc/libtextcat: Makefile
textproc/ruby-hyperestraier: Makefile
textproc/source-highlight: Makefile
www/xapian-omega: Makefile
x11/XawMu : Makefile
x11/asapm : Makefile
x11/ede/desktop: Makefile
x11/fsv : Makefile
x11/gtk+ : Makefile
x11/gtk2-aurora-engine: Makefile
x11/gtk2-equinox-engine: Makefile
x11/gtk2-nodoka-engine: Makefile
x11/gtk2-rezlooks-engine: Makefile
x11/gtk3-unico-engine: Makefile
x11/gtkglext : Makefile
x11/libfm : Makefile.inc
x11/menu-cache : Makefile
x11/neXtaw : Makefile
x11/rep-gtk : Makefile
x11/wxSVG : Makefile
Log message:
garbage collect CONFIGURE_SHARED
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/03/11 13:03:06
Modified files:
www/logswan : Makefile distinfo
Log message:
Update to www/logswan-1.05 from Frederic Cambus (MAINTAINER)
OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 13:07:49
Modified files:
cad/qucs : Makefile
chinese/libtabe: Makefile
converters/xlhtml: Makefile
databases/qdbm : Makefile
graphics/ftgl : Makefile
lang/gfortran : Makefile
net/GeoIP : Makefile
net/dleyna : Makefile.inc
x11/gnome : gnome.port.mk
Log message:
garbage collect CONFIGURE_SHARED
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/11 13:07:55
Modified files:
sysutils/nut : Makefile distinfo
Removed files:
sysutils/nut/patches: patch-drivers_Makefile_am
patch-drivers_Makefile_in
patch-drivers_huawei-mib_c
patch-drivers_huawei-mib_h
patch-drivers_snmp-ups_c
Log message:
update to NUT 2.7.4
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 13:11:39
Modified files:
archivers/ucl : Makefile
audio/libao : Makefile
audio/libvorbis: Makefile
audio/mpg123 : Makefile
audio/soundtouch: Makefile
converters/wv : Makefile
devel/libdockapp: Makefile
devel/protobuf : Makefile
education/verbiste: Makefile
games/xlennart : Makefile
net/flickcurl : Makefile
print/ijs : Makefile
textproc/mxml : Makefile
textproc/sablotron: Makefile
www/cgicc : Makefile
Log message:
garbage collect CONFIGURE_SHARED
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/11 13:20:26
Modified files:
usr.bin/calendar/calendars: calendar.openbsd
Log message:
un-un-vax;
this file has not been touched in nearly two years - putting this out
as a test of whether to propose its removal;
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 13:28:34
Modified files:
archivers/lzip/lzlib: Makefile
archivers/xz : Makefile
astro/celestia : Makefile
astro/wcslib : Makefile
audio/audacity : Makefile
audio/celt : Makefile
audio/celt07 : Makefile
audio/deadbeef : Makefile
audio/fdk-aac : Makefile
audio/flac : Makefile
audio/fluidsynth: Makefile
audio/jack : Makefile
audio/lame : Makefile
audio/libcanberra: Makefile
audio/libcdio : Makefile
audio/libmp3splt: Makefile
audio/libsamplerate: Makefile
audio/libsndfile: Makefile
audio/opus : Makefile
audio/opusfile : Makefile
audio/pulseaudio: Makefile
audio/sox : Makefile
audio/speech-dispatcher: Makefile
audio/speex : Makefile
cad/geda-gaf : Makefile
cad/xcircuit : Makefile
comms/jpilot : Makefile
comms/pilot-link: Makefile
converters/enca: Makefile
converters/libiconv: Makefile
converters/libpst: Makefile
databases/apache-couchdb: Makefile
databases/freetds: Makefile
databases/libzdb: Makefile
databases/openldap: Makefile
databases/openldap23: Makefile
databases/pecl-redis: Makefile
databases/pgtcl: Makefile
databases/tdbc : Makefile
databases/tdbc-sqlite3: Makefile
databases/virtuoso: Makefile
databases/xapian-core: Makefile
devel/apr : Makefile
devel/boehm-gc : Makefile
devel/codeblocks: Makefile
devel/commoncpp: Makefile
devel/fribidi : Makefile
devel/gettext : Makefile
devel/gettext-tools: Makefile
devel/glog : Makefile
devel/glpk : Makefile
devel/gmp : Makefile
devel/harfbuzz : Makefile
devel/itcl : Makefile
devel/libdaemon: Makefile
devel/libidn : Makefile
devel/liblouis : Makefile
devel/libofx : Makefile
devel/liboop : Makefile
devel/log4cpp : Makefile
devel/lutok : Makefile
devel/mpfr : Makefile
devel/pcre : Makefile
devel/rapidsvn : Makefile
devel/sdl : Makefile
devel/sdl-image: Makefile
devel/sdl-mixer: Makefile
devel/sdl-net : Makefile
devel/sdl2 : Makefile
devel/sdl2-image: Makefile
devel/sdl2-mixer: Makefile
devel/sdl2-net : Makefile
devel/silc-toolkit: Makefile
devel/smpeg : Makefile
devel/subversion: Makefile
devel/t1lib : Makefile
devel/tclthread: Makefile
editors/abiword: Makefile
editors/ged : Makefile
editors/subtitleeditor: Makefile
games/bzflag : Makefile
games/fillets-ng: Makefile
games/gcompris : Makefile
games/ri-li : Makefile
games/vegastrike/engine: Makefile
geo/gdal : Makefile
geo/geoclue : Makefile
graphics/ImageMagick: Makefile
graphics/agg : Makefile
graphics/colord: Makefile
graphics/colord-gtk: Makefile
graphics/exiv2 : Makefile
graphics/freeglut: Makefile
graphics/gegl : Makefile
graphics/jasper: Makefile
graphics/libgphoto2: Makefile
graphics/libiptcdata: Makefile
graphics/libmpeg2: Makefile
graphics/libqrencode: Makefile
graphics/libwebp: Makefile
graphics/libwmf: Makefile
graphics/povray: Makefile
graphics/pstoedit: Makefile
graphics/sane-backends: Makefile
graphics/tiff : Makefile
graphics/tkpng : Makefile
graphics/xmedcon: Makefile
inputmethods/libtomoe-gtk: Makefile
inputmethods/scim: Makefile
inputmethods/scim-chewing: Makefile
inputmethods/scim-fcitx: Makefile
inputmethods/scim-hangul: Makefile
inputmethods/scim-pinyin: Makefile
inputmethods/scim-qtimm: Makefile
inputmethods/scim-tables: Makefile
inputmethods/uim: Makefile
inputmethods/uim-chewing: Makefile
lang/expect : Makefile
lang/iverilog : Makefile
lang/librep : Makefile
lang/mono : Makefile
lang/tcl/8.5 : Makefile
lang/tcl/8.6 : Makefile
mail/perdition : Makefile
mail/sylpheed : Makefile
mail/zarafa/zarafa: Makefile
math/R : Makefile
math/fftw3 : Makefile
math/graphviz : Makefile
math/hdf5 : Makefile
math/matio : Makefile
math/octave : Makefile
misc/memchan : Makefile
misc/openbabel : Makefile
multimedia/avidemux: Makefile
multimedia/daala: Makefile
multimedia/gstreamer-0.10: Makefile.inc
multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile
multimedia/gstreamer1: Makefile.inc
multimedia/gstreamer1/plugins-libav: Makefile
multimedia/libdv: Makefile
multimedia/libv4l: Makefile
multimedia/lives: Makefile
multimedia/mjpegtools: Makefile
net/avahi : Makefile
net/curl : Makefile
net/daq : Makefile
net/farstream : Makefile
net/freeradius : Makefile
net/freeradius3: Makefile
net/hexchat : Makefile
net/isc-bind : Makefile
net/knot : Makefile
net/libbind : Makefile
net/libgadu : Makefile
net/libnice : Makefile
net/liboauth : Makefile
net/libpsl : Makefile
net/librsync : Makefile
net/libsmi : Makefile
net/libtorrent : Makefile
net/loudmouth : Makefile
net/neon : Makefile
net/net-snmp : Makefile
net/openafs : Makefile
net/ortp : Makefile
net/pidgin-sipe: Makefile
net/quvi/libquvi: Makefile
net/rrdtool : Makefile
net/rtorrent : Makefile
net/snort : Makefile
net/tcludp : Makefile
net/telepathy/telepathy-farstream: Makefile
net/telepathy/telepathy-glib: Makefile
net/telepathy/telepathy-salut: Makefile
net/zeromq : Makefile
plan9/9libs : Makefile
print/cups : Makefile
print/cups-filters: Makefile
print/gutenprint: Makefile
print/hplip : Makefile
print/pdflib : Makefile
security/botan : Makefile
security/cracklib: Makefile
security/cyrus-sasl2: Makefile
security/encfs : Makefile
security/gnutls: Makefile
security/heimdal: Makefile
security/libgcrypt: Makefile
security/libotr: Makefile
security/opencdk: Makefile
security/opensc: Makefile
security/p11-kit: Makefile
security/pcsc-cyberjack: Makefile
security/stunnel: Makefile
security/sudo : Makefile
security/tclgpg: Makefile
security/tcltls: Makefile
security/towitoko: Makefile
security/xmlsec: Makefile
sysutils/accountsservice: Makefile
sysutils/augeas: Makefile
sysutils/consolekit: Makefile
sysutils/libvirt: Makefile
sysutils/ntfs-3g: Makefile
sysutils/polkit: Makefile
sysutils/rsyslog: Makefile
sysutils/upower: Makefile
tests/portbump/t1: Makefile
tests/portbump/t4: Makefile
tests/portbump/t5: Makefile
textproc/TclXML: Makefile
textproc/aspell/core: Makefile
textproc/enchant: Makefile
textproc/exempi: Makefile
textproc/hunspell: Makefile
textproc/icu4c : Makefile
textproc/iksemel: Makefile
textproc/libxml: Makefile
textproc/libxslt: Makefile
textproc/link-grammar: Makefile
www/bluefish : Makefile
www/cherokee : Makefile
www/httrack : Makefile
www/liferea : Makefile
www/nghttp2 : Makefile
www/squid : Makefile
x11/byzi : Makefile
x11/dbus-glib : Makefile
x11/dbus-python: Makefile
x11/dbus-tcl : Makefile
x11/eterm : Makefile
x11/gmtk : Makefile
x11/itk : Makefile
x11/libgdiplus : Makefile
x11/libxdg-basedir: Makefile
x11/nx : Makefile.inc
x11/openbox : Makefile
x11/pinot : Makefile
x11/sawfish : Makefile
x11/spice-gtk : Makefile
x11/tellico : Makefile
x11/tk/8.5 : Makefile
x11/tk/8.6 : Makefile
x11/tkdnd : Makefile
x11/tkhtml : Makefile
x11/tktable : Makefile
x11/tktray : Makefile
x11/tktreectrl : Makefile
x11/windowmaker: Makefile
x11/x11vnc : Makefile
x11/xdrawchem : Makefile
x11/xforms : Makefile
Log message:
garbage collect CONFIGURE_SHARED
CVSROOT: /cvs
Module name: www
Changes by: millert@cvs.openbsd.org 2016/03/11 13:29:08
Modified files:
build : mirrors.dat
Log message:
Fix a pasto in the RIT entry.
CVSROOT: /cvs
Module name: www
Changes by: millert@cvs.openbsd.org 2016/03/11 13:29:17
Modified files:
. : anoncvs.html
Log message:
Fix a pasto in the RIT entry.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 13:32:23
Modified files:
infrastructure/mk: bsd.port.mk
infrastructure/templates: Makefile.template mk.conf.template
Log message:
retire and poison CONFIGURE_SHARED
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/03/11 13:40:23
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
Document perl Module::Build::Tiny support in CONFIGURE_STYLE
CVSROOT: /cvs
Module name: ports
Changes by: mmcc@cvs.openbsd.org 2016/03/11 14:23:46
Modified files:
databases/ocaml-sqlite3: Makefile
Log message:
remove redundant EXTRACT_SUFX= .tar.gz
CVSROOT: /cvs
Module name: ports
Changes by: mmcc@cvs.openbsd.org 2016/03/11 14:27:08
Modified files:
telephony/spandsp: Makefile
Log message:
remove redundant EXTRACT_SUFX= .tar.gz
CVSROOT: /cvs
Module name: ports
Changes by: mmcc@cvs.openbsd.org 2016/03/11 14:27:48
Modified files:
net/netfwd : Makefile
Log message:
remove redundant EXTRACT_SUFX= .tar.gz
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/03/11 15:52:03
Modified files:
textproc/jo : Makefile distinfo
Log message:
Update to textproc/jo-1.0 from Frederic Cambus (MAINTAINER)
The port is now pledged & uses strlcpy instead of strcpy.
OK abieber@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 16:03:21
Modified files:
net/ssvnc : Makefile
net/ssvnc/pkg : PLIST-gui
security/openssl: Makefile
security/openssl/pkg: PLIST
textproc/podofo: Makefile
Removed files:
net/ssvnc/patches: patch-vncstorepw_Makefile
net/ssvnc/pkg : PFRAG.shared-gui
security/openssl/pkg: PFRAG.shared
Log message:
remove NO_SHARED_LIBS and merge PFRAG.shared into PLIST; ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/11 16:31:56
Modified files:
lang/expect : Makefile
lang/expect/pkg: PLIST
Removed files:
lang/expect/pkg: PFRAG.no-shared PFRAG.shared
Log message:
merge PFRAG.shared into PLIST
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2016/03/11 17:27:15
Modified files:
sys/kern : vfs_default.c
Log message:
When vfs_busy() is sleeping, it uses RW_SLEEPFAIL and will fail.
So if vop_generic_revoke() does not unmount because the mount point
is busy, this could result in a mount point without a valid device.
It is better to check and sleep in a loop to avoid a corrupt mount
point.
OK natano@ krw@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2016/03/11 17:48:44
Modified files:
sys/scsi : sd.c
Log message:
When unplugging an USB umass stick, the kernel could panic because
of a use after free. In sdopen() the scsi link pointer is taken
from the scsi disk struct. While the scsi disk memory is refcounted
by autoconf, the scsi link may be detached and freed during sleep.
The solution is to check wether the disk is dying after every sleep.
The SDF_DYING flag is set before scsi bus and scsi disk are detached,
so without this flag the link must be valid.
input and OK krw@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2016/03/11 19:50:36
Modified files:
lang/node : Makefile distinfo
lang/node/patches:
patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py
lang/node/pkg : PLIST
Log message:
Update to latest. Nothing special.
ChageLog: https://github.com/nodejs/node/blob/v4.4.0/CHANGELOG.md
OK awolk@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/11 20:53:25
Modified files:
misc/bible-kjv : Makefile distinfo
Removed files:
misc/bible-kjv/patches: patch-makeindex_c
Log message:
Update to bible-kjv-4.28.
ok naddy@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/11 21:56:39
Modified files:
www/webkitgtk4 : Makefile distinfo
Log message:
SECURITY update to webkitgtk4-2.10.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/11 21:58:53
Modified files:
devel/py-ioflo : Makefile distinfo
Log message:
Update to py-ioflo-1.5.1.
CVSROOT: /cvs
Module name: ports
Changes by: mmcc@cvs.openbsd.org 2016/03/12 00:02:16
Modified files:
devel/mozjs17 : Makefile
devel/nspr : Makefile
devel/spidermonkey: Makefile
lang/spidermonkey: Makefile
Log message:
replace some 404ing Mozilla HOMEPAGEs
ok landry
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/03/12 00:12:57
Modified files:
games/xevil : Makefile
Log message:
Add portroach marker: 2.02r2 is newer than 2.02.
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2016/03/12 01:44:01
Modified files:
devel/afl : Makefile distinfo
Log message:
update to afl 2.07b
CVSROOT: /cvs
Module name: src
Changes by: vgross@cvs.openbsd.org 2016/03/12 02:25:38
Modified files:
sys/netinet6 : in6_pcb.c udp6_output.c
Log message:
Add checks on overlapping IPv6 sockets ownership
ok mpi@ bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/12 04:02:55
Modified files:
devel/codeblocks: Makefile
Log message:
set AUTO*_VERSION in MAKE_ENV, it was trying to run autoheader:
(CDPATH="${ZSH_VERSION+.}:" && cd ../.. && /bin/sh /usr/obj/ports/codeblocks-16.01/codeblocks-16.01.release/missing autoheader)
Provide an AUTOCONF_VERSION environment variable, please
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 05:10:34
Modified files:
lang/expect : Makefile
lang/expect/pkg: PLIST
Log message:
fix mismerge; from ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/12 05:11:32
Modified files:
devel : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Added files:
devel/p5-Module-Build: Makefile distinfo
devel/p5-Module-Build/pkg: DESCR PLIST
Log message:
Move Module::Build back to ports, it has been removed from core in perl 5.22
With+ok nigel@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/12 05:12:32
Modified files:
infrastructure/mk: perl.port.mk
Log message:
Have CONFIGURE_STYLE=modbuild add a BDEP on devel/p5-Module-Build,
to make sure we use a consistent version in builds (otherwise it picks
the old version from perl 5.20 core). With/ok nigel@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/12 05:13:35
Modified files:
net/munin : Makefile
Log message:
BDEP on p5-Module-Build, it's used in the build script.
Reminded by nigel@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/03/12 05:45:27
Modified files:
usr.bin/systat : pool.c
Log message:
Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@
CVSROOT: /cvs
Module name: ports
Changes by: tb@cvs.openbsd.org 2016/03/12 07:29:13
Modified files:
www/lynx : Makefile
Added files:
www/lynx/patches: patch-lynx_man patch-src_LYMain_c
patch-src_LYUtils_c
Log message:
Add pledge(2) support to lynx.
The heavy lifting and final touches were done by Frederic Cambus; this
version includes earlier patches, ideas and tweaks from daniel@ and me.
ok daniel@, patch and notes from Frederic Cambus (MAINTAINER)
Notes :
-------
The idea is to avoid using otherwise required 'getpw', 'proc', 'exec'
promises entirely. We achieve this by disabling a couple of features,
mostly removing obsolete stuff. While we are at it, we attempt to pave
the way to be able to remove even more promises in the future, and
reduce potential attack vectors.
We disable them either at compile time :
--disable-bibp-urls
--disable-dired
--disable-finger
Or by hardcoding boolean values to disable the features just before
calling pledge and entering main program loop :
no_exec = TRUE;
no_mail = TRUE;
no_shell = TRUE;
rlogin_ok = FALSE;
telnet_ok = FALSE;
Manpage has been updated to mention those restrictions.
Also, CFLAGS="-DNOUSERS" was added in the Makefile to disable getpwnam
and getpwuid.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/03/12 08:16:04
Modified files:
sys/scsi : cd.c ch.c scsi_base.c scsi_debug.h scsi_ioctl.c
scsiconf.c sd.c st.c uk.c
Log message:
Standardize on calling local scsi_link variables 'link' instead of
'sc_link'. 'sc_link' is a field in the various device *_softc
structures, where the sc_ prefix was for 'softc'. Reduces potential
mental confusion. Newer code from down under was already using
'link'.
No functional change.
Prompted by bluhm@'s adventures in scsi. ok dlg@ jmatthew@
CVSROOT: /cvs
Module name: ports
Changes by: semarie@cvs.openbsd.org 2016/03/12 09:04:18
Modified files:
sysutils/sysclean: Makefile distinfo
sysutils/sysclean/pkg: DESCR
Log message:
update sysutils/sysclean
ok giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 09:45:57
Modified files:
databases/db : Makefile.inc
databases/db/v3: Makefile
databases/db/v3/pkg: PLIST-main
databases/db/v4: Makefile
databases/db/v4/pkg: PLIST-main
databases/sqlite3: Makefile
databases/sqlite3/pkg: PLIST-tcl
Removed files:
databases/db/v3/pkg: PFRAG.shared-main
databases/db/v4/pkg: PFRAG.shared-main
databases/sqlite3/pkg: PFRAG.shared-tcl
Log message:
get rid of NO_SHARED_ARCHS and PFRAG.shared
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 10:22:07
Modified files:
textproc/libxml: Makefile
textproc/libxml/pkg: PLIST-python
textproc/libxslt: Makefile
Removed files:
textproc/libxml/pkg: PFRAG.shared-python
Log message:
get rid of NO_SHARED_ARCHS and PFRAG.shared
CVSROOT: /cvs
Module name: www
Changes by: awolk@cvs.openbsd.org 2016/03/12 10:27:15
Modified files:
. : lyrics.html
Log message:
Fix a dead link by pointing to the internet web archive
Spotted by Michal Mazurek, link found by bentley@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2016/03/12 10:58:59
Modified files:
etc : MAKEDEV.mi
Log message:
tweak MAKEDEV.mi to use new makedev(8) capabilities and speed it up.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2016/03/12 10:59:27
Modified files:
etc : MAKEDEV.man
Log message:
reflect reality (MAKEDEV can take no parms and still work)
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2016/03/12 11:02:18
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armish : MAKEDEV
etc/etc.armv7 : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.hppa64 : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.landisk: MAKEDEV
etc/etc.loongson: MAKEDEV
etc/etc.luna88k: MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.octeon : MAKEDEV
etc/etc.sgi : MAKEDEV
etc/etc.socppc : MAKEDEV
etc/etc.sparc : MAKEDEV
etc/etc.sparc64: MAKEDEV
etc/etc.zaurus : MAKEDEV
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.armish: MAKEDEV.8
share/man/man8/man8.armv7: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.hppa64: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.loongson: MAKEDEV.8
share/man/man8/man8.luna88k: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.octeon: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.socppc: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
regen generated files after MAKEDEVs commits
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/03/12 11:15:20
Modified files:
lib/libm/man : exp.3
Log message:
Fix markup problem introduced in the previous commit. Solution and
explanations provided by schwarze@.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 13:18:26
Modified files:
mail/sendmail : Makefile
net/libdnet : Makefile
x11/kde : Makefile.inc
Log message:
get rid of NO_SHARED_ARCHS and PROPERTIES:Mno_shared
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/12 13:22:05
Log message:
import p5-NetAddr-MAC, from Mikolaj Kucharski, ok benoit@
NetAddr::MAC module provides an interface to deal with Media Access
Control addresses. These are the addresses that uniquely identify a
device on various layer 2 networks. Although the most common case is
hardware addresses on Ethernet network cards, there are a variety of
devices that use this system of addressing.
This module supports both EUI-48 and EUI-64 addresses and implements
an object-oriented and a functional interface.
Status:
Vendor Tag: sthen
Release Tags: sthen_20160312
N ports/net/p5-NetAddr-MAC/Makefile
N ports/net/p5-NetAddr-MAC/distinfo
N ports/net/p5-NetAddr-MAC/pkg/DESCR
N ports/net/p5-NetAddr-MAC/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/12 13:22:38
Modified files:
net : Makefile
Log message:
+p5-NetAddr-MAC
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 13:23:35
Modified files:
lang/php : Makefile.inc
tests/portbump/t2: Makefile.inc
Log message:
remove NO_SHARED_ARCHS
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/03/12 13:50:31
Modified files:
lib/libssl/src/crypto: Tag: OPENBSD_5_9 opensslv.h
Log message:
bump for LibreSSL 2.3.3
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/03/12 14:01:53
Modified files:
lib/libssl/src/crypto: opensslv.h
Log message:
Bump for LibreSSL 2.4.0
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/12 14:31:23
Modified files:
lib/libc/stdlib: hcreate.3 malloc.3 qsort.3 tsearch.3
lib/libcrypto/man: ASN1_OBJECT_new.3 BUF_MEM_new.3
lib/libssl/src/doc/crypto: DH_new.pod DH_set_method.pod
DSA_SIG_new.pod DSA_new.pod
DSA_set_method.pod
ERR_load_strings.pod RAND_cleanup.pod
RSA_blinding_on.pod RSA_new.pod
RSA_set_method.pod X509_new.pod
Log message:
Remove sentences in RETURN VALUES sections saying that functions with
void return types 'return no value'. This is obvious and therefore
unneccessary to mention.
We spare rewind(3)'s sentence because espie@ pointed out that it's a
warning - the function masks a potential error.
This commit also adds a sentence to X509_free clarifying that it's
NULL-safe. This bit was discussed with doug@.
ok martijn@, sentiment supported by schwarze@
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/03/12 14:44:11
Modified files:
lib/libssl/src/crypto/bn: bn_gf2m.c
lib/libssl/src/crypto/ec: ec2_mult.c
Log message:
Add error handling to the remaining calls to bn_wexpand().
Noticed by pascal-cuoq from Github:
https://github.com/libressl-portable/openbsd/issues/56
ok beck@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 15:25:48
Modified files:
databases/tinycdb: Makefile
www/p5-Dancer2 : Makefile
Log message:
remove no_shared checks against PROPERTIES
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 16:16:55
Modified files:
lang/icon/interp: Makefile
lang/icon/interp/pkg: PLIST-main
Removed files:
lang/icon/interp/pkg: PFRAG.shared-main
Log message:
get rid of PROPERTIES:Mno_shared and PFRAG.shared; ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/12 16:23:38
Modified files:
devel/git : Makefile
devel/subversion: Makefile
sysutils/gamin : Makefile
Log message:
trivial NO_SHARED_ARCHS and PROPERTIES:Mno_shared removal
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/03/12 16:28:47
Modified files:
lib/csu : boot.h
Log message:
Call mprotect() via its hidden _lib_mprotect alias to avoid accidental
overriding
ok deraadt@ kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/03/12 17:11:40
Modified files:
lang/racket-minimal: Makefile
Log message:
Fix Racket on i386. Spotted by sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/03/12 17:18:19
Modified files:
lang/ecl : Makefile distinfo
lang/ecl/patches: patch-src_configure
Log message:
Update to ecl 16.1.2. From Timo Myyra.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2016/03/12 19:37:30
Modified files:
usr.sbin/vmd : vmm.c
Log message:
Rework an erroneous warning message about 16 bit i8253 PIT counter I/O.
The unimplemented mode is MSB/LSB (8 bit), not 16 bit mode.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/12 21:37:37
Modified files:
sys/net : if_vlan.c
Log message:
consistencly name ifnet pointers like we did in carp
the vlan interface is ifp, the vlans parent interface is ifp0, the new
interface parent is newifp0.
requested by mpi@
no binary change
CVSROOT: /cvs
Module name: src
Changes by: semarie@cvs.openbsd.org 2016/03/12 21:51:59
Modified files:
sys/kern : kern_pledge.c
Log message:
corrects on off-by-one error in pledge_namei()
- rewrite canonpath() to not require extra byte before shrinking
- make canonpath() error not fatal for the caller (proposition from tedu@)
ok millert@ tedu@ deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/03/13 00:55:21
Modified files:
graphics/djview4: Makefile distinfo
Log message:
Update to djview4 4.10.6
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/03/13 00:57:37
Modified files:
devel/py-traitlets: Makefile distinfo
devel/py-traitlets/pkg: PLIST
Log message:
Update to py-traitlets 4.1.0
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/03/13 00:59:04
Modified files:
devel/py-test-httpbin: Makefile distinfo
Log message:
Update to py-test-httpbin 0.2.3
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/03/13 01:08:13
Modified files:
devel/py-test : Makefile distinfo
devel/py-test/pkg: PLIST
Log message:
Update to py-test 2.9.0
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/03/13 01:09:43
Modified files:
devel/py-parsing: Makefile distinfo
Log message:
Update to py-parsing 2.1.0
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/03/13 01:12:14
Modified files:
graphics/py-dot: Makefile
Added files:
graphics/py-dot/patches: patch-dot_parser_py
Log message:
Unbreak with py-parsing 2.1.0.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/13 01:39:30
Modified files:
usr.sbin/config: config.8
Log message:
one more un-vax, which i fixed but somehow didn;t commit;
Xr fix while here...
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/03/13 04:31:16
Modified files:
editors/libreoffice: Makefile distinfo
editors/libreoffice/patches: patch-configure
patch-external_liblangtag_ExternalPackage_liblangtag_mk
patch-external_liblangtag_ExternalProject_langtag_mk
patch-libreofficekit_qa_gtktiledviewer_gtktiledviewer_cxx
editors/libreoffice/pkg: PLIST-main
Removed files:
editors/libreoffice/patches: patch-RepositoryExternal_mk
patch-external_liblangtag_Module_liblangtag_mk
patch-external_liblangtag_UnpackedTarball_langtag_mk
patch-external_liblangtag_liblangtag-bundled-soname_patch_0
Log message:
update to 5.1.1.3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/13 04:56:10
Removed files:
devel/libexecinfo/patches: patch-examples_backtrace_test_c
patch-libbacktrace_backtrace_h
Log message:
rm empty files, spotted by Markus Lude
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/03/13 05:37:42
Modified files:
usr.bin/kdump : Makefile mkioctls
Log message:
Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrange
ioctl requests.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/13 05:44:22
Modified files:
sys/net : if_vlan.c
Log message:
i forgot to rename p to ifp0 in vlan_config
still no binary change.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/03/13 05:57:15
Modified files:
sys/dev/pci : ichiic.c
Log message:
In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has been
observed to fire for spurious reasons with buggy hardware/bios.
It is being ignored by both FreeBSD and Linux as well.
Fixes GENERIC kernel boot on ADI RCC-VE with buggy bios versions, where
ichiic(4) ended up stealing interrupts from ehci(4), rendering the internal
eMMC flash unusable.
Also, always ackknowledge all interrupts by writing status bits back
to avoid a potential SMBALERT# interrupt storm.
with and ok deraadt@ kettenis@ mpi@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/13 05:59:51
Modified files:
textproc/p5-Text-Unidecode: Makefile distinfo
Log message:
update to p5-Text-Unidecode-1.27, from maintainer Mikolaj Kucharski
CVSROOT: /cvs
Module name: src
Changes by: stefan@cvs.openbsd.org 2016/03/13 07:11:47
Modified files:
sys/arch/amd64/amd64: vmm.c
sys/arch/amd64/include: vmmvar.h
usr.sbin/vmctl : vmctl.c
usr.sbin/vmd : loadfile.h loadfile_elf.c parse.y virtio.c
vmd.h vmm.c
Log message:
Introduce memory ranges to support VMs with >= 4G RAM
Kernel bits:
- When creating a VM, a list of memory ranges has to be specified,
similar to the BIOS memory map. This is necessary for VMs with
RAM sizes approaching 4G because we'll need PCI MMIO space in
the higher parts of the 32 bit address space.
vmctl and vmd bits:
- Construct appropriate memory ranges to create a VM with a given
RAM size
- Construct a corresponding BIOS memory map from the memory ranges
and update the boot params page accordingly.
- Make sure that all variables that represent guest physical addresses
match the address width of the target CPU instead of using uint32_t.
- Fix some integer promotion glitches that actually restricted VM
RAM size to 2G.
This changes the VM create ioctl interface, so update your kernel,
vmd, and vmctl.
ok mlarkin@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/13 07:18:39
Modified files:
fonts/noto/fonts: Makefile
Log message:
Don't force a RDEP on noto cjk fonts. chromium and iridium depend on
noto-fonts now, and it takes 70+ seconds on a 2.8GHz i7 to run fc-cache
with this installed, this is run at the end of pkg_add automatically,
and if you kill it X is broken until you clean the cache and repair
manually.
OK robert@
CVSROOT: /cvs
Module name: src
Changes by: semarie@cvs.openbsd.org 2016/03/13 08:27:18
Modified files:
sys/kern : kern_pledge.c
Log message:
pledge: let wl_paths works well with chroot
it factorizes path resolution in resolvpath() function, and use it in
sys_pledge() and pledge_namei().
please note that wl_paths is still disabled.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/13 08:36:58
Modified files:
net/irssi-icb : Makefile distinfo
net/irssi-icb/patches: patch-src_fe-common_fe-icb_c
Removed files:
net/irssi-icb/patches: patch-src_core_Makefile_in
patch-src_core_icb-core_c
patch-src_core_icb-nicklist_c
patch-src_core_icb-nicklist_h
patch-src_fe-common_module-formats_c
Log message:
switch to Ailin Nemui's devel branch of irssi-icb, fixes privmsg-to-self
in newer irssi
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/13 08:41:30
Modified files:
net/irssi-otr : Makefile
Added files:
net/irssi-otr/patches: patch-src_module_c
Log message:
cope with irssi 0.8.18, from maintainer Florian Stinglmayr
CVSROOT: /cvs
Module name: src
Changes by: semarie@cvs.openbsd.org 2016/03/13 09:05:15
Modified files:
sys/kern : kern_pledge.c
Log message:
pledge: replace #if 0 printf with DNPRINTF macro
CVSROOT: /cvs
Module name: src
Changes by: semarie@cvs.openbsd.org 2016/03/13 09:27:21
Modified files:
sys/kern : kern_pledge.c
Log message:
reenable wl_paths (whitelisted-paths) in pledge(2)
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/13 09:49:16
Modified files:
devel/p5-Class-Accessor-Grouped: Makefile
devel/p5-YAML : Makefile
devel/p5-Package-Stash: Makefile
textproc/p5-Text-CSV: Makefile
Log message:
remove no_shared PROPERTIES checks; ok afresh1@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/03/13 11:32:19
Modified files:
. : events.html
Log message:
asiabsdcon 2016 is over, move to "past events" section.
CVSROOT: /cvs
Module name: www
Changes by: stsp@cvs.openbsd.org 2016/03/13 11:38:55
Modified files:
. : want.html
Log message:
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/03/13 11:49:13
Modified files:
. : 59.html
Log message:
Fix two unfortunate typos I introduced in my last commit.
Spotted and patch provided by Remco, thanks a lot!
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/03/13 12:06:47
Modified files:
lib/libssl/src/doc/crypto: EVP_PKEY_decrypt.pod
EVP_PKEY_encrypt.pod
Log message:
Fix examples for EVP_PKEY_CTX_set_rsa_padding.
Noted here, https://github.com/libressl-portable/portable/issues/161, we
document a non-existent constant in the examples for
EVP_PKEY_CTX_set_rsa_padding.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/03/13 12:22:43
Modified files:
regress/lib/libcrypto/bn/general: bntest.c
Log message:
check return value for BN_hex2bn in regression tests
CVSROOT: /cvs
Module name: src
Changes by: martijn@cvs.openbsd.org 2016/03/13 12:30:43
Modified files:
usr.bin/vi/vi : v_cmd.c
Log message:
remove an extra space before ^\ help message.
Fixes allignment in viusage
By Raf Czlonka
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/03/13 12:34:21
Modified files:
lib/libc/gen : exec.c getprogname.c posix_spawn.c
setproctitle.c setprogname.c syslog_r.c verr.c
verrc.c verrx.c vwarn.c vwarnc.c vwarnx.c
lib/libc/gmon : gmon.c
lib/libc/hidden: stdlib.h
lib/libc/stdlib: getenv.c malloc.c setenv.c system.c
lib/libc/sys : stack_protector.c
Log message:
environ and __progname are not declared in a public header; declare them
in libc's hidden/stdlib.h instead of in each .c file that needs one
ok deraadt@ gsoares@ mpi@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/03/13 12:35:02
Modified files:
lib/csu/alpha : md_init.h
lib/csu/hppa : md_init.h
lib/csu/hppa64 : md_init.h
lib/csu/mips64 : md_init.h
lib/csu/sparc64: md_init.h
Log message:
crt0.c is already setting environ, so don't set it in MD_START_SETUP
ok kettenis@ mpi@
CVSROOT: /cvs
Module name: src
Changes by: semarie@cvs.openbsd.org 2016/03/13 12:40:52
Modified files:
sys/kern : kern_pledge.c
Log message:
keep disabled wl_paths for now. the expensiveness impact need to be better
considered.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/03/13 13:20:02
Modified files:
editors/libreoffice: Makefile
Log message:
add missing dependency for gtk+3
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2016/03/13 14:23:35
Modified files:
lib/fontconfig : Makefile.inc
Log message:
Enable atomics operations for fontconfig on mips64 and mips64el.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/13 14:44:46
Modified files:
textproc/libtranslate: Makefile
textproc/libtranslate/pkg: PLIST
Removed files:
textproc/libtranslate/pkg: PFRAG.shared
Log message:
regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2016/03/13 15:35:36
Modified files:
cad/xtrkcad : Makefile distinfo
cad/xtrkcad/pkg: PLIST
Log message:
Update to 4.2.3a,
Release notes can be found here:
http://www.xtrkcad.org/Wikka/XTrackCAD421
The .a bugfix release fixes an issue with the new reworked printing
from the 4.2.3 release.
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2016/03/13 15:39:16
Modified files:
misc/spdrs60 : Makefile distinfo
Log message:
Update to 0.6.0, Release info see:
https://sourceforge.net/p/spdrs60/news/2015/12/spdrs60-060-released/
most notably changes: qt3 support is dropped, in favour of qt4 and qt5
Now switched to use qt5
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2016/03/13 16:21:44
Modified files:
www/sope : Makefile distinfo
Log message:
Update to 2.3.8
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2016/03/13 16:22:15
Modified files:
www/sogo : Makefile distinfo
www/sogo/pkg : PLIST
Log message:
Update to 2.3.8
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/13 16:42:28
Modified files:
audio/mpg123 : Makefile distinfo
audio/mpg123/patches: patch-configure
audio/mpg123/pkg: PLIST
Added files:
audio/mpg123/patches: patch-src_common_c
patch-src_libout123_module_c
patch-src_metaprint_c
patch-src_mpg123-id3dump_c
Removed files:
audio/mpg123/patches: patch-src_output_Makefile_in
audio/mpg123/pkg: PFRAG.shared
Log message:
Update to 1.23.2.
Significant changes include automatic enabling of control keys on ttys
and the addition of libout123.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/03/13 16:55:56
Modified files:
audio/libao : Makefile
audio/libao/pkg: PLIST
Removed files:
audio/libao/pkg: PFRAG.shared
Log message:
regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2016/03/13 18:47:47
Modified files:
net/irssi-icb : Makefile
Log message:
Remove duplicate BUILD_DEPENDS
Ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2016/03/13 19:16:39
Modified files:
sys/dev/pci : if_oce.c
Log message:
Allocate statistics command from the heap, pointed out by deraadt@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/03/13 20:56:24
Modified files:
faq : faq4.html
Log message:
in the pre-install checklist, add a link to full disk encryption info.
suggested by afresh1
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/13 21:01:48
Modified files:
share/man/man1 : gcc-local.1
Log message:
Remove a reference to lint(1) in the description of the -CC option. The
option itself may go away sometime soon.
ok guenther@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/03/13 21:48:47
Modified files:
sys/net : if_vlan_var.h
sys/netinet : if_ether.h
Log message:
move the vlan protocol definitions to the same places as the ethernet ones
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2016/03/14 00:13:39
Modified files:
security/oletools: Makefile distinfo
security/oletools/pkg: PLIST
Log message:
update oletools to 0.44.
ok benoit@.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/03/14 00:37:31
Modified files:
sys/dev/acpi : acpicpu.c dsdt.c dsdt.h
Log message:
Correct the value of SRT_ENDTAG: it was documented incorrectly in early
ACPI specs. With the correct value, it can now be used in a few places
instead of hardcoding 0x79.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/14 00:43:09
Modified files:
news/nn : Makefile
news/nn/files : s-openbsd.h
Log message:
signal(3) handlers don't return an int
ok Aaron W. Hsu (maintainer), tests and ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/14 00:46:25
Modified files:
net/kea : Makefile
security/opendnssec: Makefile
security/softhsm: Makefile
Log message:
Remove SHARED_ONLY per maintainer request
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/03/14 03:08:04
Modified files:
faq : faq4.html
Log message:
reformat and slightly reword section 4.7: what files are needed?
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/14 03:11:06
Modified files:
graphics/pecl-imagick: Makefile distinfo
graphics/pecl-imagick/pkg: PLIST
Removed files:
graphics/pecl-imagick/patches: patch-config_m4
Log message:
update to pecl-imagick-3.4.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/14 03:20:00
Modified files:
net/py-botocore: Makefile distinfo
Log message:
Update to py-botocore-1.4.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/14 03:21:08
Modified files:
sysutils/awscli: Makefile distinfo
Log message:
Update to awscli-1.10.12.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/14 03:29:06
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/patches: patch-apps_updater_appinfo_info_xml
www/owncloud/pkg: PLIST
Log message:
Update to owncloud-8.2.3.
CVSROOT: /cvs
Module name: ports
Changes by: florian@cvs.openbsd.org 2016/03/14 03:30:56
Modified files:
net/py-websocket-client: Makefile distinfo
Log message:
Update to 0.35.0
tweak & OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: florian@cvs.openbsd.org 2016/03/14 03:33:52
Modified files:
net/py-ripe.atlas.cousteau: Makefile distinfo
net/py-ripe.atlas.cousteau/pkg: PLIST
Log message:
Simple update to 1.2
Looks good to sthen@
CVSROOT: /cvs
Module name: ports
Changes by: florian@cvs.openbsd.org 2016/03/14 03:34:37
Modified files:
net/py-ripe.atlas.sagan: Makefile distinfo
net/py-ripe.atlas.sagan/pkg: PLIST
Log message:
Simple update to 1.1.10
looks good to sthen@
CVSROOT: /cvs
Module name: ports
Changes by: florian@cvs.openbsd.org 2016/03/14 03:35:36
Modified files:
net/py-ripe.atlas.tools: Makefile distinfo
Log message:
Update to 1.2.3 to make it work with newer cousteau / sagan libs
Looks good to sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2016/03/14 03:53:14
Modified files:
databases/ruby-hiera-eyaml: Makefile distinfo
databases/ruby-hiera-eyaml/pkg: PLIST
Log message:
Update to 2.1.0
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/14 06:26:07
Log message:
Import smb-0.6, a simple bandwidth monitor from Dimitris Papastamos
ok jung@
Status:
Vendor Tag: jca
Release Tags: jca_20160314
N ports/net/sbm/Makefile
N ports/net/sbm/distinfo
N ports/net/sbm/pkg/DESCR
N ports/net/sbm/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/14 06:27:47
Modified files:
net : Makefile
Log message:
+sbm, ok jung@
CVSROOT: /cvs
Module name: ports
Changes by: florian@cvs.openbsd.org 2016/03/14 06:43:48
Modified files:
net/flickcurl : Makefile distinfo
Log message:
Update to 1.26 to unbreak after flickr requires https.
Do a major bump to be on the save side as suggested by sthen@ and
edd@.
Drop maintainer while in here as requested by edd@
OK edd@
CVSROOT: /cvs
Module name: www
Changes by: mikeb@cvs.openbsd.org 2016/03/14 07:08:52
Added files:
papers : asiabsdcon2016-openbsd.pdf
Log message:
AsiaBSDCon 2016, OpenBSD project update
CVSROOT: /cvs
Module name: www
Changes by: mikeb@cvs.openbsd.org 2016/03/14 07:09:38
Added files:
papers : asiabsdcon2016-xen-slides.pdf
Log message:
AsiaBSDCon 2016, Implementation of Xen PVHVM drivers (slides)
CVSROOT: /cvs
Module name: www
Changes by: mikeb@cvs.openbsd.org 2016/03/14 07:09:51
Added files:
papers : asiabsdcon2016-xen-paper.pdf
Log message:
AsiaBSDCon 2016, Implementation of Xen PVHVM drivers (paper)
CVSROOT: /cvs
Module name: www
Changes by: mikeb@cvs.openbsd.org 2016/03/14 07:10:38
Modified files:
papers : index.html
Log message:
Update for AsiaBSDCon 2016
CVSROOT: /cvs
Module name: www
Changes by: mikeb@cvs.openbsd.org 2016/03/14 07:26:53
Modified files:
papers : index.html
Log message:
Correct the title to "OpenBSD project status update"
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/14 08:44:03
Modified files:
bin/df : df.c
Log message:
replace __progname with getprogname(3)
from Michal Mazurek, ok tb@
CVSROOT: /cvs
Module name: src
Changes by: mmcc@cvs.openbsd.org 2016/03/14 08:48:02
Modified files:
lib/libc/gmon : gmon.c
Log message:
(char *)0 -> NULL
CVSROOT: /cvs
Module name: www
Changes by: mikeb@cvs.openbsd.org 2016/03/14 08:48:15
Modified files:
. : 59.html
Log message:
Update for AsiaBSDCon 2016
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2016/03/14 09:18:24
Modified files:
openssh : security.html
Log message:
mention x11fwd.adv
CVSROOT: /cvs
Module name: src
Changes by: mestre@cvs.openbsd.org 2016/03/14 09:26:52
Modified files:
lib/libc/time : localtime.c
Log message:
Remove doaccess variable and access(2) call since this interfers with
applications like zdump(8) because pledge(2) doesn't allow access(2) to
/usr/share/zoneinfo.
millert@ better described why this call can go away:
"This looks like an attempt to do access checks based on the real uid instead
of the effective uid. Basically for setuid programs we don't want to allow a
user to set TZ to a path they should not be able to otherwise access.
However, we already have a check for issetugid() above so I think the doaccess
bits can just be removed and we can rely on open()."
After discussion with tb@, deraadt@ and millert@, this was also OK'ed by them
CVSROOT: /cvs
Module name: src
Changes by: mestre@cvs.openbsd.org 2016/03/14 09:29:29
Modified files:
usr.sbin/zdump : zdump.c
Log message:
zdump(8) needs to read files so it needs pledge(2) rpath promise
After discussion with tb@, deraadt@ and millert@, this was also OK'ed by them
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2016/03/14 09:33:53
Modified files:
x11/smtube : Makefile distinfo
x11/smtube/pkg : PLIST
Log message:
Update for SMTube to 16.3.0:
* Possibility to use an external service (website) to download videos.
* Options to zoom in and out.
* New options in the settings dialog to change the font and style of
the application.
OK benoit@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/03/14 10:16:17
Modified files:
graphics/pecl-imagick/pkg: PLIST
Log message:
fix, spotted by nigel (oops, committed from wrong machine)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/03/14 10:20:54
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
unbreak authentication using lone certificate keys in ssh-agent:
when attempting pubkey auth with a certificate, if no separate
private key is found among the keys then try with the certificate
key itself.
bz#2550 reported by Peter Moody
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2016/03/14 11:20:26
Modified files:
lib/libc/stdlib: malloc.c
Log message:
small step towards multiple pools: move two globls into the struct dir_info
ok @stefan armani@
CVSROOT: /cvs
Module name: src
Changes by: stefan@cvs.openbsd.org 2016/03/14 12:01:18
Modified files:
sys/arch/sparc/dev: bpp.c magma.c
sys/dev/sbus : bpp.c magma.c
Log message:
Convert sparc drivers bpp and magma to uiomove
Compile test and ok tobiasu@
CVSROOT: /cvs
Module name: ports
Changes by: steven@cvs.openbsd.org 2016/03/14 12:20:54
Modified files:
security/keepassx: Makefile distinfo
Log message:
update to 2.0.2
from Rafael Sadowski
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2016/03/14 13:01:12
Modified files:
papers : index.html
Added files:
papers : asiabsdcon2016-rcd-paper.pdf
asiabsdcon2016-rcd-slides.pdf
Log message:
Add my AsiaBSDCon paper and slides.
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/03/14 13:04:40
Log message:
Import news/multimail
offline mail reader for Blue Wave, QWK, OMEN, SOUP and OPX
OK abieber@
Status:
Vendor Tag: awolk
Release Tags: awolk_20160314
N ports/news/multimail/Makefile
N ports/news/multimail/distinfo
N ports/news/multimail/pkg/PLIST
N ports/news/multimail/pkg/DESCR
N ports/news/multimail/patches/patch-mmail_bw_cc
N ports/news/multimail/patches/patch-interfac_main_cc
N ports/news/multimail/patches/patch-interfac_ansiview_cc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/03/14 13:07:26
Modified files:
news : Makefile
Log message:
Add news/multimail to the build
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/14 13:44:02
Modified files:
multimedia/libass: Makefile distinfo
Log message:
Update to libass-0.13.2.
from Brad (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/14 13:46:13
Modified files:
emulators/qemu : Makefile distinfo
emulators/qemu/patches: patch-configure
patch-tcg_ppc_tcg-target_c
emulators/qemu/pkg: PLIST
Added files:
emulators/qemu/patches: patch-block_curl_c
Removed files:
emulators/qemu/patches: patch-block_vmdk_c patch-block_vpc_c
patch-hmp_c patch-hw_acpi_core_c
patch-hw_block_fdc_c
patch-hw_char_virtio-serial-bus_c
patch-hw_ide_atapi_c patch-hw_ide_core_c
patch-hw_net_e1000_c
patch-hw_net_eepro100_c
patch-hw_net_ne2000_c
patch-hw_net_pcnet_c
patch-hw_net_rtl8139_c
patch-hw_net_virtio-net_c
patch-hw_net_vmxnet3_c
patch-hw_net_vmxnet_tx_pkt_c
patch-hw_nvram_fw_cfg_c
patch-hw_pci_msix_c
patch-hw_scsi_megasas_c
patch-hw_scsi_scsi-bus_c
patch-hw_timer_i8254_c
patch-hw_usb_core_c
patch-hw_usb_dev-network_c
patch-hw_usb_hcd-ehci_c
patch-hw_usb_hcd-ohci_c
patch-include_hw_virtio_virtio-access_h
patch-net_slirp_c patch-trace-events
patch-ui_vnc-ws_c patch-ui_vnc-ws_h
patch-ui_vnc_c patch-ui_vnc_h patch-vl_c
Log message:
Major update to qemu-2.5.0.
Please direct any runtime fallout to Brad.
from Brad (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/03/14 13:50:13
Modified files:
x11/mplayer : Makefile distinfo
x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-Makefile
patch-configure patch-stream_tvi_bsdbt848_c
Added files:
x11/mplayer/patches: patch-libmpdemux_mp_taglists_c
Log message:
Update to mplayer-20160306.
from Brad (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2016/03/14 14:12:39
Modified files:
base/xenocara/app: Makefile.inc
base/xenocara/data: Makefile.inc
base/xenocara/driver: Makefile.inc
base/xenocara/font: Makefile.inc
base/xenocara/lib: Makefile.inc
base/xenocara/proto: Makefile.inc
base/xenocara/util: Makefile.inc
Log message:
Remove PERMIT_DISTFILES_CDROM no longer used was removed
from other ports.
Ok espie
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/03/14 14:14:30
Modified files:
sbin/newfs_ext2fs: newfs_ext2fs.c
Log message:
Add a missing "cpath" promise; newfs_ext2fs can create files when used
with the -F and -s flags.
ok stefan
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/03/14 14:25:39
Modified files:
net/hexchat : Makefile distinfo
Log message:
Update to hexchat-2.12.0, from maintainer Florian Stinglmayr
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:30:02
Modified files:
www/mozilla : mozilla.port.mk
Log message:
tweak MOZILLA_VER regex so that i can use beta *and* rc in a version number
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/03/14 14:30:34
Modified files:
sbin/newfs_ext2fs: extern.h mke2fs.c newfs_ext2fs.c
Log message:
Replace an ad-hoc implementation of opendev(), with said function and
open the device only once with the correct flags, instead of twice (one
file handle for reading and one for writing). Committing this at once
because the changes are interrelated.
ok stefan
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:33:16
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Tweak/fix MODMOZ_WANTLIB/MODMOZ_LIB_DEPENDS wrt gtk dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:34:34
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Bump dependencies to nss 3.21.1 and nspr 4.12, required by upcoming
gecko 45 updates.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:37:13
Modified files:
www/firefox-esr: Makefile distinfo
www/firefox-esr-i18n: Makefile.inc distinfo
Log message:
Update to firefox-esr 38.7.0.
- See https://www.mozilla.org/en-US/firefox/38.7.0/releasenotes/
- Fixes MFSA 2015-81, 2015-136, 2016-16, 17, 20, 21, 23, 24, 25, 27, 28,
31, 34, 35 & 37
Heads-up ! This port will switch to the 45 branch within the 6 coming weeks.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:40:24
Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo
mail/mozilla-thunderbird: Makefile distinfo
Log message:
Update to thunderbird 38.7.0 / lightning 4.0.7.
- see https://www.mozilla.org/en-US/thunderbird/38.7.0/releasenotes/
Heads up! This port will switch to the 45 branch in the coming weeks!
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:42:51
Modified files:
www/seamonkey : Makefile
devel/xulrunner/24: Makefile
Log message:
Bump REVISION-main after mozilla.port.mk nss/nspr dependency change.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2016/03/14 14:43:03
Modified files:
include : stdio.h
Log message:
Expose snprintf() and vsnprintf() for XPG 5. It predates C99 but
still specified snprintf() and vsnprintf() based on earlier drafts.
Allows snprintf() and vsnprintf() to be used when _XOPEN_SOURCE is
defined as 500. OK guenther@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:44:37
Modified files:
www/mozilla-firefox/patches:
patch-toolkit_components_protobuf_src_google_protobuf_stubs_atomicops_h
Log message:
Add link to upstream commit, patch to remove in fx 48.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 14:48:43
Modified files:
www/firefox-i18n: Makefile.inc distinfo
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches: patch-browser_installer_Makefile_in
patch-intl_icu_source_Makefile_in
patch-storage_mozStorageConnection_cpp
www/mozilla-firefox/pkg: PLIST
Log message:
Update to firefox 45.0.
- See https://www.mozilla.org/en-US/firefox/45.0/releasenotes/
- Fixes MFSA 2016-16->38
- libmozgnome was removed upstream
- gtk3 is still not enabled by default upstream
- Remove dependency on gstreamer1, ffmpeg/libavcodec is opened on the fly
if available, as tested by naddy@
Sidenote: no, i havent looked at i386/llvm breakage yet. i386 is the new vax.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/03/14 14:51:53
Modified files:
faq : faq1.html
Log message:
clean up the list of platforms, note that 5.9 will be the last release to
support vax and fix a typo found by murk fletcher.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 15:02:51
Modified files:
productivity/davical: Makefile
Log message:
Mirror the distfile, gitlab.com changed layout/version and fetching from
there gives a different checksum now. Reported by mmcc@.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/03/14 15:30:29
Modified files:
sysutils/testdisk: Makefile distinfo
sysutils/testdisk/pkg: PLIST
Log message:
Update to testdisk 7.0, fixes an exploitable Stack Buffer Overflow.
See http://www.cgsecurity.org/wiki/TestDisk_7.0_Release
Reminded by 'Mik J', thanks.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/14 15:36:52
Modified files:
etc/mail : spamd.conf
Log message:
fix word issue, as reported by hans
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/03/14 16:39:23
Modified files:
share/man/man3 : queue.3 tree.3
Log message:
some Xr; from michal mazurek
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/03/14 17:08:06
Modified files:
sys/arch/amd64/amd64: db_interface.c
sys/arch/amd64/stand/pxeboot: open.c
sys/arch/i386/i386: db_interface.c
sys/arch/i386/stand/pxeboot: open.c
sys/arch/macppc/dev: adb.c pm_direct.c zs.c
sys/arch/macppc/stand: alloc.c
sys/arch/sgi/localbus: int.c
sys/arch/sgi/stand/boot: netfs.c
sys/arch/sparc64/sparc64: db_interface.c
sys/arch/sparc64/stand/ofwboot: alloc.c
sys/arch/zaurus/stand/zboot: alloc.c
sys/arch/zaurus/stand/zbsdmod: zbsdmod.c
sys/dev/ic : bha.c i82596.c
sys/dev/isa : aha.c if_ie.c
sys/dev/pci/bktr: bktr_core.c
sys/dev/pcmcia : gpr.c
sys/isofs/cd9660: cd9660_vfsops.c
sys/kern : kern_acct.c subr_autoconf.c tty_subr.c
uipc_socket.c vfs_subr.c
sys/lib/libsa : alloc.c netif.c nfs.c open.c
sys/lib/libz : deflate.c trees.c
sys/msdosfs : msdosfs_vnops.c
sys/netinet6 : ip6_input.c
sys/ufs/ext2fs : ext2fs_lookup.c
sys/ufs/mfs : mfs_vfsops.c
sys/ufs/ufs : ufs_quota.c
Log message:
Change a bunch of (
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/04/08 11:09:18
Modified files:
distrib/miniroot: dot.profile
Log message:
Directly assign device name to rootdisk with modified sed pattern.
With help from and OK halex@
OK krw@
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/04/08 11:17:54
Modified files:
distrib/miniroot: install.sub
Log message:
Rename getdevname() to get_dkdev_name() to better reflect the actual
purpose and simplify the logic to remove the partition information
from the device name.
With help from and OK halex@, krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/08 11:22:43
Modified files:
productivity/tryton/account_invoice: Makefile distinfo
Log message:
Update to trytond-module-account_invoice-3.2.6.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/08 11:28:38
Modified files:
devel/harfbuzz : Makefile distinfo
Log message:
Update to harfbuzz-1.2.5.
Drop the gettext MODULE while here.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/08 11:30:17
Modified files:
productivity/tryton/tryton: Makefile
Log message:
Drop direct dependency on devel/gettext.
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/04/08 11:41:08
Modified files:
distrib/miniroot: install.sub
Log message:
Use _if instead of _ifs as variable name for single interface names.
OK krw@, halex@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/08 14:25:51
Modified files:
lang/php : Makefile.inc
Log message:
add more exceptions for php-7.0
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/08 14:26:13
Modified files:
lang/php/7.0 : Makefile distinfo
Log message:
update to 7.0.5
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/08 14:42:14
Modified files:
editors/libreoffice: Makefile distinfo
editors/libreoffice/patches: patch-configure
Removed files:
editors/libreoffice/patches:
patch-xmloff_source_draw_ximp3dscene_cxx
Log message:
update to 5.1.2.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/08 14:48:46
Modified files:
devel/p5-File-Remove: Makefile
Log message:
use modbuild
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/08 14:50:05
Modified files:
devel/p5-Module-Install: Makefile
devel/p5-Module-Install/pkg: PLIST
Log message:
Add run dep on devel/p5-Module-Build; this isn't a normal modbuild port
so add a comment.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2016/04/08 15:15:04
Log message:
import borgbackup, a deduplicating backup program
from maintainer Michael Reed with some tweaks
ok sthen@
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored. The authenticated encryption technique makes it
suitable for backups to not fully trusted targets.
Status:
Vendor Tag: giovanni
Release Tags: giovanni_20160408
N ports/sysutils/borgbackup/Makefile
N ports/sysutils/borgbackup/distinfo
N ports/sysutils/borgbackup/pkg/DESCR
N ports/sysutils/borgbackup/pkg/PLIST
N ports/sysutils/borgbackup/patches/patch-docs_conf_py
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2016/04/08 15:27:15
Modified files:
sysutils : Makefile
Log message:
+borgbackup
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/04/08 15:27:22
Modified files:
build : support.skel
Log message:
make the "DO NOT EDIT" clear as to which file it relates to
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/04/08 15:27:40
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/08 16:40:10
Modified files:
. : support.html
build : support.skel
Log message:
fix title, remove irrelevant info, minor formatting changes.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/08 16:57:15
Modified files:
. : support.html
build : support.dat
Log message:
hard to provide support when your contact email bounces.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/08 18:46:32
Modified files:
. : support.html
build : support.dat
Log message:
updated info for ifost and ioactive, remove balius per owner's request.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/08 20:24:58
Modified files:
. : support.html
build : support.dat
Log message:
add backwatcher, update info for diablotin, remove andrej elizarov.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/04/08 22:04:09
Modified files:
lib/libc/sys : munmap.2
Log message:
Document (near) standards conformance
based on diff by mmcc@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/04/09 00:03:48
Modified files:
lib/librthread/arch/arm: _atomic_lock.c
Log message:
replace 0xf57ff05f with dmb sy
spotted by guenther
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/09 01:19:56
Modified files:
devel/harfbuzz : Makefile distinfo
Log message:
Update to harfbuzz-1.2.6.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/04/09 02:02:22
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Use builtin.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/09 02:08:38
Modified files:
multimedia/gstreamer1/py-gstreamer: Makefile
Log message:
Remove comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/09 02:19:30
Modified files:
x11/gnome/librsvg: Makefile distinfo
Log message:
Update to librsvg-2.40.15.
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/04/09 05:03:42
Modified files:
distrib/miniroot: install.sub
Log message:
Use _if for a single interface name and _ifs for a list of interface
names instead of _ifdev and _ifdevs.
OK krw@ halex@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/09 05:33:50
ports/misc/wordnet/files
Update of /cvs/ports/misc/wordnet/files
In directory cvs.openbsd.org:/tmp/cvs-serv8370/files
Log Message:
Directory /cvs/ports/misc/wordnet/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/09 05:42:10
Modified files:
misc/wordnet : Makefile
misc/wordnet/pkg: PLIST
Added files:
misc/wordnet/files: wordnet.desktop
Log message:
add a desktop file for WordNet, based on a diff from Michael Reed
- clean up Makefile while there
- don't USE_GROFF, there's a small issue with table formatting in
wnpkgs(7) (not wrapping so lines are long) but it's pretty unimportant
and otherwise now working well with mandoc
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2016/04/09 06:23:59
Modified files:
lib/libc/stdlib: malloc.c
Log message:
redundant memset(3), from Michael McConville, ok armani@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/04/09 06:39:30
Modified files:
usr.bin/ssh : authfile.c sshkey.c
Log message:
make private key loading functions consistently handle NULL
key pointer arguments; ok markus@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/09 06:55:35
Modified files:
net/dhcpcd : Makefile distinfo
Log message:
update to dhcpcd-6.10.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/09 06:59:41
Modified files:
net/isc-dhcp : Makefile distinfo
net/isc-dhcp/patches: patch-bind_Makefile_in
patch-client_Makefile_in
Log message:
update to isc-dhcp-4.3.4, from brad
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/09 07:33:13
Modified files:
www/chromium : Makefile distinfo
Log message:
update to 49.0.2623.112
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/09 07:38:52
Modified files:
security/pecl-libsodium: Makefile distinfo
Log message:
update to pecl-libsodium-1.0.5
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/09 07:48:08
Modified files:
net/unifi : Makefile distinfo
net/unifi/pkg : PLIST
Log message:
update to unifi-4.8.15
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2016/04/09 08:08:40
Modified files:
lib/libc/stdlib: malloc.c
Log message:
tweak MALLOC_STATS printing (switched off by default), prodded by
Michael McConville
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/09 08:18:42
Modified files:
x11/libgdiplus : Makefile distinfo
Log message:
update to 4.2
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/09 08:19:02
Modified files:
lang/mono : Makefile distinfo
lang/mono/patches: patch-libgc_Makefile_in
patch-mono_Makefile_in
patch-mono_dis_Makefile_in
patch-mono_profiler_Makefile_in
Log message:
update to 4.2.3.4
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/09 08:50:59
Modified files:
audio/openal : Makefile
games/abuse : Makefile
games/quake : Makefile
net/pktstat : Makefile
games/xmoto : Makefile
games/openxcom : Makefile
multimedia/yle-dl: Makefile
games/chromium-bsu: Makefile
Log message:
drop Antti Harri as maintainer, as per his request.
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/04/09 09:14:47
Modified files:
distrib/miniroot: install.sub
Log message:
Remove _tz as intermediate variable and use CGI_TZ directly.
Feedback from and OK halex@
OK krw@ for a similar diff
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/09 11:44:26
Modified files:
devel/py-test-runner: Makefile distinfo
devel/py-test-runner/pkg: PLIST
Log message:
Minor update to py-test-runner 2.7.1
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2016/04/09 12:42:49
Modified files:
lib/libedit : tty.c tty.h
Log message:
Reset the terminal to its initial state before exiting a program
using libedit, using code from NetBSD tty.c rev. 1.42, 1.48, 1.49,
1.58, and 1.59. Code mostly by Christos Zoulas, one bug report by
John Hein, one additional bugfix by me (rev. 1.59).
While here, switch t_mode to unsigned char, which is sufficient,
also from NetBSD.
OK martijn@.
Also checked by Christian Heckendorf
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/05/28 16:26:13
Modified files:
sbin/pdisk : pdisk.c
Log message:
Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is
called in order to avoid a pledge crash with 'pdisk /dev/tty'.
Only the pledge "stdio" right after the ioctl remains.
ok krw
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/05/28 17:24:16
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elf-bfd.h elf.c elflink.c
gnu/usr.bin/binutils-2.17/binutils: readelf.c
gnu/usr.bin/binutils-2.17/include: bfdlink.h
gnu/usr.bin/binutils-2.17/include/elf: common.h
gnu/usr.bin/binutils-2.17/ld: ld.texinfo ldgram.y
gnu/usr.bin/binutils-2.17/ld/emultempl: elf32.em
Log message:
-z wxneeded creates a PHDR PT_OPENBSD_WXNEEDED. This annotation is placed
on a binary by a software builder (ie. packager) to indicate to the kernel
that this software performs W^X violations.
ok kettenis guenther millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/05/28 17:38:31
Modified files:
sbin/disklabel : disklabel.c
Log message:
back out previous; -wAT template vnd0 fails
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/05/28 17:44:27
Modified files:
sbin/tunefs : tunefs.c
Log message:
Don't pledge before opendev. Just leave pledge "stdio" right
afterwards.
deraadt agrees
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/05/28 17:46:06
Modified files:
sbin/ncheck_ffs: ncheck_ffs.c
Log message:
Don't pledge before opendev() and ioctl DIOCGDINFO were called.
Avoids a pledge crash with 'ncheck_ffs /dev/tty'.
deraadt agrees
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/05/28 18:48:05
Modified files:
sys/sys : exec_elf.h
Log message:
define PT_OPENBSD_WXNEEDED
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2016/05/28 19:02:21
Modified files:
usr.bin/mklocale: lex.l mklocale.1
Log message:
Eat all blanks between the VARIABLE keywords and the definition,
not just the first one. Otherwise we end up storing the blanks.
Now the file generated by mklocale(1) is the same regardless of
whether or not the input is sent through the C preprocessor.
OK deraadt@ jca@ schwarze@
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2016/05/28 19:35:34
Log message:
Import U-Boot 2016.05
U-Boot is a firmware for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.
As ARM systems often do not come with firmware it must be supplied on
an SD card or MMC device to have a bootable system.
This port provides U-Boot for various boards using ARM processors.
armv7 requires the support for EFI payloads added in this release to run
the bootloader. A proposed patch to prevent the EFI interface from
allocating pages from unpopulated memory by Alexander Graf is included
which will hopefully be part of future releases:
http://marc.info/?l=u-boot&m=146434472023891&w=2
Feedback from jca@ and sthen@. ok sthen@ on an earlier version without
the EFI patch.
Status:
Vendor Tag: jsg
Release Tags: jsg_20160529
N ports/sysutils/u-boot/Makefile
N ports/sysutils/u-boot/distinfo
N ports/sysutils/u-boot/pkg/DESCR
N ports/sysutils/u-boot/pkg/PLIST
N ports/sysutils/u-boot/patches/patch-common_image-fit_c
N ports/sysutils/u-boot/patches/patch-board_kosagi_novena_novena_c
N ports/sysutils/u-boot/patches/patch-board_solidrun_mx6cuboxi_mx6cuboxi_c
N ports/sysutils/u-boot/patches/patch-tools_kwboot_c
N ports/sysutils/u-boot/patches/patch-lib_efi_loader_efi_memory_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/05/28 19:53:34
Modified files:
archivers/lzip/lunzip: Makefile distinfo
Log message:
Update to lunzip 1.8.
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/05/28 19:56:18
Modified files:
www/uget : Makefile distinfo
Log message:
Update to uget 2.0.8. Remove the gettext module.
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/05/28 20:02:13
Modified files:
net/py-ftpdlib : Makefile distinfo
net/py-ftpdlib/pkg: PLIST
Log message:
Update to ftpdlib 1.5.1.
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2016/05/28 20:07:26
Log message:
Add a port to build Device Tree Blobs (DTBs) for various
ARM/MIPS/PowerPC boards. DTBs are binary representations of Flattened
Device Trees (FDTs) that describe hardware properties such as memory
ranges, interrupts and processors.
DTB files are used by U-Boot and other firmware interfaces to provide
this information to the kernel.
Feedback from jca@ and sthen@. ok sthen@
Status:
Vendor Tag: jsg
Release Tags: jsg_20160529
N ports/sysutils/dtb/Makefile
N ports/sysutils/dtb/distinfo
N ports/sysutils/dtb/pkg/DESCR
N ports/sysutils/dtb/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/28 20:19:02
Modified files:
usr.sbin/rbootd: Makefile parseconf.c rbootd.c utils.c
Log message:
Delete blocking/unblocking of signals, as the handlers now just set flags
that are tested by the main loop.
ok jca@ deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2016/05/28 20:42:19
Modified files:
sysutils : Makefile
Log message:
+dtb
+u-boot
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/29 00:01:24
Modified files:
lib/libc/net : getaddrinfo.3
lib/libc/sys : socketpair.2
Log message:
Prefer AF_* over PF_* and 'address family' over 'protocol family'
ok jung@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/29 00:16:52
Modified files:
lib/libc/arch/powerpc/gen: setjmp.S
Log message:
Use .balign instead of .align; only need 8 byte alignment not 2^8
CVSROOT: /cvs
Module name: ports
Changes by: semarie@cvs.openbsd.org 2016/05/29 01:26:46
Modified files:
lang/rust : Makefile distinfo
lang/rust/patches: patch-configure
patch-src_librustc_session_filesearch_rs
lang/rust/pkg : PLIST-doc PLIST-main
Added files:
lang/rust/patches: patch-src_libstd_sys_unix_ext_net_rs
patch-src_test_run-pass_backtrace_rs
Removed files:
lang/rust/patches: patch-src_compiletest_runtest_rs
Log message:
lang/rust update to 1.9.0
- changes in Makefile to make it compute itself the RUST_HASH value
- use new configure option --disable-codegen-tests as with don't have FileCheck
(from llvm) binary. remove the patches in configure and src/compiletest/runtest.rs
- disable (for now) two news tests added with unix socket support, that doesn't
pass. I will investigate them later.
- disable run-pass/backtrace test. The support of libbacktrace has been remove
recently.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/05/29 01:38:01
Modified files:
distrib/armv7/ramdisk: Makefile install.md
etc/etc.armv7 : Makefile.inc
Log message:
Stop building u-boot kernel and ramdisk images. The kernel make targets
are left for now but umg files are no longer built when building
releases.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/29 01:59:36
Modified files:
lib/libc/arch/hppa/gen: setjmp.S
lib/libc/arch/powerpc/gen: setjmp.S
Log message:
Only require 4 byte alignment on ILP32 archs
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/05/29 02:26:17
Modified files:
sbin/mount : mount.8
Log message:
sort mount options, and shorten slightly the wxabort text;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/05/29 03:16:27
Modified files:
net/py-botocore: Makefile distinfo
Log message:
Update to py-botocore-1.4.24.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/05/29 03:16:58
Modified files:
sysutils/awscli: Makefile distinfo
Log message:
Update to awscli-1.10.34.
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/05/29 04:19:16
Modified files:
devel/py-test-runner: Makefile distinfo
Log message:
Update to py-test-runner 2.8
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2016/05/29 04:23:13
Log message:
Import Mesa 11.2.2
Status:
Vendor Tag: mesa
Release Tags: mesa-11_2_2
U xenocara/lib/mesa/VERSION
U xenocara/lib/mesa/install-gallium-links.mk
U xenocara/lib/mesa/Makefile.am
U xenocara/lib/mesa/common.py
C xenocara/lib/mesa/Makefile.in
C xenocara/lib/mesa/aclocal.m4
U xenocara/lib/mesa/install-lib-links.mk
C xenocara/lib/mesa/configure
C xenocara/lib/mesa/configure.ac
U xenocara/lib/mesa/SConstruct
U xenocara/lib/mesa/autogen.sh
U xenocara/lib/mesa/doxygen/i965.doxy
U xenocara/lib/mesa/doxygen/glapi.doxy
U xenocara/lib/mesa/doxygen/math_subset.doxy
U xenocara/lib/mesa/doxygen/gallium.doxy
U xenocara/lib/mesa/doxygen/header_subset.html
U xenocara/lib/mesa/doxygen/Makefile
U xenocara/lib/mesa/doxygen/main.doxy
U xenocara/lib/mesa/doxygen/header.html
U xenocara/lib/mesa/doxygen/doxy.bat
U xenocara/lib/mesa/doxygen/gbm.doxy
U xenocara/lib/mesa/doxygen/README
U xenocara/lib/mesa/doxygen/vbo.doxy
U xenocara/lib/mesa/doxygen/glsl.doxy
U xenocara/lib/mesa/doxygen/core_subset.doxy
U xenocara/lib/mesa/doxygen/math.doxy
U xenocara/lib/mesa/doxygen/swrast_setup.doxy
U xenocara/lib/mesa/doxygen/shader.doxy
U xenocara/lib/mesa/doxygen/tnl.doxy
U xenocara/lib/mesa/doxygen/gallium.doc
U xenocara/lib/mesa/doxygen/radeon_subset.doxy
U xenocara/lib/mesa/doxygen/common.doxy
U xenocara/lib/mesa/doxygen/swrast.doxy
U xenocara/lib/mesa/doxygen/tnl_dd.doxy
U xenocara/lib/mesa/include/c99_alloca.h
U xenocara/lib/mesa/include/c99_math.h
U xenocara/lib/mesa/include/c99_compat.h
U xenocara/lib/mesa/include/no_extern_c.h
U xenocara/lib/mesa/include/CL/cl_ext.h
U xenocara/lib/mesa/include/CL/cl_gl.h
U xenocara/lib/mesa/include/CL/cl_d3d10.h
U xenocara/lib/mesa/include/CL/cl.hpp
U xenocara/lib/mesa/include/CL/cl_egl.h
U xenocara/lib/mesa/include/CL/cl.h
U xenocara/lib/mesa/include/CL/cl_platform.h
U xenocara/lib/mesa/include/CL/opencl.h
U xenocara/lib/mesa/include/CL/cl_d3d11.h
U xenocara/lib/mesa/include/CL/cl_dx9_media_sharing.h
U xenocara/lib/mesa/include/CL/cl_gl_ext.h
U xenocara/lib/mesa/include/c11/threads.h
U xenocara/lib/mesa/include/c11/threads_win32.h
U xenocara/lib/mesa/include/c11/threads_posix.h
U xenocara/lib/mesa/include/GLES/egl.h
U xenocara/lib/mesa/include/GLES/glplatform.h
U xenocara/lib/mesa/include/GLES/gl.h
U xenocara/lib/mesa/include/GLES/glext.h
U xenocara/lib/mesa/include/D3D9/d3d9.h
U xenocara/lib/mesa/include/D3D9/d3d9caps.h
U xenocara/lib/mesa/include/D3D9/d3d9types.h
U xenocara/lib/mesa/include/GLES3/gl3ext.h
U xenocara/lib/mesa/include/GLES3/gl3platform.h
U xenocara/lib/mesa/include/GLES3/gl3.h
U xenocara/lib/mesa/include/GLES3/gl31.h
U xenocara/lib/mesa/include/GL/gl_mangle.h
U xenocara/lib/mesa/include/GL/glx_mangle.h
U xenocara/lib/mesa/include/GL/osmesa.h
U xenocara/lib/mesa/include/GL/glxext.h
U xenocara/lib/mesa/include/GL/gl.h
U xenocara/lib/mesa/include/GL/glext.h
U xenocara/lib/mesa/include/GL/wglext.h
U xenocara/lib/mesa/include/GL/glx.h
U xenocara/lib/mesa/include/GL/glcorearb.h
U xenocara/lib/mesa/include/GL/internal/dri_interface.h
U xenocara/lib/mesa/include/pci_ids/radeonsi_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/radeon_pci_ids.h
N xenocara/lib/mesa/include/pci_ids/virtio_gpu_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/i965_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/r200_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/vmwgfx_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/r300_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/r600_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/i810_pci_ids.h
U xenocara/lib/mesa/include/pci_ids/i915_pci_ids.h
U xenocara/lib/mesa/include/EGL/eglplatform.h
U xenocara/lib/mesa/include/EGL/egl.h
U xenocara/lib/mesa/include/EGL/eglext.h
U xenocara/lib/mesa/include/EGL/eglextchromium.h
U xenocara/lib/mesa/include/EGL/eglmesaext.h
U xenocara/lib/mesa/include/HaikuGL/GLView.h
U xenocara/lib/mesa/include/HaikuGL/OpenGLKit.h
U xenocara/lib/mesa/include/HaikuGL/README
U xenocara/lib/mesa/include/HaikuGL/GLRenderer.h
U xenocara/lib/mesa/include/d3dadapter/drm.h
U xenocara/lib/mesa/include/d3dadapter/present.h
U xenocara/lib/mesa/include/d3dadapter/d3dadapter9.h
U xenocara/lib/mesa/include/KHR/khrplatform.h
U xenocara/lib/mesa/include/GLES2/gl2.h
U xenocara/lib/mesa/include/GLES2/gl2platform.h
U xenocara/lib/mesa/include/GLES2/gl2ext.h
U xenocara/lib/mesa/docs/utilities.html
U xenocara/lib/mesa/docs/ARB_color_buffer_float.txt
U xenocara/lib/mesa/docs/thanks.html
U xenocara/lib/mesa/docs/install.html
U xenocara/lib/mesa/docs/devinfo.html
U xenocara/lib/mesa/docs/versions.html
U xenocara/lib/mesa/docs/opengles.html
U xenocara/lib/mesa/docs/vmware-guest.html
U xenocara/lib/mesa/docs/repository.html
U xenocara/lib/mesa/docs/autoconf.html
U xenocara/lib/mesa/docs/lists.html
U xenocara/lib/mesa/docs/mangling.html
U xenocara/lib/mesa/docs/perf.html
U xenocara/lib/mesa/docs/egl.html
U xenocara/lib/mesa/docs/patents.txt
U xenocara/lib/mesa/docs/bugs.html
U xenocara/lib/mesa/docs/README.VCE
U xenocara/lib/mesa/docs/sourcedocs.html
U xenocara/lib/mesa/docs/intro.html
U xenocara/lib/mesa/docs/precompiled.html
U xenocara/lib/mesa/docs/webmaster.html
U xenocara/lib/mesa/docs/postprocess.html
U xenocara/lib/mesa/docs/download.html
U xenocara/lib/mesa/docs/relnotes.html
U xenocara/lib/mesa/docs/dispatch.html
U xenocara/lib/mesa/docs/xlibdriver.html
U xenocara/lib/mesa/docs/VERSIONS
U xenocara/lib/mesa/docs/faq.html
U xenocara/lib/mesa/docs/helpwanted.html
U xenocara/lib/mesa/docs/README.UVD
U xenocara/lib/mesa/docs/gears.png
U xenocara/lib/mesa/docs/README.WIN32
U xenocara/lib/mesa/docs/shading.html
U xenocara/lib/mesa/docs/conform.html
U xenocara/lib/mesa/docs/llvmpipe.html
U xenocara/lib/mesa/docs/sourcetree.html
U xenocara/lib/mesa/docs/developers.html
U xenocara/lib/mesa/docs/COPYING
U xenocara/lib/mesa/docs/osmesa.html
U xenocara/lib/mesa/docs/contents.html
U xenocara/lib/mesa/docs/index.html
U xenocara/lib/mesa/docs/debugging.html
U xenocara/lib/mesa/docs/viewperf.html
U xenocara/lib/mesa/docs/license.html
U xenocara/lib/mesa/docs/application-issues.html
U xenocara/lib/mesa/docs/envvars.html
U xenocara/lib/mesa/docs/GL3.txt
U xenocara/lib/mesa/docs/libGL.txt
U xenocara/lib/mesa/docs/mesa.css
U xenocara/lib/mesa/docs/systems.html
U xenocara/lib/mesa/docs/extensions.html
N xenocara/lib/mesa/docs/relnotes/11.1.2.html
U xenocara/lib/mesa/docs/relnotes/6.5.3.html
U xenocara/lib/mesa/docs/relnotes/8.0.html
U xenocara/lib/mesa/docs/relnotes/10.5.7.html
U xenocara/lib/mesa/docs/relnotes/7.3.html
U xenocara/lib/mesa/docs/relnotes/6.3
U xenocara/lib/mesa/docs/relnotes/10.6.1.html
U xenocara/lib/mesa/docs/relnotes/3.4
U xenocara/lib/mesa/docs/relnotes/7.4.4.html
U xenocara/lib/mesa/docs/relnotes/11.0.8.html
U xenocara/lib/mesa/docs/relnotes/7.4.1.html
U xenocara/lib/mesa/docs/relnotes/7.10.2.html
U xenocara/lib/mesa/docs/relnotes/7.0.3.html
U xenocara/lib/mesa/docs/relnotes/11.0.0.html
U xenocara/lib/mesa/docs/relnotes/8.0.2.html
U xenocara/lib/mesa/docs/relnotes/9.0.2.html
U xenocara/lib/mesa/docs/relnotes/10.6.0.html
U xenocara/lib/mesa/docs/relnotes/7.0.4.html
U xenocara/lib/mesa/docs/relnotes/10.5.9.html
U xenocara/lib/mesa/docs/relnotes/6.4
U xenocara/lib/mesa/docs/relnotes/3.5
U xenocara/lib/mesa/docs/relnotes/7.0.2.html
U xenocara/lib/mesa/docs/relnotes/4.0.3
U xenocara/lib/mesa/docs/relnotes/10.2.5.html
N xenocara/lib/mesa/docs/relnotes/11.1.0.html
U xenocara/lib/mesa/docs/relnotes/6.2
U xenocara/lib/mesa/docs/relnotes/11.0.6.html
U xenocara/lib/mesa/docs/relnotes/3.2.1
U xenocara/lib/mesa/docs/relnotes/10.2.9.html
U xenocara/lib/mesa/docs/relnotes/10.2.2.html
U xenocara/lib/mesa/docs/relnotes/7.11.2.html
U xenocara/lib/mesa/docs/relnotes/10.1.5.html
U xenocara/lib/mesa/docs/relnotes/7.9.html
U xenocara/lib/mesa/docs/relnotes/7.11.html
U xenocara/lib/mesa/docs/relnotes/7.0.1.html
U xenocara/lib/mesa/docs/relnotes/9.1.6.html
U xenocara/lib/mesa/docs/relnotes/10.2.7.html
U xenocara/lib/mesa/docs/relnotes/10.4.3.html
U xenocara/lib/mesa/docs/relnotes/7.8.3.html
U xenocara/lib/mesa/docs/relnotes/7.10.3.html
U xenocara/lib/mesa/docs/relnotes/10.3.6.html
N xenocara/lib/mesa/docs/relnotes/11.2.1.html
U xenocara/lib/mesa/docs/relnotes/9.1.4.html
U xenocara/lib/mesa/docs/relnotes/9.2.html
U xenocara/lib/mesa/docs/relnotes/10.2.html
U xenocara/lib/mesa/docs/relnotes/7.10.1.html
U xenocara/lib/mesa/docs/relnotes/11.0.1.html
U xenocara/lib/mesa/docs/relnotes/10.2.1.html
N xenocara/lib/mesa/docs/relnotes/10.6.6.html
U xenocara/lib/mesa/docs/relnotes/10.5.6.html
U xenocara/lib/mesa/docs/relnotes/10.2.3.html
U xenocara/lib/mesa/docs/relnotes/5.0.2
U xenocara/lib/mesa/docs/relnotes/7.4.2.html
U xenocara/lib/mesa/docs/relnotes/6.4.2.html
U xenocara/lib/mesa/docs/relnotes/10.4.5.html
U xenocara/lib/mesa/docs/relnotes/10.6.5.html
U xenocara/lib/mesa/docs/relnotes/7.11.1.html
U xenocara/lib/mesa/docs/relnotes/10.5.4.html
U xenocara/lib/mesa/docs/relnotes/8.0.4.html
N xenocara/lib/mesa/docs/relnotes/10.6.9.html
U xenocara/lib/mesa/docs/relnotes/10.4.7.html
U xenocara/lib/mesa/docs/relnotes/10.0.2.html
N xenocara/lib/mesa/docs/relnotes/10.6.8.html
U xenocara/lib/mesa/docs/relnotes/10.1.6.html
U xenocara/lib/mesa/docs/relnotes/7.8.2.html
U xenocara/lib/mesa/docs/relnotes/6.5.html
U xenocara/lib/mesa/docs/relnotes/5.0
U xenocara/lib/mesa/docs/relnotes/10.3.7.html
U xenocara/lib/mesa/docs/relnotes/3.4.1
U xenocara/lib/mesa/docs/relnotes/10.0.html
U xenocara/lib/mesa/docs/relnotes/10.5.8.html
U xenocara/lib/mesa/docs/relnotes/7.8.html
U xenocara/lib/mesa/docs/relnotes/11.0.4.html
U xenocara/lib/mesa/docs/relnotes/7.8.1.html
U xenocara/lib/mesa/docs/relnotes/6.4.1.html
U xenocara/lib/mesa/docs/relnotes/9.2.2.html
U xenocara/lib/mesa/docs/relnotes/10.5.2.html
U xenocara/lib/mesa/docs/relnotes/10.0.5.html
U xenocara/lib/mesa/docs/relnotes/6.0
U xenocara/lib/mesa/docs/relnotes/10.1.2.html
N xenocara/lib/mesa/docs/relnotes/11.2.0.html
U xenocara/lib/mesa/docs/relnotes/10.6.2.html
U xenocara/lib/mesa/docs/relnotes/6.0.1
U xenocara/lib/mesa/docs/relnotes/11.0.7.html
U xenocara/lib/mesa/docs/relnotes/7.4.3.html
U xenocara/lib/mesa/docs/relnotes/10.5.5.html
U xenocara/lib/mesa/docs/relnotes/10.2.4.html
U xenocara/lib/mesa/docs/relnotes/7.7.1.html
U xenocara/lib/mesa/docs/relnotes/10.4.2.html
U xenocara/lib/mesa/docs/relnotes/10.3.5.html
U xenocara/lib/mesa/docs/relnotes/10.1.html
U xenocara/lib/mesa/docs/relnotes/8.0.1.html
U xenocara/lib/mesa/docs/relnotes/7.5.1.html
U xenocara/lib/mesa/docs/relnotes/10.4.4.html
U xenocara/lib/mesa/docs/relnotes/10.5.0.html
U xenocara/lib/mesa/docs/relnotes/9.1.3.html
U xenocara/lib/mesa/docs/relnotes/6.4.html
U xenocara/lib/mesa/docs/relnotes/11.0.5.html
U xenocara/lib/mesa/docs/relnotes/10.3.4.html
U xenocara/lib/mesa/docs/relnotes/10.3.3.html
N xenocara/lib/mesa/docs/relnotes/11.1.1.html
U xenocara/lib/mesa/docs/relnotes/10.5.3.html
U xenocara/lib/mesa/docs/relnotes/7.6.1.html
U xenocara/lib/mesa/docs/relnotes/9.1.5.html
U xenocara/lib/mesa/docs/relnotes/5.0.1
U xenocara/lib/mesa/docs/relnotes/7.5.html
U xenocara/lib/mesa/docs/relnotes/9.1.1.html
U xenocara/lib/mesa/docs/relnotes/8.0.3.html
U xenocara/lib/mesa/docs/relnotes/6.3.1
U xenocara/lib/mesa/docs/relnotes/8.0.5.html
U xenocara/lib/mesa/docs/relnotes/4.0
U xenocara/lib/mesa/docs/relnotes/10.2.8.html
U xenocara/lib/mesa/docs/relnotes/9.1.html
U xenocara/lib/mesa/docs/relnotes/9.2.1.html
U xenocara/lib/mesa/docs/relnotes/6.5.1.html
U xenocara/lib/mesa/docs/relnotes/10.6.4.html
U xenocara/lib/mesa/docs/relnotes/10.1.4.html
U xenocara/lib/mesa/docs/relnotes/6.1
U xenocara/lib/mesa/docs/relnotes/9.0.1.html
U xenocara/lib/mesa/docs/relnotes/6.2.1
U xenocara/lib/mesa/docs/relnotes/7.4.html
U xenocara/lib/mesa/docs/relnotes/7.10.html
U xenocara/lib/mesa/docs/relnotes/11.0.3.html
U xenocara/lib/mesa/docs/relnotes/7.2.html
U xenocara/lib/mesa/docs/relnotes/10.2.6.html
U xenocara/lib/mesa/docs/relnotes/10.6.3.html
U xenocara/lib/mesa/docs/relnotes/7.9.1.html
U xenocara/lib/mesa/docs/relnotes/10.0.1.html
N xenocara/lib/mesa/docs/relnotes/10.6.7.html
U xenocara/lib/mesa/docs/relnotes/3.3
U xenocara/lib/mesa/docs/relnotes/6.5.2.html
U xenocara/lib/mesa/docs/relnotes/10.3.html
U xenocara/lib/mesa/docs/relnotes/10.1.1.html
U xenocara/lib/mesa/docs/relnotes/3.1
U xenocara/lib/mesa/docs/relnotes/7.7.html
U xenocara/lib/mesa/docs/relnotes/9.0.3.html
U xenocara/lib/mesa/docs/relnotes/5.1
U xenocara/lib/mesa/docs/relnotes/9.2.5.html
U xenocara/lib/mesa/docs/relnotes/10.3.2.html
U xenocara/lib/mesa/docs/relnotes/7.1.html
U xenocara/lib/mesa/docs/relnotes/11.0.2.html
U xenocara/lib/mesa/docs/relnotes/10.0.3.html
N xenocara/lib/mesa/docs/relnotes/11.2.2.html
U xenocara/lib/mesa/docs/relnotes/10.4.6.html
U xenocara/lib/mesa/docs/relnotes/11.0.9.html
U xenocara/lib/mesa/docs/relnotes/3.4.2
U xenocara/lib/mesa/docs/relnotes/6.3.2
U xenocara/lib/mesa/docs/relnotes/10.3.1.html
U xenocara/lib/mesa/docs/relnotes/10.1.3.html
U xenocara/lib/mesa/docs/relnotes/10.4.html
U xenocara/lib/mesa/docs/relnotes/10.5.1.html
U xenocara/lib/mesa/docs/relnotes/4.0.1
U xenocara/lib/mesa/docs/relnotes/4.0.2
U xenocara/lib/mesa/docs/relnotes/7.9.2.html
U xenocara/lib/mesa/docs/relnotes/7.5.2.html
U xenocara/lib/mesa/docs/relnotes/7.0.html
U xenocara/lib/mesa/docs/relnotes/4.1
U xenocara/lib/mesa/docs/relnotes/9.2.4.html
U xenocara/lib/mesa/docs/relnotes/3.2
U xenocara/lib/mesa/docs/relnotes/9.1.7.html
U xenocara/lib/mesa/docs/relnotes/7.6.html
U xenocara/lib/mesa/docs/relnotes/9.1.2.html
U xenocara/lib/mesa/docs/relnotes/9.0.html
U xenocara/lib/mesa/docs/relnotes/9.2.3.html
U xenocara/lib/mesa/docs/relnotes/10.0.4.html
U xenocara/lib/mesa/docs/relnotes/10.4.1.html
U xenocara/lib/mesa/docs/specs/MESA_copy_sub_buffer.spec
U xenocara/lib/mesa/docs/specs/EXT_shader_integer_mix.spec
U xenocara/lib/mesa/docs/specs/enums.txt
U xenocara/lib/mesa/docs/specs/WL_bind_wayland_display.spec
U xenocara/lib/mesa/docs/specs/MESA_query_renderer.spec
U xenocara/lib/mesa/docs/specs/MESA_shader_debug.spec
U xenocara/lib/mesa/docs/specs/MESA_configless_context.spec
N xenocara/lib/mesa/docs/specs/EXT_shader_samples_identical.txt
U xenocara/lib/mesa/docs/specs/MESA_drm_image.spec
U xenocara/lib/mesa/docs/specs/MESA_multithread_makecurrent.spec
U xenocara/lib/mesa/docs/specs/MESA_ycbcr_texture.spec
U xenocara/lib/mesa/docs/specs/MESA_agp_offset.spec
U xenocara/lib/mesa/docs/specs/MESA_release_buffers.spec
U xenocara/lib/mesa/docs/specs/MESA_swap_frame_usage.spec
U xenocara/lib/mesa/docs/specs/MESA_texture_signed_rgba.spec
U xenocara/lib/mesa/docs/specs/MESA_swap_control.spec
U xenocara/lib/mesa/docs/specs/MESA_pixmap_colormap.spec
U xenocara/lib/mesa/docs/specs/MESA_window_pos.spec
U xenocara/lib/mesa/docs/specs/MESA_image_dma_buf_export.txt
U xenocara/lib/mesa/docs/specs/WL_create_wayland_buffer_from_image.spec
U xenocara/lib/mesa/docs/specs/MESA_pack_invert.spec
U xenocara/lib/mesa/docs/specs/MESA_texture_array.spec
U xenocara/lib/mesa/docs/specs/MESA_set_3dfx_mode.spec
U xenocara/lib/mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec
U xenocara/lib/mesa/docs/specs/OLD/MESA_program_debug.spec
U xenocara/lib/mesa/docs/specs/OLD/MESA_trace.spec
U xenocara/lib/mesa/docs/specs/OLD/MESA_resize_buffers.spec
U xenocara/lib/mesa/docs/specs/OLD/MESA_sprite_point.spec
U xenocara/lib/mesa/bin/config.guess
U xenocara/lib/mesa/bin/compile
U xenocara/lib/mesa/bin/missing
U xenocara/lib/mesa/bin/ar-lib
U xenocara/lib/mesa/bin/depcomp
U xenocara/lib/mesa/bin/test-driver
U xenocara/lib/mesa/bin/config.sub
U xenocara/lib/mesa/bin/ltmain.sh
U xenocara/lib/mesa/bin/install-sh
U xenocara/lib/mesa/m4/ax_gcc_func_attribute.m4
U xenocara/lib/mesa/m4/lt~obsolete.m4
U xenocara/lib/mesa/m4/ax_prog_bison.m4
U xenocara/lib/mesa/m4/ltoptions.m4
U xenocara/lib/mesa/m4/ax_pthread.m4
U xenocara/lib/mesa/m4/ax_prog_flex.m4
U xenocara/lib/mesa/m4/ax_gcc_builtin.m4
U xenocara/lib/mesa/m4/ltsugar.m4
U xenocara/lib/mesa/m4/ltversion.m4
U xenocara/lib/mesa/m4/ax_check_python_mako_module.m4
U xenocara/lib/mesa/m4/libtool.m4
U xenocara/lib/mesa/m4/ax_check_gnu_make.m4
U xenocara/lib/mesa/src/SConscript
U xenocara/lib/mesa/src/Makefile.am
C xenocara/lib/mesa/src/Makefile.in
U xenocara/lib/mesa/src/glx/dri_common_query_renderer.c
U xenocara/lib/mesa/src/glx/indirect_vertex_array.h
U xenocara/lib/mesa/src/glx/dri2_glx.c
U xenocara/lib/mesa/src/glx/xf86dri.h
U xenocara/lib/mesa/src/glx/indirect.c
U xenocara/lib/mesa/src/glx/dri3_glx.c
U xenocara/lib/mesa/src/glx/SConscript
C xenocara/lib/mesa/src/glx/Makefile.am
U xenocara/lib/mesa/src/glx/glxhash.c
U xenocara/lib/mesa/src/glx/glxext.c
U xenocara/lib/mesa/src/glx/indirect.h
U xenocara/lib/mesa/src/glx/indirect_vertex_program.c
U xenocara/lib/mesa/src/glx/dri2_priv.h
U xenocara/lib/mesa/src/glx/indirect_size.h
U xenocara/lib/mesa/src/glx/dri_common.h
U xenocara/lib/mesa/src/glx/glxcurrent.c
U xenocara/lib/mesa/src/glx/dri2.h
U xenocara/lib/mesa/src/glx/glxhash.h
U xenocara/lib/mesa/src/glx/pixel.c
U xenocara/lib/mesa/src/glx/applegl_glx.c
U xenocara/lib/mesa/src/glx/glxcmds.c
U xenocara/lib/mesa/src/glx/query_renderer.c
U xenocara/lib/mesa/src/glx/renderpix.c
C xenocara/lib/mesa/src/glx/Makefile.in
U xenocara/lib/mesa/src/glx/dri3_priv.h
U xenocara/lib/mesa/src/glx/indirect_glx.c
U xenocara/lib/mesa/src/glx/render2.c
U xenocara/lib/mesa/src/glx/clientinfo.c
U xenocara/lib/mesa/src/glx/packrender.h
U xenocara/lib/mesa/src/glx/glxextensions.h
U xenocara/lib/mesa/src/glx/indirect_vertex_array_priv.h
U xenocara/lib/mesa/src/glx/glxconfig.c
U xenocara/lib/mesa/src/glx/dri2.c
U xenocara/lib/mesa/src/glx/pixelstore.c
U xenocara/lib/mesa/src/glx/eval.c
U xenocara/lib/mesa/src/glx/compsize.c
C xenocara/lib/mesa/src/glx/dri_common.c
U xenocara/lib/mesa/src/glx/XF86dri.c
U xenocara/lib/mesa/src/glx/indirect_size.c
U xenocara/lib/mesa/src/glx/indirect_transpose_matrix.c
U xenocara/lib/mesa/src/glx/dri_glx.c
U xenocara/lib/mesa/src/glx/glx_error.h
U xenocara/lib/mesa/src/glx/drisw_priv.h
U xenocara/lib/mesa/src/glx/clientattrib.c
U xenocara/lib/mesa/src/glx/single2.c
U xenocara/lib/mesa/src/glx/indirect_texture_compression.c
U xenocara/lib/mesa/src/glx/glxconfig.h
U xenocara/lib/mesa/src/glx/glx_pbuffer.c
U xenocara/lib/mesa/src/glx/xf86dristr.h
U xenocara/lib/mesa/src/glx/indirect_window_pos.c
U xenocara/lib/mesa/src/glx/dri_sarea.h
U xenocara/lib/mesa/src/glx/xfont.c
U xenocara/lib/mesa/src/glx/indirect_init.h
U xenocara/lib/mesa/src/glx/singlepix.c
U xenocara/lib/mesa/src/glx/indirect_init.c
U xenocara/lib/mesa/src/glx/glx_query.c
U xenocara/lib/mesa/src/glx/vertarr.c
U xenocara/lib/mesa/src/glx/drisw_glx.c
U xenocara/lib/mesa/src/glx/indirect_vertex_array.c
U xenocara/lib/mesa/src/glx/glx_error.c
U xenocara/lib/mesa/src/glx/glxextensions.c
U xenocara/lib/mesa/src/glx/packsingle.h
U xenocara/lib/mesa/src/glx/create_context.c
U xenocara/lib/mesa/src/glx/glxclient.h
U xenocara/lib/mesa/src/glx/tests/Makefile.am
U xenocara/lib/mesa/src/glx/tests/enum_sizes.cpp
U xenocara/lib/mesa/src/glx/tests/create_context_unittest.cpp
C xenocara/lib/mesa/src/glx/tests/Makefile.in
U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.h
U xenocara/lib/mesa/src/glx/tests/clientinfo_unittest.cpp
U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.cpp
U xenocara/lib/mesa/src/glx/tests/mock_xdisplay.h
U xenocara/lib/mesa/src/glx/tests/indirect_api.cpp
U xenocara/lib/mesa/src/glx/tests/query_renderer_unittest.cpp
U xenocara/lib/mesa/src/glx/tests/query_renderer_implementation_unittest.cpp
U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_stereo.c
U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.h
U xenocara/lib/mesa/src/glx/apple/Makefile.am
U xenocara/lib/mesa/src/glx/apple/RELEASE_NOTES
U xenocara/lib/mesa/src/glx/apple/apple_glx_context.c
U xenocara/lib/mesa/src/glx/apple/glx_empty.c
C xenocara/lib/mesa/src/glx/apple/Makefile.in
U xenocara/lib/mesa/src/glx/apple/apple_cgl.c
U xenocara/lib/mesa/src/glx/apple/apple_glx_pbuffer.c
U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_read.c
U xenocara/lib/mesa/src/glx/apple/apple_glx_log.c
U xenocara/lib/mesa/src/glx/apple/apple_glx_pixmap.c
U xenocara/lib/mesa/src/glx/apple/apple_glapi.c
U xenocara/lib/mesa/src/glx/apple/appledri.c
U xenocara/lib/mesa/src/glx/apple/apple_glx.c
U xenocara/lib/mesa/src/glx/apple/apple_cgl.h
U xenocara/lib/mesa/src/glx/apple/apple_visual.h
U xenocara/lib/mesa/src/glx/apple/apple_glx_context.h
U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.c
U xenocara/lib/mesa/src/glx/apple/apple_glx.h
U xenocara/lib/mesa/src/glx/apple/apple_visual.c
U xenocara/lib/mesa/src/glx/apple/appledri.h
U xenocara/lib/mesa/src/glx/apple/TODO
U xenocara/lib/mesa/src/glx/apple/apple_xgl_api.h
U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_viewport.c
U xenocara/lib/mesa/src/glx/apple/apple_glx_surface.c
U xenocara/lib/mesa/src/glx/apple/appledristr.h
U xenocara/lib/mesa/src/glx/apple/apple_glx_log.h
U xenocara/lib/mesa/src/gtest/Makefile.am
C xenocara/lib/mesa/src/gtest/Makefile.in
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-death-test.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-param-test.h.pump
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-printers.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-typed-test.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-test-part.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-param-test.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-spi.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest_pred_impl.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest_prod.h
U xenocara/lib/mesa/src/gtest/include/gtest/gtest-message.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-filepath.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-tuple.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-port.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-internal.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-string.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h
U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump
U xenocara/lib/mesa/src/gtest/src/gtest-port.cc
U xenocara/lib/mesa/src/gtest/src/gtest-typed-test.cc
U xenocara/lib/mesa/src/gtest/src/gtest.cc
U xenocara/lib/mesa/src/gtest/src/gtest-filepath.cc
U xenocara/lib/mesa/src/gtest/src/gtest-all.cc
U xenocara/lib/mesa/src/gtest/src/gtest-death-test.cc
U xenocara/lib/mesa/src/gtest/src/gtest_main.cc
U xenocara/lib/mesa/src/gtest/src/gtest-printers.cc
U xenocara/lib/mesa/src/gtest/src/gtest-internal-inl.h
U xenocara/lib/mesa/src/gtest/src/gtest-test-part.cc
U xenocara/lib/mesa/src/mesa/SConscript
C xenocara/lib/mesa/src/mesa/Makefile.am
U xenocara/lib/mesa/src/mesa/gl.pc.in
C xenocara/lib/mesa/src/mesa/Makefile.in
U xenocara/lib/mesa/src/mesa/Makefile.sources
U xenocara/lib/mesa/src/mesa/x86-64/x86-64.h
U xenocara/lib/mesa/src/mesa/x86-64/xform4.S
U xenocara/lib/mesa/src/mesa/x86-64/x86-64.c
U xenocara/lib/mesa/src/mesa/sparc/sparc_clip.S
U xenocara/lib/mesa/src/mesa/sparc/sparc.c
U xenocara/lib/mesa/src/mesa/sparc/norm.S
U xenocara/lib/mesa/src/mesa/sparc/sparc_matrix.h
U xenocara/lib/mesa/src/mesa/sparc/sparc.h
U xenocara/lib/mesa/src/mesa/sparc/xform.S
U xenocara/lib/mesa/src/mesa/vbo/vbo_exec.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_split_copy.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_save_draw.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_attrib_tmp.h
U xenocara/lib/mesa/src/mesa/vbo/vbo_context.h
U xenocara/lib/mesa/src/mesa/vbo/vbo_save_loopback.c
U xenocara/lib/mesa/src/mesa/vbo/vbo.h
U xenocara/lib/mesa/src/mesa/vbo/vbo_attrib.h
U xenocara/lib/mesa/src/mesa/vbo/vbo_split.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_exec_draw.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_exec_array.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_primitive_restart.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_save_api.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_split_inplace.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_save.h
U xenocara/lib/mesa/src/mesa/vbo/vbo_exec_api.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_noop.h
N xenocara/lib/mesa/src/mesa/vbo/vbo_minmax_index.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_noop.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_exec.h
U xenocara/lib/mesa/src/mesa/vbo/vbo_rebase.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_save.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_split.h
U xenocara/lib/mesa/src/mesa/vbo/vbo_exec_eval.c
U xenocara/lib/mesa/src/mesa/vbo/vbo_context.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_condrender.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_texture.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_draw_feedback.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_program.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_viewport.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_clip.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.c
N xenocara/lib/mesa/src/mesa/state_tracker/st_cb_compute.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_viewport.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_xformfb.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_shader.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_condrender.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_syncobj.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_blit.h
N xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_scissor.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_rasterizer.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_context.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_depth.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_gl_api.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_xformfb.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_shader.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_program.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.c
N xenocara/lib/mesa/src/mesa/state_tracker/st_cb_compute.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_texture.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_fbo.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_debug.c
N xenocara/lib/mesa/src/mesa/state_tracker/st_atom_atomicbuf.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_strings.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_perfmon.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_viewport.c
N xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_blend.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_blit.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_manager.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_perfmon.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_texture.h
N xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels_shader.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_manager.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_queryobj.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_strings.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_msaa.c
N xenocara/lib/mesa/src/mesa/state_tracker/st_atom_image.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_syncobj.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_array.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_sampler.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_tess.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_stipple.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_format.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom.c
N xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
N xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap_shader.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_program.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
U xenocara/lib/mesa/src/mesa/state_tracker/st_context.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_draw.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cache.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_format.h
N xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_fbo.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_program.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_draw.c
N xenocara/lib/mesa/src/mesa/state_tracker/st_atom_storagebuf.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_msaa.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_framebuffer.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_msaa.c
U xenocara/lib/mesa/src/mesa/state_tracker/st_debug.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.h
U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_queryobj.c
U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h
U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_vertex.h
U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_triemit.h
U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_unfilled.h
U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_dmatmp.h
U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_tritmp.h
U xenocara/lib/mesa/src/mesa/program/dummy_errors.c
U xenocara/lib/mesa/src/mesa/program/arbprogparse.c
U xenocara/lib/mesa/src/mesa/program/string_to_uint_map.cpp
U xenocara/lib/mesa/src/mesa/program/programopt.c
U xenocara/lib/mesa/src/mesa/program/prog_statevars.c
U xenocara/lib/mesa/src/mesa/program/prog_print.h
U xenocara/lib/mesa/src/mesa/program/program.c
U xenocara/lib/mesa/src/mesa/program/ir_to_mesa.h
U xenocara/lib/mesa/src/mesa/program/program_parse.tab.h
U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.c
U xenocara/lib/mesa/src/mesa/program/prog_instruction.c
U xenocara/lib/mesa/src/mesa/program/prog_noise.c
U xenocara/lib/mesa/src/mesa/program/prog_opt_constant_fold.c
U xenocara/lib/mesa/src/mesa/program/prog_parameter.h
U xenocara/lib/mesa/src/mesa/program/prog_cache.h
U xenocara/lib/mesa/src/mesa/program/program_lexer.l
U xenocara/lib/mesa/src/mesa/program/hash_table.h
U xenocara/lib/mesa/src/mesa/program/prog_optimize.h
U xenocara/lib/mesa/src/mesa/program/prog_execute.h
U xenocara/lib/mesa/src/mesa/program/symbol_table.h
U xenocara/lib/mesa/src/mesa/program/prog_execute.c
U xenocara/lib/mesa/src/mesa/program/arbprogparse.h
U xenocara/lib/mesa/src/mesa/program/prog_optimize.c
U xenocara/lib/mesa/src/mesa/program/prog_print.c
U xenocara/lib/mesa/src/mesa/program/program.h
U xenocara/lib/mesa/src/mesa/program/prog_statevars.h
U xenocara/lib/mesa/src/mesa/program/prog_instruction.h
U xenocara/lib/mesa/src/mesa/program/prog_to_nir.h
U xenocara/lib/mesa/src/mesa/program/program_parse.tab.c
U xenocara/lib/mesa/src/mesa/program/prog_parameter.c
U xenocara/lib/mesa/src/mesa/program/ir_to_mesa.cpp
U xenocara/lib/mesa/src/mesa/program/program_parse_extra.c
U xenocara/lib/mesa/src/mesa/program/programopt.h
U xenocara/lib/mesa/src/mesa/program/prog_hash_table.c
U xenocara/lib/mesa/src/mesa/program/prog_to_nir.c
U xenocara/lib/mesa/src/mesa/program/prog_cache.c
U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.h
U xenocara/lib/mesa/src/mesa/program/prog_noise.h
U xenocara/lib/mesa/src/mesa/program/program_parse.y
U xenocara/lib/mesa/src/mesa/program/lex.yy.c
U xenocara/lib/mesa/src/mesa/program/symbol_table.c
U xenocara/lib/mesa/src/mesa/program/program_parser.h
U xenocara/lib/mesa/src/mesa/tnl/t_context.c
U xenocara/lib/mesa/src/mesa/tnl/t_vb_render.c
U xenocara/lib/mesa/src/mesa/tnl/t_vb_texmat.c
U xenocara/lib/mesa/src/mesa/tnl/tnl.h
U xenocara/lib/mesa/src/mesa/tnl/t_vb_rendertmp.h
U xenocara/lib/mesa/src/mesa/tnl/t_vb_fog.c
U xenocara/lib/mesa/src/mesa/tnl/t_vb_vertex.c
U xenocara/lib/mesa/src/mesa/tnl/t_vb_program.c
U xenocara/lib/mesa/src/mesa/tnl/t_vb_normals.c
U xenocara/lib/mesa/src/mesa/tnl/t_vertex.h
U xenocara/lib/mesa/src/mesa/tnl/t_vb_light.c
U xenocara/lib/mesa/src/mesa/tnl/NOTES
U xenocara/lib/mesa/src/mesa/tnl/t_vertex_sse.c
U xenocara/lib/mesa/src/mesa/tnl/t_vp_build.h
U xenocara/lib/mesa/src/mesa/tnl/t_context.h
U xenocara/lib/mesa/src/mesa/tnl/t_vertex_generic.c
U xenocara/lib/mesa/src/mesa/tnl/t_vertex.c
U xenocara/lib/mesa/src/mesa/tnl/t_vp_build.c
U xenocara/lib/mesa/src/mesa/tnl/t_pipeline.h
U xenocara/lib/mesa/src/mesa/tnl/t_vb_texgen.c
U xenocara/lib/mesa/src/mesa/tnl/t_vb_points.c
U xenocara/lib/mesa/src/mesa/tnl/t_draw.c
U xenocara/lib/mesa/src/mesa/tnl/t_pipeline.c
U xenocara/lib/mesa/src/mesa/tnl/t_vb_cliptmp.h
U xenocara/lib/mesa/src/mesa/tnl/t_vb_lighttmp.h
U xenocara/lib/mesa/src/mesa/swrast/swrast.h
U xenocara/lib/mesa/src/mesa/swrast/s_fragprog.h
U xenocara/lib/mesa/src/mesa/swrast/s_texfilter.h
U xenocara/lib/mesa/src/mesa/swrast/s_logic.h
U xenocara/lib/mesa/src/mesa/swrast/s_aalinetemp.h
U xenocara/lib/mesa/src/mesa/swrast/s_span.c
U xenocara/lib/mesa/src/mesa/swrast/s_chan.h
U xenocara/lib/mesa/src/mesa/swrast/s_texfetch.c
U xenocara/lib/mesa/src/mesa/swrast/s_aaline.h
U xenocara/lib/mesa/src/mesa/swrast/s_stencil.h
U xenocara/lib/mesa/src/mesa/swrast/s_bitmap.c
U xenocara/lib/mesa/src/mesa/swrast/s_context.h
U xenocara/lib/mesa/src/mesa/swrast/s_texfilter.c
U xenocara/lib/mesa/src/mesa/swrast/s_blit.c
U xenocara/lib/mesa/src/mesa/swrast/s_drawpix.c
U xenocara/lib/mesa/src/mesa/swrast/s_copypix.c
U xenocara/lib/mesa/src/mesa/swrast/s_texrender.c
U xenocara/lib/mesa/src/mesa/swrast/s_masking.c
U xenocara/lib/mesa/src/mesa/swrast/s_texture.c
U xenocara/lib/mesa/src/mesa/swrast/s_points.c
U xenocara/lib/mesa/src/mesa/swrast/s_logic.c
U xenocara/lib/mesa/src/mesa/swrast/s_context.c
U xenocara/lib/mesa/src/mesa/swrast/s_depth.h
U xenocara/lib/mesa/src/mesa/swrast/s_aatriangle.c
U xenocara/lib/mesa/src/mesa/swrast/s_aaline.c
U xenocara/lib/mesa/src/mesa/swrast/NOTES
U xenocara/lib/mesa/src/mesa/swrast/s_renderbuffer.h
U xenocara/lib/mesa/src/mesa/swrast/s_feedback.h
U xenocara/lib/mesa/src/mesa/swrast/s_triangle.c
U xenocara/lib/mesa/src/mesa/swrast/s_zoom.c
U xenocara/lib/mesa/src/mesa/swrast/s_texcombine.c
U xenocara/lib/mesa/src/mesa/swrast/s_fragprog.c
U xenocara/lib/mesa/src/mesa/swrast/s_alpha.h
U xenocara/lib/mesa/src/mesa/swrast/s_texfetch.h
U xenocara/lib/mesa/src/mesa/swrast/s_lines.c
U xenocara/lib/mesa/src/mesa/swrast/s_fog.h
U xenocara/lib/mesa/src/mesa/swrast/s_depth.c
U xenocara/lib/mesa/src/mesa/swrast/s_linetemp.h
U xenocara/lib/mesa/src/mesa/swrast/s_renderbuffer.c
U xenocara/lib/mesa/src/mesa/swrast/s_blend.h
U xenocara/lib/mesa/src/mesa/swrast/s_blend.c
U xenocara/lib/mesa/src/mesa/swrast/s_fog.c
U xenocara/lib/mesa/src/mesa/swrast/s_lines.h
U xenocara/lib/mesa/src/mesa/swrast/s_atifragshader.h
U xenocara/lib/mesa/src/mesa/swrast/s_clear.c
U xenocara/lib/mesa/src/mesa/swrast/s_texcombine.h
U xenocara/lib/mesa/src/mesa/swrast/s_triangle.h
U xenocara/lib/mesa/src/mesa/swrast/s_aatriangle.h
U xenocara/lib/mesa/src/mesa/swrast/s_texfetch_tmp.h
U xenocara/lib/mesa/src/mesa/swrast/s_zoom.h
U xenocara/lib/mesa/src/mesa/swrast/s_span.h
U xenocara/lib/mesa/src/mesa/swrast/s_stencil.c
U xenocara/lib/mesa/src/mesa/swrast/s_points.h
U xenocara/lib/mesa/src/mesa/swrast/s_aatritemp.h
U xenocara/lib/mesa/src/mesa/swrast/s_alpha.c
U xenocara/lib/mesa/src/mesa/swrast/s_masking.h
U xenocara/lib/mesa/src/mesa/swrast/s_tritemp.h
U xenocara/lib/mesa/src/mesa/swrast/s_atifragshader.c
U xenocara/lib/mesa/src/mesa/swrast/s_feedback.c
U xenocara/lib/mesa/src/mesa/x86/gen_matypes.c
U xenocara/lib/mesa/src/mesa/x86/clip_args.h
U xenocara/lib/mesa/src/mesa/x86/assyntax.h
U xenocara/lib/mesa/src/mesa/x86/common_x86_features.h
U xenocara/lib/mesa/src/mesa/x86/mmx_blendtmp.h
U xenocara/lib/mesa/src/mesa/x86/sse_xform1.S
U xenocara/lib/mesa/src/mesa/x86/xform_args.h
U xenocara/lib/mesa/src/mesa/x86/x86_xform3.S
U xenocara/lib/mesa/src/mesa/x86/sse.c
U xenocara/lib/mesa/src/mesa/x86/3dnow_xform2.S
U xenocara/lib/mesa/src/mesa/x86/3dnow_xform3.S
U xenocara/lib/mesa/src/mesa/x86/common_x86_asm.S
U xenocara/lib/mesa/src/mesa/x86/x86_xform.c
U xenocara/lib/mesa/src/mesa/x86/x86_cliptest.S
U xenocara/lib/mesa/src/mesa/x86/sse.h
U xenocara/lib/mesa/src/mesa/x86/x86_xform.h
U xenocara/lib/mesa/src/mesa/x86/3dnow_xform1.S
U xenocara/lib/mesa/src/mesa/x86/mmx_blend.S
U xenocara/lib/mesa/src/mesa/x86/sse_xform2.S
U xenocara/lib/mesa/src/mesa/x86/x86_xform4.S
U xenocara/lib/mesa/src/mesa/x86/mmx.h
U xenocara/lib/mesa/src/mesa/x86/sse_xform3.S
U xenocara/lib/mesa/src/mesa/x86/common_x86.c
U xenocara/lib/mesa/src/mesa/x86/sse_normal.S
U xenocara/lib/mesa/src/mesa/x86/x86_xform2.S
U xenocara/lib/mesa/src/mesa/x86/read_rgba_span_x86.S
U xenocara/lib/mesa/src/mesa/x86/3dnow.h
U xenocara/lib/mesa/src/mesa/x86/common_x86_asm.h
U xenocara/lib/mesa/src/mesa/x86/3dnow_xform4.S
U xenocara/lib/mesa/src/mesa/x86/norm_args.h
U xenocara/lib/mesa/src/mesa/x86/sse_xform4.S
U xenocara/lib/mesa/src/mesa/x86/3dnow.c
U xenocara/lib/mesa/src/mesa/x86/rtasm/x86sse.h
U xenocara/lib/mesa/src/mesa/x86/rtasm/x86sse.c
U xenocara/lib/mesa/src/mesa/math/m_debug_xform.c
U xenocara/lib/mesa/src/mesa/math/m_debug.h
U xenocara/lib/mesa/src/mesa/math/m_debug_norm.c
U xenocara/lib/mesa/src/mesa/math/m_translate.c
U xenocara/lib/mesa/src/mesa/math/m_copy_tmp.h
U xenocara/lib/mesa/src/mesa/math/m_vector.h
U xenocara/lib/mesa/src/mesa/math/m_eval.c
U xenocara/lib/mesa/src/mesa/math/m_vector.c
U xenocara/lib/mesa/src/mesa/math/m_eval.h
U xenocara/lib/mesa/src/mesa/math/m_trans_tmp.h
U xenocara/lib/mesa/src/mesa/math/m_debug_util.h
U xenocara/lib/mesa/src/mesa/math/m_debug_clip.c
U xenocara/lib/mesa/src/mesa/math/m_xform_tmp.h
U xenocara/lib/mesa/src/mesa/math/m_norm_tmp.h
U xenocara/lib/mesa/src/mesa/math/m_clip_tmp.h
U xenocara/lib/mesa/src/mesa/math/m_xform.h
U xenocara/lib/mesa/src/mesa/math/m_dotprod_tmp.h
U xenocara/lib/mesa/src/mesa/math/m_translate.h
U xenocara/lib/mesa/src/mesa/math/m_matrix.h
U xenocara/lib/mesa/src/mesa/math/m_xform.c
U xenocara/lib/mesa/src/mesa/math/m_matrix.c
U xenocara/lib/mesa/src/mesa/swrast_setup/ss_triangle.h
U xenocara/lib/mesa/src/mesa/swrast_setup/NOTES
U xenocara/lib/mesa/src/mesa/swrast_setup/ss_triangle.c
U xenocara/lib/mesa/src/mesa/swrast_setup/ss_context.c
U xenocara/lib/mesa/src/mesa/swrast_setup/ss_vb.h
U xenocara/lib/mesa/src/mesa/swrast_setup/ss_context.h
U xenocara/lib/mesa/src/mesa/swrast_setup/ss_tritmp.h
U xenocara/lib/mesa/src/mesa/swrast_setup/swrast_setup.h
U xenocara/lib/mesa/src/mesa/main/get_hash_params.py
U xenocara/lib/mesa/src/mesa/main/format_info.py
U xenocara/lib/mesa/src/mesa/main/colormac.h
U xenocara/lib/mesa/src/mesa/main/state.c
U xenocara/lib/mesa/src/mesa/main/glheader.h
U xenocara/lib/mesa/src/mesa/main/texstore.h
U xenocara/lib/mesa/src/mesa/main/shaderimage.h
U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.h
U xenocara/lib/mesa/src/mesa/main/colortab.c
U xenocara/lib/mesa/src/mesa/main/scissor.c
U xenocara/lib/mesa/src/mesa/main/queryobj.h
N xenocara/lib/mesa/src/mesa/main/objectpurge.h
U xenocara/lib/mesa/src/mesa/main/points.h
U xenocara/lib/mesa/src/mesa/main/querymatrix.h
U xenocara/lib/mesa/src/mesa/main/pixeltransfer.c
U xenocara/lib/mesa/src/mesa/main/compute.c
U xenocara/lib/mesa/src/mesa/main/attrib.h
U xenocara/lib/mesa/src/mesa/main/mm.h
U xenocara/lib/mesa/src/mesa/main/texformat.c
U xenocara/lib/mesa/src/mesa/main/compute.h
U xenocara/lib/mesa/src/mesa/main/image.c
U xenocara/lib/mesa/src/mesa/main/sse_minmax.h
U xenocara/lib/mesa/src/mesa/main/texparam.c
U xenocara/lib/mesa/src/mesa/main/streaming-load-memcpy.c
U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.c
U xenocara/lib/mesa/src/mesa/main/api_arrayelt.c
U xenocara/lib/mesa/src/mesa/main/varray.c
U xenocara/lib/mesa/src/mesa/main/shaderapi.c
U xenocara/lib/mesa/src/mesa/main/stencil.h
U xenocara/lib/mesa/src/mesa/main/textureview.h
U xenocara/lib/mesa/src/mesa/main/buffers.h
U xenocara/lib/mesa/src/mesa/main/texturebarrier.c
U xenocara/lib/mesa/src/mesa/main/extensions.c
U xenocara/lib/mesa/src/mesa/main/pixelstore.h
U xenocara/lib/mesa/src/mesa/main/histogram.c
U xenocara/lib/mesa/src/mesa/main/clip.c
U xenocara/lib/mesa/src/mesa/main/format_unpack.h
U xenocara/lib/mesa/src/mesa/main/fog.h
U xenocara/lib/mesa/src/mesa/main/cpuinfo.c
U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.h
U xenocara/lib/mesa/src/mesa/main/formats.h
U xenocara/lib/mesa/src/mesa/main/uniform_query.cpp
U xenocara/lib/mesa/src/mesa/main/pack.h
U xenocara/lib/mesa/src/mesa/main/colortab.h
U xenocara/lib/mesa/src/mesa/main/hash.c
U xenocara/lib/mesa/src/mesa/main/shaderimage.c
U xenocara/lib/mesa/src/mesa/main/program_resource.c
U xenocara/lib/mesa/src/mesa/main/getstring.c
U xenocara/lib/mesa/src/mesa/main/renderbuffer.h
U xenocara/lib/mesa/src/mesa/main/hint.h
U xenocara/lib/mesa/src/mesa/main/context.c
U xenocara/lib/mesa/src/mesa/main/extensions.h
U xenocara/lib/mesa/src/mesa/main/pbo.c
U xenocara/lib/mesa/src/mesa/main/shaderobj.h
U xenocara/lib/mesa/src/mesa/main/pixel.c
U xenocara/lib/mesa/src/mesa/main/texcompress_etc.h
U xenocara/lib/mesa/src/mesa/main/format_unpack.py
U xenocara/lib/mesa/src/mesa/main/points.c
U xenocara/lib/mesa/src/mesa/main/genmipmap.c
U xenocara/lib/mesa/src/mesa/main/imports.h
U xenocara/lib/mesa/src/mesa/main/varray.h
U xenocara/lib/mesa/src/mesa/main/program_resource.h
U xenocara/lib/mesa/src/mesa/main/fbobject.c
U xenocara/lib/mesa/src/mesa/main/viewport.h
U xenocara/lib/mesa/src/mesa/main/polygon.c
U xenocara/lib/mesa/src/mesa/main/remap_helper.h
U xenocara/lib/mesa/src/mesa/main/pbo.h
U xenocara/lib/mesa/src/mesa/main/imports.c
U xenocara/lib/mesa/src/mesa/main/remap.c
U xenocara/lib/mesa/src/mesa/main/format_info.h
U xenocara/lib/mesa/src/mesa/main/api_arrayelt.h
U xenocara/lib/mesa/src/mesa/main/streaming-load-memcpy.h
U xenocara/lib/mesa/src/mesa/main/samplerobj.h
U xenocara/lib/mesa/src/mesa/main/objectlabel.c
U xenocara/lib/mesa/src/mesa/main/texparam.h
U xenocara/lib/mesa/src/mesa/main/pipelineobj.c
U xenocara/lib/mesa/src/mesa/main/arrayobj.h
U xenocara/lib/mesa/src/mesa/main/genmipmap.h
U xenocara/lib/mesa/src/mesa/main/depth.c
U xenocara/lib/mesa/src/mesa/main/api_loopback.h
U xenocara/lib/mesa/src/mesa/main/es1_conversion.c
U xenocara/lib/mesa/src/mesa/main/api_validate.h
U xenocara/lib/mesa/src/mesa/main/lines.c
U xenocara/lib/mesa/src/mesa/main/blit.h
U xenocara/lib/mesa/src/mesa/main/syncobj.c
U xenocara/lib/mesa/src/mesa/main/readpix.c
U xenocara/lib/mesa/src/mesa/main/get_hash_generator.py
U xenocara/lib/mesa/src/mesa/main/texcompress_etc.c
U xenocara/lib/mesa/src/mesa/main/fog.c
U xenocara/lib/mesa/src/mesa/main/viewport.c
U xenocara/lib/mesa/src/mesa/main/copyimage.h
U xenocara/lib/mesa/src/mesa/main/config.h
U xenocara/lib/mesa/src/mesa/main/enums.c
U xenocara/lib/mesa/src/mesa/main/get.h
U xenocara/lib/mesa/src/mesa/main/multisample.c
U xenocara/lib/mesa/src/mesa/main/arbprogram.h
U xenocara/lib/mesa/src/mesa/main/feedback.h
U xenocara/lib/mesa/src/mesa/main/accum.h
U xenocara/lib/mesa/src/mesa/main/pipelineobj.h
U xenocara/lib/mesa/src/mesa/main/version.h
U xenocara/lib/mesa/src/mesa/main/multisample.h
U xenocara/lib/mesa/src/mesa/main/vtxfmt.c
N xenocara/lib/mesa/src/mesa/main/objectpurge.c
U xenocara/lib/mesa/src/mesa/main/atifragshader.h
U xenocara/lib/mesa/src/mesa/main/textureview.c
U xenocara/lib/mesa/src/mesa/main/format_pack.py
U xenocara/lib/mesa/src/mesa/main/api_loopback.c
U xenocara/lib/mesa/src/mesa/main/api_validate.c
U xenocara/lib/mesa/src/mesa/main/texgetimage.c
U xenocara/lib/mesa/src/mesa/main/rastpos.c
U xenocara/lib/mesa/src/mesa/main/get.c
U xenocara/lib/mesa/src/mesa/main/eval.h
U xenocara/lib/mesa/src/mesa/main/blend.c
U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.c
U xenocara/lib/mesa/src/mesa/main/uniforms.h
U xenocara/lib/mesa/src/mesa/main/renderbuffer.c
U xenocara/lib/mesa/src/mesa/main/condrender.c
U xenocara/lib/mesa/src/mesa/main/version.c
U xenocara/lib/mesa/src/mesa/main/attrib.c
U xenocara/lib/mesa/src/mesa/main/image.h
U xenocara/lib/mesa/src/mesa/main/stencil.c
U xenocara/lib/mesa/src/mesa/main/format_pack.c
U xenocara/lib/mesa/src/mesa/main/texenv.h
U xenocara/lib/mesa/src/mesa/main/performance_monitor.h
U xenocara/lib/mesa/src/mesa/main/clear.c
N xenocara/lib/mesa/src/mesa/main/debug_output.c
U xenocara/lib/mesa/src/mesa/main/drawtex.c
U xenocara/lib/mesa/src/mesa/main/light.c
U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.c
U xenocara/lib/mesa/src/mesa/main/texcompress_etc_tmp.h
U xenocara/lib/mesa/src/mesa/main/scissor.h
U xenocara/lib/mesa/src/mesa/main/fbobject.h
U xenocara/lib/mesa/src/mesa/main/pixelstore.c
U xenocara/lib/mesa/src/mesa/main/texstore.c
U xenocara/lib/mesa/src/mesa/main/eval.c
U xenocara/lib/mesa/src/mesa/main/errors.c
U xenocara/lib/mesa/src/mesa/main/remap.h
C xenocara/lib/mesa/src/mesa/main/compiler.h
U xenocara/lib/mesa/src/mesa/main/texstate.h
U xenocara/lib/mesa/src/mesa/main/format_utils.c
U xenocara/lib/mesa/src/mesa/main/dlopen.h
U xenocara/lib/mesa/src/mesa/main/debug.h
U xenocara/lib/mesa/src/mesa/main/ff_fragment_shader.cpp
U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.c
U xenocara/lib/mesa/src/mesa/main/texobj.c
U xenocara/lib/mesa/src/mesa/main/get_hash.h
U xenocara/lib/mesa/src/mesa/main/formatquery.c
U xenocara/lib/mesa/src/mesa/main/glformats.c
U xenocara/lib/mesa/src/mesa/main/texstorage.h
U xenocara/lib/mesa/src/mesa/main/framebuffer.c
U xenocara/lib/mesa/src/mesa/main/es1_conversion.h
U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.h
U xenocara/lib/mesa/src/mesa/main/blend.h
U xenocara/lib/mesa/src/mesa/main/format_utils.h
U xenocara/lib/mesa/src/mesa/main/shared.c
U xenocara/lib/mesa/src/mesa/main/arbprogram.c
U xenocara/lib/mesa/src/mesa/main/mtypes.h
U xenocara/lib/mesa/src/mesa/main/errors.h
U xenocara/lib/mesa/src/mesa/main/histogram.h
U xenocara/lib/mesa/src/mesa/main/vdpau.h
N xenocara/lib/mesa/src/mesa/main/debug_output.h
U xenocara/lib/mesa/src/mesa/main/mm.c
U xenocara/lib/mesa/src/mesa/main/arrayobj.c
U xenocara/lib/mesa/src/mesa/main/cpuinfo.h
U xenocara/lib/mesa/src/mesa/main/mipmap.h
U xenocara/lib/mesa/src/mesa/main/format_pack.h
U xenocara/lib/mesa/src/mesa/main/copyimage.c
U xenocara/lib/mesa/src/mesa/main/pixel.h
U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.c
U xenocara/lib/mesa/src/mesa/main/bufferobj.h
U xenocara/lib/mesa/src/mesa/main/feedback.c
U xenocara/lib/mesa/src/mesa/main/glformats.h
U xenocara/lib/mesa/src/mesa/main/texobj.h
U xenocara/lib/mesa/src/mesa/main/uniforms.c
U xenocara/lib/mesa/src/mesa/main/polygon.h
U xenocara/lib/mesa/src/mesa/main/format_unpack.c
U xenocara/lib/mesa/src/mesa/main/matrix.c
U xenocara/lib/mesa/src/mesa/main/matrix.h
U xenocara/lib/mesa/src/mesa/main/texenvprogram.h
U xenocara/lib/mesa/src/mesa/main/texturebarrier.h
U xenocara/lib/mesa/src/mesa/main/readpix.h
U xenocara/lib/mesa/src/mesa/main/enable.c
U xenocara/lib/mesa/src/mesa/main/drawtex.h
U xenocara/lib/mesa/src/mesa/main/mipmap.c
U xenocara/lib/mesa/src/mesa/main/dd.h
U xenocara/lib/mesa/src/mesa/main/texstate.c
U xenocara/lib/mesa/src/mesa/main/api_exec.h
U xenocara/lib/mesa/src/mesa/main/texstorage.c
U xenocara/lib/mesa/src/mesa/main/vtxfmt.h
U xenocara/lib/mesa/src/mesa/main/macros.h
U xenocara/lib/mesa/src/mesa/main/teximage.h
U xenocara/lib/mesa/src/mesa/main/shaderapi.h
U xenocara/lib/mesa/src/mesa/main/queryobj.c
U xenocara/lib/mesa/src/mesa/main/objectlabel.h
U xenocara/lib/mesa/src/mesa/main/framebuffer.h
U xenocara/lib/mesa/src/mesa/main/api_exec.c
U xenocara/lib/mesa/src/mesa/main/shader_query.cpp
U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.h
U xenocara/lib/mesa/src/mesa/main/ffvertex_prog.h
U xenocara/lib/mesa/src/mesa/main/rastpos.h
U xenocara/lib/mesa/src/mesa/main/formatquery.h
U xenocara/lib/mesa/src/mesa/main/vdpau.c
U xenocara/lib/mesa/src/mesa/main/atifragshader.c
U xenocara/lib/mesa/src/mesa/main/buffers.c
U xenocara/lib/mesa/src/mesa/main/shaderobj.c
U xenocara/lib/mesa/src/mesa/main/debug.c
U xenocara/lib/mesa/src/mesa/main/clip.h
U xenocara/lib/mesa/src/mesa/main/convolve.h
U xenocara/lib/mesa/src/mesa/main/drawpix.c
U xenocara/lib/mesa/src/mesa/main/querymatrix.c
U xenocara/lib/mesa/src/mesa/main/dlist.h
U xenocara/lib/mesa/src/mesa/main/format_parser.py
U xenocara/lib/mesa/src/mesa/main/texcompress.h
U xenocara/lib/mesa/src/mesa/main/shared.h
U xenocara/lib/mesa/src/mesa/main/teximage.c
U xenocara/lib/mesa/src/mesa/main/dlist.c
U xenocara/lib/mesa/src/mesa/main/texformat.h
U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.h
U xenocara/lib/mesa/src/mesa/main/context.h
U xenocara/lib/mesa/src/mesa/main/performance_monitor.c
U xenocara/lib/mesa/src/mesa/main/hash.h
U xenocara/lib/mesa/src/mesa/main/accum.c
N xenocara/lib/mesa/src/mesa/main/extensions_table.h
U xenocara/lib/mesa/src/mesa/main/light.h
U xenocara/lib/mesa/src/mesa/main/depth.h
U xenocara/lib/mesa/src/mesa/main/texgen.c
U xenocara/lib/mesa/src/mesa/main/ffvertex_prog.c
U xenocara/lib/mesa/src/mesa/main/texenv.c
U xenocara/lib/mesa/src/mesa/main/state.h
U xenocara/lib/mesa/src/mesa/main/bufferobj.c
U xenocara/lib/mesa/src/mesa/main/clear.h
U xenocara/lib/mesa/src/mesa/main/blit.c
U xenocara/lib/mesa/src/mesa/main/transformfeedback.c
U xenocara/lib/mesa/src/mesa/main/lines.h
U xenocara/lib/mesa/src/mesa/main/drawpix.h
U xenocara/lib/mesa/src/mesa/main/pack.c
U xenocara/lib/mesa/src/mesa/main/convolve.c
U xenocara/lib/mesa/src/mesa/main/texcompress.c
U xenocara/lib/mesa/src/mesa/main/enable.h
U xenocara/lib/mesa/src/mesa/main/transformfeedback.h
U xenocara/lib/mesa/src/mesa/main/samplerobj.c
U xenocara/lib/mesa/src/mesa/main/syncobj.h
U xenocara/lib/mesa/src/mesa/main/dispatch.h
U xenocara/lib/mesa/src/mesa/main/enums.h
U xenocara/lib/mesa/src/mesa/main/pixeltransfer.h
U xenocara/lib/mesa/src/mesa/main/sse_minmax.c
U xenocara/lib/mesa/src/mesa/main/texgen.h
U xenocara/lib/mesa/src/mesa/main/execmem.c
U xenocara/lib/mesa/src/mesa/main/core.h
U xenocara/lib/mesa/src/mesa/main/condrender.h
U xenocara/lib/mesa/src/mesa/main/formats.c
U xenocara/lib/mesa/src/mesa/main/formats.csv
U xenocara/lib/mesa/src/mesa/main/texgetimage.h
U xenocara/lib/mesa/src/mesa/main/hint.c
U xenocara/lib/mesa/src/mesa/main/tests/Makefile.am
C xenocara/lib/mesa/src/mesa/main/tests/Makefile.in
N xenocara/lib/mesa/src/mesa/main/tests/mesa_formats.cpp
U xenocara/lib/mesa/src/mesa/main/tests/enum_strings.cpp
U xenocara/lib/mesa/src/mesa/main/tests/stubs.cpp
U xenocara/lib/mesa/src/mesa/main/tests/dispatch_sanity.cpp
N xenocara/lib/mesa/src/mesa/main/tests/mesa_extensions.cpp
U xenocara/lib/mesa/src/mesa/main/tests/program_state_string.cpp
U xenocara/lib/mesa/src/mesa/drivers/SConscript
U xenocara/lib/mesa/src/mesa/drivers/x11/SConscript
U xenocara/lib/mesa/src/mesa/drivers/x11/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/x11/xm_line.c
C xenocara/lib/mesa/src/mesa/drivers/x11/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/x11/xmesaP.h
U xenocara/lib/mesa/src/mesa/drivers/x11/xmesa_x.h
U xenocara/lib/mesa/src/mesa/drivers/x11/xfonts.c
U xenocara/lib/mesa/src/mesa/drivers/x11/xfonts.h
U xenocara/lib/mesa/src/mesa/drivers/x11/glxapi.c
U xenocara/lib/mesa/src/mesa/drivers/x11/xm_dd.c
U xenocara/lib/mesa/src/mesa/drivers/x11/glxapi.h
U xenocara/lib/mesa/src/mesa/drivers/x11/glxheader.h
U xenocara/lib/mesa/src/mesa/drivers/x11/xmesa.h
U xenocara/lib/mesa/src/mesa/drivers/x11/xm_api.c
U xenocara/lib/mesa/src/mesa/drivers/x11/xm_tri.c
U xenocara/lib/mesa/src/mesa/drivers/x11/xm_buffer.c
U xenocara/lib/mesa/src/mesa/drivers/x11/fakeglx.c
U xenocara/lib/mesa/src/mesa/drivers/osmesa/Makefile.am
C xenocara/lib/mesa/src/mesa/drivers/osmesa/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/osmesa/osmesa.pc.in
U xenocara/lib/mesa/src/mesa/drivers/osmesa/osmesa.c
U xenocara/lib/mesa/src/mesa/drivers/dri/Makefile.am
C xenocara/lib/mesa/src/mesa/drivers/dri/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/dri.pc.in
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_blit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_fog.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_dma.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_screen.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_texture.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_screen.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_debug.h
C xenocara/lib/mesa/src/mesa/drivers/dri/radeon/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_span.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tile.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_blit.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tex.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_texture.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tile.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_dma.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_span.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tex.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_fog.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/Makefile.sources
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_state.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_debug.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos.c
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h
U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_subimage.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip_point.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_te_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffers.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_asm_annotation.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_packed_float.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_nir_analyze_boolean_resolves.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_nir.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_sf_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_gs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_gs_visitor.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_gs_nir.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_meta_fast_clear.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_debug.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_draw_upload.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip.h
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tes.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_gs.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm_iz.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_sf.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_state.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_resolve_map.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tiled_memcpy.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_sf_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_sf_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_copy_image.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_vs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clear.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_state_batch.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_tes.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_binding_tables.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_depth_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_image.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_urb.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_cs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_program.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_urb.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_nir_attribute_workarounds.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_state_upload.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_device_info.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_eu.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tiled_memcpy.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_ds_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/test_vec4_copy_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ir_vec4.h
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_l3_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_meta_util.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_asm_annotation.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_lower_texture_gradients.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_predicated_break.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_constant_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ir_fs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_wm_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffers.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_pipe_control.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_blorp.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_eu.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_program.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_urb.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_depthstencil.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_surface_builder.h
C xenocara/lib/mesa/src/mesa/drivers/dri/i965/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_viewport_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_blit.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_builder.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_syncobj.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_draw.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_viewport_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_eu_compact.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tcs_surface_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cfg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_register_coalesce.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_nir_uniforms.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ff_gs.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_state_cache.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_queryobj.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_gs_state.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_compiler.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_surface_builder.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_generator.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_curbe.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_link.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_gs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_fbo.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_image.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_blorp.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tex.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_disasm.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_eu_validate.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_surface_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_compiler.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_misc_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ff_gs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_context.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_ds_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_meta_util.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_wm_depth_stencil.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_surface_builder.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_device_info.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cfg.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/test_vec4_cmod_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_hs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_scissor_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_structs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_inst.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_shader.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_nir.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_saturate_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_tcs.h
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_builder.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_gs_surface_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_reset.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_disable.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_util.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_dead_code_eliminate.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/test_fs_cmod_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_vs_visitor.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_eu_util.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_draw.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_hs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_fbo.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_interpolation_map.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_surface_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ir_allocator.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_blorp.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_nir_opt_peephole_ffma.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip_util.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_nir.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_resolve_map.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_sol.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tes_surface_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_multisample_state.h
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tcs.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_depth_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vue_map.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cs.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip_line.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_lower_unnormalized_offset.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_screen.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_gs_visitor.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_multisample_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vs.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_debug.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_extensions.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_conditional_render.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_cse.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_validate.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_util.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_combine_constants.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_misc_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_upload.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_screen.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_performance_monitor.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_surface_builder.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_dead_code_eliminate.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/Makefile.sources
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_cmod_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_sf.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_vs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_defines.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_state_dump.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_gs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_misc_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_ps_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_object_purgeable.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cc.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_cc.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/test_vf_float_conversions.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_vs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_compute.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_cse.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_meta_updownsample.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_sampler_state.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_blend_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_dead_control_flow.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
N xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_tes.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_gs_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_viewport_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_shader.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_blorp.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/test_eu_compact.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_blit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_sf_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_wm_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_sol_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffers.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffers.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_texblend.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_regions.c
C xenocara/lib/mesa/src/mesa/drivers/dri/i915/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_vtbl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_program.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_blit.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_syncobj.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_texstate.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tris.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_fbo.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_image.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_clear.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_debug.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_extensions.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_fbo.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_texstate.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_screen.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_extensions.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_screen.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_program.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/Makefile.sources
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_regions.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_fragprog.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_render.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tris.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_clear.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_vtbl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_chipset.h
U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_blit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_render.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_render.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c
C xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_render.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/Makefile.sources
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c
U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tcl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_blit.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_fog.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_dma.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_queryobj.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_screen.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_texture.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_screen.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_mipmap_tree.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_maos.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_cmdbuf.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_debug.h
C xenocara/lib/mesa/src/mesa/drivers/dri/r200/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_span.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_tile.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_texstate.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tcl.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_texture.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_tile.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_queryobj.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_dma.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_span.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_maos.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_common_context.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_fragshader.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_vertprog.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_mipmap_tree.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_swtcl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_buffer_objects.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_blit.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tex.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_fog.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_common.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_sanity.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_ioctl.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tex.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_tex_copy.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_common.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/Makefile.sources
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_fbo.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_debug.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_pixel_read.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_state.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_chipset.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_common_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_sanity.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_state.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_state_init.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/radeon_buffer_objects.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_ioctl.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_vertprog.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_context.c
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_swtcl.h
U xenocara/lib/mesa/src/mesa/drivers/dri/r200/server/radeon_reg.h
U xenocara/lib/mesa/src/mesa/drivers/dri/swrast/swrast.c
U xenocara/lib/mesa/src/mesa/drivers/dri/swrast/Makefile.am
C xenocara/lib/mesa/src/mesa/drivers/dri/swrast/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/swrast/Makefile.sources
U xenocara/lib/mesa/src/mesa/drivers/dri/swrast/swrast_priv.h
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool.h
C xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlconfig.c
U xenocara/lib/mesa/src/mesa/drivers/dri/common/SConscript
C xenocara/lib/mesa/src/mesa/drivers/dri/common/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/dri/common/drirc
U xenocara/lib/mesa/src/mesa/drivers/dri/common/dri_test.c
C xenocara/lib/mesa/src/mesa/drivers/dri/common/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/common/utils.c
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlconfig.h
U xenocara/lib/mesa/src/mesa/drivers/dri/common/megadriver_stub.c
U xenocara/lib/mesa/src/mesa/drivers/dri/common/dri_util.c
U xenocara/lib/mesa/src/mesa/drivers/dri/common/Makefile.sources
U xenocara/lib/mesa/src/mesa/drivers/dri/common/utils.h
U xenocara/lib/mesa/src/mesa/drivers/dri/common/dri_util.h
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/ca.po
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/SConscript
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.am
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/fr.po
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/es.po
C xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.in
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/sv.po
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/de.po
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/nl.po
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/options.h
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/nl/LC_MESSAGES/options.mo
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/fr/LC_MESSAGES/options.mo
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/de/LC_MESSAGES/options.mo
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/sv/LC_MESSAGES/options.mo
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/ca/LC_MESSAGES/options.mo
U xenocara/lib/mesa/src/mesa/drivers/dri/common/xmlpool/es/LC_MESSAGES/options.mo
U xenocara/lib/mesa/src/mesa/drivers/common/meta_blit.c
U xenocara/lib/mesa/src/mesa/drivers/common/meta.h
U xenocara/lib/mesa/src/mesa/drivers/common/meta_tex_subimage.c
U xenocara/lib/mesa/src/mesa/drivers/common/meta_generate_mipmap.c
U xenocara/lib/mesa/src/mesa/drivers/common/meta.c
U xenocara/lib/mesa/src/mesa/drivers/common/driverfuncs.c
U xenocara/lib/mesa/src/mesa/drivers/common/driverfuncs.h
U xenocara/lib/mesa/src/mesa/drivers/common/meta_copy_image.c
U xenocara/lib/mesa/src/egl/SConscript
U xenocara/lib/mesa/src/egl/Makefile.am
C xenocara/lib/mesa/src/egl/Makefile.in
U xenocara/lib/mesa/src/egl/Makefile.sources
N xenocara/lib/mesa/src/egl/egl-symbols-check
U xenocara/lib/mesa/src/egl/wayland/wayland-egl/wayland-egl-symbols-check
U xenocara/lib/mesa/src/egl/wayland/wayland-egl/Makefile.am
U xenocara/lib/mesa/src/egl/wayland/wayland-egl/wayland-egl.pc.in
C xenocara/lib/mesa/src/egl/wayland/wayland-egl/Makefile.in
U xenocara/lib/mesa/src/egl/wayland/wayland-egl/wayland-egl-priv.h
U xenocara/lib/mesa/src/egl/wayland/wayland-egl/wayland-egl.c
U xenocara/lib/mesa/src/egl/wayland/wayland-drm/Makefile.am
C xenocara/lib/mesa/src/egl/wayland/wayland-drm/Makefile.in
U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.xml
U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.c
U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm-protocol.c
U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.h
U xenocara/lib/mesa/src/egl/docs/EGL_MESA_screen_surface
U xenocara/lib/mesa/src/egl/main/egldisplay.c
U xenocara/lib/mesa/src/egl/main/eglapi.h
U xenocara/lib/mesa/src/egl/main/eglimage.h
U xenocara/lib/mesa/src/egl/main/eglimage.c
U xenocara/lib/mesa/src/egl/main/egldefines.h
U xenocara/lib/mesa/src/egl/main/eglsync.h
U xenocara/lib/mesa/src/egl/main/egllog.h
U xenocara/lib/mesa/src/egl/main/egl.pc.in
U xenocara/lib/mesa/src/egl/main/eglarray.h
U xenocara/lib/mesa/src/egl/main/egltypedefs.h
U xenocara/lib/mesa/src/egl/main/eglcontext.c
U xenocara/lib/mesa/src/egl/main/eglconfig.c
U xenocara/lib/mesa/src/egl/main/eglarray.c
U xenocara/lib/mesa/src/egl/main/eglsync.c
U xenocara/lib/mesa/src/egl/main/README.txt
U xenocara/lib/mesa/src/egl/main/egllog.c
U xenocara/lib/mesa/src/egl/main/eglapi.c
U xenocara/lib/mesa/src/egl/main/eglcontext.h
U xenocara/lib/mesa/src/egl/main/eglfallbacks.c
U xenocara/lib/mesa/src/egl/main/eglcurrent.c
U xenocara/lib/mesa/src/egl/main/egldriver.c
U xenocara/lib/mesa/src/egl/main/eglsurface.c
U xenocara/lib/mesa/src/egl/main/egl.def
U xenocara/lib/mesa/src/egl/main/eglglobals.h
U xenocara/lib/mesa/src/egl/main/eglcompiler.h
U xenocara/lib/mesa/src/egl/main/eglsurface.h
U xenocara/lib/mesa/src/egl/main/egldriver.h
U xenocara/lib/mesa/src/egl/main/eglconfig.h
U xenocara/lib/mesa/src/egl/main/egldisplay.h
U xenocara/lib/mesa/src/egl/main/eglglobals.c
U xenocara/lib/mesa/src/egl/main/eglcurrent.h
U xenocara/lib/mesa/src/egl/drivers/haiku/egl_haiku.cpp
U xenocara/lib/mesa/src/egl/drivers/dri2/platform_surfaceless.c
U xenocara/lib/mesa/src/egl/drivers/dri2/platform_wayland.c
U xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2_fallbacks.h
U xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.h
C xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11.c
N xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.c
U xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.c
N xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.h
U xenocara/lib/mesa/src/egl/drivers/dri2/platform_drm.c
C xenocara/lib/mesa/src/util/u_atomic.h
N xenocara/lib/mesa/src/util/mesa-sha1.h
U xenocara/lib/mesa/src/util/strtod.h
U xenocara/lib/mesa/src/util/u_atomic_test.c
U xenocara/lib/mesa/src/util/bitset.h
U xenocara/lib/mesa/src/util/SConscript
C xenocara/lib/mesa/src/util/Makefile.am
N xenocara/lib/mesa/src/util/mesa-sha1.c
U xenocara/lib/mesa/src/util/roundeven_test.c
C xenocara/lib/mesa/src/util/Makefile.in
U xenocara/lib/mesa/src/util/simple_list.h
U xenocara/lib/mesa/src/util/format_srgb.c
N xenocara/lib/mesa/src/util/strndup.h
U xenocara/lib/mesa/src/util/set.c
U xenocara/lib/mesa/src/util/texcompress_rgtc_tmp.h
U xenocara/lib/mesa/src/util/hash_table.h
U xenocara/lib/mesa/src/util/rounding.h
U xenocara/lib/mesa/src/util/format_srgb.h
N xenocara/lib/mesa/src/util/debug.h
U xenocara/lib/mesa/src/util/rgtc.h
U xenocara/lib/mesa/src/util/register_allocate.c
U xenocara/lib/mesa/src/util/rgtc.c
U xenocara/lib/mesa/src/util/ralloc.h
U xenocara/lib/mesa/src/util/register_allocate.h
N xenocara/lib/mesa/src/util/half_float.c
N xenocara/lib/mesa/src/util/strndup.c
U xenocara/lib/mesa/src/util/macros.h
N xenocara/lib/mesa/src/util/debug.c
U xenocara/lib/mesa/src/util/Makefile.sources
N xenocara/lib/mesa/src/util/half_float.h
U xenocara/lib/mesa/src/util/list.h
U xenocara/lib/mesa/src/util/strtod.c
U xenocara/lib/mesa/src/util/hash_table.c
U xenocara/lib/mesa/src/util/set.h
U xenocara/lib/mesa/src/util/format_srgb.py
U xenocara/lib/mesa/src/util/ralloc.c
U xenocara/lib/mesa/src/util/tests/hash_table/Makefile.am
U xenocara/lib/mesa/src/util/tests/hash_table/destroy_callback.c
U xenocara/lib/mesa/src/util/tests/hash_table/delete_management.c
U xenocara/lib/mesa/src/util/tests/hash_table/delete_and_lookup.c
C xenocara/lib/mesa/src/util/tests/hash_table/Makefile.in
U xenocara/lib/mesa/src/util/tests/hash_table/null_destroy.c
N xenocara/lib/mesa/src/util/tests/hash_table/clear.c
U xenocara/lib/mesa/src/util/tests/hash_table/remove_null.c
U xenocara/lib/mesa/src/util/tests/hash_table/replacement.c
U xenocara/lib/mesa/src/util/tests/hash_table/collision.c
U xenocara/lib/mesa/src/util/tests/hash_table/insert_many.c
U xenocara/lib/mesa/src/util/tests/hash_table/insert_and_lookup.c
U xenocara/lib/mesa/src/util/tests/hash_table/random_entry.c
U xenocara/lib/mesa/src/hgl/GLRendererRoster.cpp
U xenocara/lib/mesa/src/hgl/SConscript
U xenocara/lib/mesa/src/hgl/GLDispatcher.cpp
U xenocara/lib/mesa/src/hgl/GLDispatcher.h
U xenocara/lib/mesa/src/hgl/GLRenderer.cpp
U xenocara/lib/mesa/src/hgl/GLRendererRoster.h
U xenocara/lib/mesa/src/hgl/GLView.cpp
U xenocara/lib/mesa/src/loader/SConscript
U xenocara/lib/mesa/src/loader/Makefile.am
N xenocara/lib/mesa/src/loader/loader_dri3_helper.h
C xenocara/lib/mesa/src/loader/Makefile.in
U xenocara/lib/mesa/src/loader/pci_id_driver_map.c
U xenocara/lib/mesa/src/loader/pci_id_driver_map.h
U xenocara/lib/mesa/src/loader/loader.h
U xenocara/lib/mesa/src/loader/Makefile.sources
U xenocara/lib/mesa/src/loader/loader.c
N xenocara/lib/mesa/src/loader/loader_dri3_helper.c
N xenocara/lib/mesa/src/compiler/glsl_types.cpp
N xenocara/lib/mesa/src/compiler/SConscript
N xenocara/lib/mesa/src/compiler/Makefile.am
N xenocara/lib/mesa/src/compiler/shader_enums.h
N xenocara/lib/mesa/src/compiler/glsl_types.h
N xenocara/lib/mesa/src/compiler/Makefile.in
N xenocara/lib/mesa/src/compiler/shader_enums.c
N xenocara/lib/mesa/src/compiler/nir_types.h
N xenocara/lib/mesa/src/compiler/builtin_type_macros.h
N xenocara/lib/mesa/src/compiler/nir_types.cpp
N xenocara/lib/mesa/src/compiler/Makefile.sources
N xenocara/lib/mesa/src/compiler/nir/nir_lower_alu_to_scalar.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_peephole_select.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_algebraic.py
N xenocara/lib/mesa/src/compiler/nir/glsl_to_nir.h
N xenocara/lib/mesa/src/compiler/nir/nir_control_flow.h
N xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.py
N xenocara/lib/mesa/src/compiler/nir/nir_builder_opcodes_h.py
N xenocara/lib/mesa/src/compiler/nir/nir_lower_idiv.c
N xenocara/lib/mesa/src/compiler/nir/nir_remove_dead_variables.c
N xenocara/lib/mesa/src/compiler/nir/nir_worklist.h
N xenocara/lib/mesa/src/compiler/nir/nir_opcodes.h
N xenocara/lib/mesa/src/compiler/nir/nir_lower_vec_to_movs.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_remove_phis.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_tex.c
N xenocara/lib/mesa/src/compiler/nir/nir_builder_opcodes.h
N xenocara/lib/mesa/src/compiler/nir/nir.c
N xenocara/lib/mesa/src/compiler/nir/nir_search.h
N xenocara/lib/mesa/src/compiler/nir/nir_lower_load_const_to_scalar.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_global_vars_to_local.c
N xenocara/lib/mesa/src/compiler/nir/nir_builder.h
N xenocara/lib/mesa/src/compiler/nir/nir_intrinsics.h
N xenocara/lib/mesa/src/compiler/nir/nir_intrinsics.c
N xenocara/lib/mesa/src/compiler/nir/nir_array.h
N xenocara/lib/mesa/src/compiler/nir/nir_lower_io.c
N xenocara/lib/mesa/src/compiler/nir/nir_opcodes_h.py
N xenocara/lib/mesa/src/compiler/nir/nir_metadata.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_locals_to_regs.c
N xenocara/lib/mesa/src/compiler/nir/nir_instr_set.h
N xenocara/lib/mesa/src/compiler/nir/nir_opt_gcm.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_constant_folding.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_algebraic.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_cse.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_dead_cf.c
N xenocara/lib/mesa/src/compiler/nir/nir.h
N xenocara/lib/mesa/src/compiler/nir/nir_print.c
N xenocara/lib/mesa/src/compiler/nir/nir_clone.c
N xenocara/lib/mesa/src/compiler/nir/nir_normalize_cubemap_coords.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_vars_to_ssa.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_outputs_to_temporaries.c
N xenocara/lib/mesa/src/compiler/nir/nir_worklist.c
N xenocara/lib/mesa/src/compiler/nir/nir_gs_count_vertices.c
N xenocara/lib/mesa/src/compiler/nir/nir_move_vec_src_uses_to_dest.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_clip.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_phis_to_scalar.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_atomics.c
N xenocara/lib/mesa/src/compiler/nir/nir_search.c
N xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.h
N xenocara/lib/mesa/src/compiler/nir/nir_dominance.c
N xenocara/lib/mesa/src/compiler/nir/nir_liveness.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_two_sided_color.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_dce.c
N xenocara/lib/mesa/src/compiler/nir/glsl_to_nir.cpp
N xenocara/lib/mesa/src/compiler/nir/nir_to_ssa.c
N xenocara/lib/mesa/src/compiler/nir/nir_vla.h
N xenocara/lib/mesa/src/compiler/nir/nir_sweep.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_var_copies.c
N xenocara/lib/mesa/src/compiler/nir/Makefile.sources
N xenocara/lib/mesa/src/compiler/nir/nir_opt_undef.c
N xenocara/lib/mesa/src/compiler/nir/nir_split_var_copies.c
N xenocara/lib/mesa/src/compiler/nir/nir_opcodes.c
N xenocara/lib/mesa/src/compiler/nir/nir_algebraic.py
N xenocara/lib/mesa/src/compiler/nir/nir_lower_samplers.c
N xenocara/lib/mesa/src/compiler/nir/nir_control_flow.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_to_source_mods.c
N xenocara/lib/mesa/src/compiler/nir/nir_opcodes.py
N xenocara/lib/mesa/src/compiler/nir/nir_lower_gs_intrinsics.c
N xenocara/lib/mesa/src/compiler/nir/nir_lower_system_values.c
N xenocara/lib/mesa/src/compiler/nir/nir_instr_set.c
N xenocara/lib/mesa/src/compiler/nir/nir_opcodes_c.py
N xenocara/lib/mesa/src/compiler/nir/nir_control_flow_private.h
N xenocara/lib/mesa/src/compiler/nir/nir_validate.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_copy_propagate.c
N xenocara/lib/mesa/src/compiler/nir/nir_from_ssa.c
N xenocara/lib/mesa/src/compiler/nir/nir_opt_global_to_local.c
N xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.c
N xenocara/lib/mesa/src/compiler/nir/tests/control_flow_tests.cpp
N xenocara/lib/mesa/src/compiler/nir/tests/.deps/nir_tests_control_flow_tests-control_flow_tests.Po
N xenocara/lib/mesa/src/compiler/glsl/ir_clone.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_subroutine.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_function_can_inline.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_builder.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_buffer_access.h
N xenocara/lib/mesa/src/compiler/glsl/ir_builder.h
N xenocara/lib/mesa/src/compiler/glsl/loop_unroll.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_discard.cpp
N xenocara/lib/mesa/src/compiler/glsl/test_optpass.cpp
N xenocara/lib/mesa/src/compiler/glsl/SConscript
N xenocara/lib/mesa/src/compiler/glsl/lower_tess_level.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_instructions.cpp
N xenocara/lib/mesa/src/compiler/glsl/glsl_lexer.ll
N xenocara/lib/mesa/src/compiler/glsl/builtin_types.cpp
N xenocara/lib/mesa/src/compiler/glsl/hir_field_selection.cpp
N xenocara/lib/mesa/src/compiler/glsl/s_expression.cpp
N xenocara/lib/mesa/src/compiler/glsl/glsl_lexer.cpp
N xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.h
N xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.h
N xenocara/lib/mesa/src/compiler/glsl/lower_vector_insert.cpp
N xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.h
N xenocara/lib/mesa/src/compiler/glsl/opt_dead_builtin_varyings.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_function_detect_recursion.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_constant_folding.cpp
N xenocara/lib/mesa/src/compiler/glsl/link_varyings.h
N xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.cpp
N xenocara/lib/mesa/src/compiler/glsl/glsl_parser.yy
N xenocara/lib/mesa/src/compiler/glsl/s_expression.h
N xenocara/lib/mesa/src/compiler/glsl/ast_expr.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_optimization.h
N xenocara/lib/mesa/src/compiler/glsl/blob.h
N xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.h
N xenocara/lib/mesa/src/compiler/glsl/lower_buffer_access.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_noise.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_vectorize.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.h
N xenocara/lib/mesa/src/compiler/glsl/loop_analysis.h
N xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_flatten_nested_if_blocks.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_import_prototypes.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_vec_index_to_cond_assign.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_noop_swizzle.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_vertex_id.cpp
N xenocara/lib/mesa/src/compiler/glsl/test.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_visitor.h
N xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.h
N xenocara/lib/mesa/src/compiler/glsl/ast.h
N xenocara/lib/mesa/src/compiler/glsl/README
N xenocara/lib/mesa/src/compiler/glsl/ir_reader.h
N xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_shared_reference.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_discard_flow.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_texture_projection.cpp
N xenocara/lib/mesa/src/compiler/glsl/glsl_parser.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_vector.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_dead_builtin_variables.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_constant_expression.cpp
N xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.cpp
N xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.h
N xenocara/lib/mesa/src/compiler/glsl/opt_rebalance_tree.cpp
N xenocara/lib/mesa/src/compiler/glsl/builtin_functions.cpp
N xenocara/lib/mesa/src/compiler/glsl/link_uniforms.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_dead_code_local.cpp
N xenocara/lib/mesa/src/compiler/glsl/test_optpass.h
N xenocara/lib/mesa/src/compiler/glsl/ir_reader.cpp
N xenocara/lib/mesa/src/compiler/glsl/ast_array_index.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_constant_variable.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_vector_derefs.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_equals.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_offset_array.cpp
N xenocara/lib/mesa/src/compiler/glsl/ast_to_hir.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_variable_index_to_cond_assign.cpp
N xenocara/lib/mesa/src/compiler/glsl/link_uniform_initializers.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_named_interface_blocks.cpp
N xenocara/lib/mesa/src/compiler/glsl/ast_function.cpp
N xenocara/lib/mesa/src/compiler/glsl/blob.c
N xenocara/lib/mesa/src/compiler/glsl/link_varyings.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_if_simplification.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_packing_builtins.cpp
N xenocara/lib/mesa/src/compiler/glsl/main.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.h
N xenocara/lib/mesa/src/compiler/glsl/ast_type.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_swizzle_swizzle.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_copy_propagation.cpp
N xenocara/lib/mesa/src/compiler/glsl/program.h
N xenocara/lib/mesa/src/compiler/glsl/link_uniform_blocks.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_array_splitting.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_mat_op_to_vec.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_copy_propagation_elements.cpp
N xenocara/lib/mesa/src/compiler/glsl/TODO
N xenocara/lib/mesa/src/compiler/glsl/opt_dead_functions.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_redundant_jumps.cpp
N xenocara/lib/mesa/src/compiler/glsl/link_interface_blocks.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_clip_distance.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_function_inlining.h
N xenocara/lib/mesa/src/compiler/glsl/ir_function.cpp
N xenocara/lib/mesa/src/compiler/glsl/Makefile.sources
N xenocara/lib/mesa/src/compiler/glsl/ir_uniform.h
N xenocara/lib/mesa/src/compiler/glsl/opt_conditional_discard.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_algebraic.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.h
N xenocara/lib/mesa/src/compiler/glsl/linker.cpp
N xenocara/lib/mesa/src/compiler/glsl/loop_analysis.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.cpp
N xenocara/lib/mesa/src/compiler/glsl/linker.h
N xenocara/lib/mesa/src/compiler/glsl/list.h
N xenocara/lib/mesa/src/compiler/glsl/lower_vec_index_to_swizzle.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_packed_varyings.cpp
N xenocara/lib/mesa/src/compiler/glsl/link_atomics.cpp
N xenocara/lib/mesa/src/compiler/glsl/builtin_variables.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_output_reads.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_jumps.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir.h
N xenocara/lib/mesa/src/compiler/glsl/opt_dead_code.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_constant_propagation.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_const_arrays_to_uniforms.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_set_program_inouts.cpp
N xenocara/lib/mesa/src/compiler/glsl/loop_controls.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_validate.cpp
N xenocara/lib/mesa/src/compiler/glsl/link_functions.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_tree_grafting.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir_hv_accept.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_structure_splitting.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_function_inlining.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_minmax.cpp
N xenocara/lib/mesa/src/compiler/glsl/opt_flip_matrices.cpp
N xenocara/lib/mesa/src/compiler/glsl/glsl_parser.h
N xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.h
N xenocara/lib/mesa/src/compiler/glsl/lower_ubo_reference.cpp
N xenocara/lib/mesa/src/compiler/glsl/lower_if_to_cond_assign.cpp
N xenocara/lib/mesa/src/compiler/glsl/ir.cpp
N xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-parse.h
N xenocara/lib/mesa/src/compiler/glsl/glcpp/README
N xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-lex.l
N xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-lex.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-parse.y
N xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-parse.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.h
N xenocara/lib/mesa/src/compiler/glsl/glcpp/pp.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/glcpp-test
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
N xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
N xenocara/lib/mesa/src/compiler/glsl/tests/set_uniform_initializer_tests.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/builtin_variable_test.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/uniform_initializer_utils.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/sampler_types_test.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/copy_constant_to_storage_tests.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/sexps.py
N xenocara/lib/mesa/src/compiler/glsl/tests/optimization-test
N xenocara/lib/mesa/src/compiler/glsl/tests/uniform_initializer_utils.h
N xenocara/lib/mesa/src/compiler/glsl/tests/general_ir_test.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/blob_test.c
N xenocara/lib/mesa/src/compiler/glsl/tests/compare_ir
N xenocara/lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/varyings_test.cpp
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/builtin_variable_test.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/invalidate_locations_test.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/varyings_test.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/copy_constant_to_storage_tests.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/blob_test.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/general_ir_test.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/sampler_types_test.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/set_uniform_initializer_tests.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/.deps/uniform_initializer_utils.Po
N xenocara/lib/mesa/src/compiler/glsl/tests/lower_jumps/create_test_cases.py
U xenocara/lib/mesa/src/getopt/SConscript
U xenocara/lib/mesa/src/getopt/getopt_long.c
U xenocara/lib/mesa/src/getopt/getopt.h
U xenocara/lib/mesa/src/gbm/Makefile.am
C xenocara/lib/mesa/src/gbm/Makefile.in
U xenocara/lib/mesa/src/gbm/gbm-symbols-check
U xenocara/lib/mesa/src/gbm/backends/dri/gbm_driint.h
U xenocara/lib/mesa/src/gbm/backends/dri/gbm_dri.c
U xenocara/lib/mesa/src/gbm/main/common_drm.h
U xenocara/lib/mesa/src/gbm/main/backend.c
U xenocara/lib/mesa/src/gbm/main/gbmint.h
U xenocara/lib/mesa/src/gbm/main/backend.h
U xenocara/lib/mesa/src/gbm/main/gbm.h
U xenocara/lib/mesa/src/gbm/main/gbm.pc.in
U xenocara/lib/mesa/src/gbm/main/gbm.c
U xenocara/lib/mesa/src/gallium/SConscript
U xenocara/lib/mesa/src/gallium/Makefile.am
U xenocara/lib/mesa/src/gallium/Automake.inc
C xenocara/lib/mesa/src/gallium/Makefile.in
U xenocara/lib/mesa/src/gallium/README.portability
U xenocara/lib/mesa/src/gallium/tools/addr2line.sh
U xenocara/lib/mesa/src/gallium/tools/trace/TODO.txt
U xenocara/lib/mesa/src/gallium/tools/trace/parse.py
U xenocara/lib/mesa/src/gallium/tools/trace/README.txt
U xenocara/lib/mesa/src/gallium/tools/trace/format.py
U xenocara/lib/mesa/src/gallium/tools/trace/tracediff.sh
U xenocara/lib/mesa/src/gallium/tools/trace/model.py
U xenocara/lib/mesa/src/gallium/tools/trace/dump_state.py
U xenocara/lib/mesa/src/gallium/tools/trace/dump.py
U xenocara/lib/mesa/src/gallium/tools/trace/diff_state.py
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_surface.c
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs_dump.c
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_ctx.h
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_public.h
C xenocara/lib/mesa/src/gallium/winsys/vc4/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_surface.c
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_public.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_id.h
C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.c
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/addrinterface.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/addrtypes.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/addrinterface.cpp
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/r800/egbaddrlib.cpp
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/r800/egbaddrlib.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/r800/siaddrlib.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/r800/siaddrlib.cpp
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/r800/ciaddrlib.cpp
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/r800/ciaddrlib.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/r800/chip/si_ci_vi_merged_enum.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/core/addrelemlib.cpp
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/core/addrcommon.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/core/addrobject.cpp
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/core/addrobject.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/core/addrlib.cpp
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/core/addrelemlib.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/core/addrlib.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/inc/lnx_common_defs.h
U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/addrlib/inc/chip/r800/si_gb_reg.h
U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/SConscript
U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/Makefile.am
C xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.h
C xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/sw/null/SConscript
U xenocara/lib/mesa/src/gallium/winsys/sw/null/Makefile.am
C xenocara/lib/mesa/src/gallium/winsys/sw/null/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/sw/null/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/SConscript
U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/SConscript
U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/sw/dri/SConscript
U xenocara/lib/mesa/src/gallium/winsys/sw/dri/Makefile.am
C xenocara/lib/mesa/src/gallium/winsys/sw/dri/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/sw/dri/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/SConscript
U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.h
C xenocara/lib/mesa/src/gallium/winsys/sw/xlib/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c
C xenocara/lib/mesa/src/gallium/winsys/i915/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_public.h
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/Makefile.am
C xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h
U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h
C xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/Makefile.sources
N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virtgpu_drm.h
N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/Makefile.am
N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_public.h
N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/Makefile.in
N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/Makefile.sources
N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.h
N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.c
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.h
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/Makefile.am
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/vtest_protocol.h
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/Makefile.in
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.c
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/Makefile.sources
N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_public.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/SConscript
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/Makefile.am
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c
N xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.h
C xenocara/lib/mesa/src/gallium/winsys/svga/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.c
N xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/svga_drm_public.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/Makefile.sources
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.c
U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c
U xenocara/lib/mesa/src/gallium/winsys/intel/drm/intel_drm_winsys.c
U xenocara/lib/mesa/src/gallium/winsys/intel/drm/Makefile.am
C xenocara/lib/mesa/src/gallium/winsys/intel/drm/Makefile.in
U xenocara/lib/mesa/src/gallium/winsys/intel/drm/intel_drm_public.h
U xenocara/lib/mesa/src/gallium/winsys/intel/drm/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/README
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_api.h
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/SConscript
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_public.h
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_st.c
C xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_st.h
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_api.c
U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/glx_api.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/surface.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/image.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/va/subpicture.c
N xenocara/lib/mesa/src/gallium/state_trackers/va/picture_mpeg4.c
N xenocara/lib/mesa/src/gallium/state_trackers/va/postproc.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/context.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/va_private.h
N xenocara/lib/mesa/src/gallium/state_trackers/va/picture_h264.c
C xenocara/lib/mesa/src/gallium/state_trackers/va/Makefile.in
N xenocara/lib/mesa/src/gallium/state_trackers/va/picture_mpeg12.c
N xenocara/lib/mesa/src/gallium/state_trackers/va/picture_hevc.c
N xenocara/lib/mesa/src/gallium/state_trackers/va/picture_vc1.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/buffer.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/va/config.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/picture.c
U xenocara/lib/mesa/src/gallium/state_trackers/va/display.c
U xenocara/lib/mesa/src/gallium/state_trackers/omx/entrypoint.c
U xenocara/lib/mesa/src/gallium/state_trackers/omx/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_enc.h
C xenocara/lib/mesa/src/gallium/state_trackers/omx/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_enc.c
U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec.c
U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec_mpeg12.c
U xenocara/lib/mesa/src/gallium/state_trackers/omx/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/omx/entrypoint.h
U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec_h264.c
U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec.h
U xenocara/lib/mesa/src/gallium/state_trackers/osmesa/SConscript
U xenocara/lib/mesa/src/gallium/state_trackers/osmesa/Makefile.am
C xenocara/lib/mesa/src/gallium/state_trackers/osmesa/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/osmesa/osmesa.c
U xenocara/lib/mesa/src/gallium/state_trackers/osmesa/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/clover/Makefile.am
C xenocara/lib/mesa/src/gallium/state_trackers/clover/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/clover/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/clover/Doxyfile
U xenocara/lib/mesa/src/gallium/state_trackers/clover/tgsi/compiler.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/context.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/kernel.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/event.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/device.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/transfer.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/program.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/sampler.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/platform.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/memory.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/interop.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/dispatch.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/queue.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/util.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/dispatch.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/algorithm.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/lazy.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/functional.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/pointer.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/factor.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/adaptor.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/tuple.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/range.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/algebra.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/context.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/sampler.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/context.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/memory.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/queue.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/kernel.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/format.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/format.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/event.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/timestamp.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/device.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/error.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/program.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/event.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/property.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/sampler.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/compiler.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/platform.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/module.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/module.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/kernel.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/platform.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/memory.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/resource.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/object.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/queue.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/program.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/resource.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/device.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/timestamp.hpp
U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/surface.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/subpicture.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/context.c
C xenocara/lib/mesa/src/gallium/state_trackers/xvmc/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/attributes.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/block.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/xvmc_private.h
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/testlib.h
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/testlib.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_context.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c
U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c
U xenocara/lib/mesa/src/gallium/state_trackers/hgl/SConscript
U xenocara/lib/mesa/src/gallium/state_trackers/hgl/bitmap_wrapper.cpp
U xenocara/lib/mesa/src/gallium/state_trackers/hgl/hgl.c
U xenocara/lib/mesa/src/gallium/state_trackers/hgl/bitmap_wrapper.h
U xenocara/lib/mesa/src/gallium/state_trackers/hgl/hgl_context.h
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/presentation.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/mixer.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/surface.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/preemption.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/htab.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/ftab.c
C xenocara/lib/mesa/src/gallium/state_trackers/vdpau/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/device.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/decode.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/output.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/vdpau_private.h
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/query.c
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/bitmap.c
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_screen.h
U xenocara/lib/mesa/src/gallium/state_trackers/dri/drisw.c
U xenocara/lib/mesa/src/gallium/state_trackers/dri/SConscript
U xenocara/lib/mesa/src/gallium/state_trackers/dri/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_context.h
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_drawable.h
C xenocara/lib/mesa/src/gallium/state_trackers/dri/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri2_buffer.h
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri2.c
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_query_renderer.c
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_drawable.c
U xenocara/lib/mesa/src/gallium/state_trackers/dri/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_screen.c
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_query_renderer.h
U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_context.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_nopfuncs.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_device.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/SConscript
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_context.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_context.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_wgl.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/opengl32.def
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_device.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_icd.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_winsys.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_st.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_context.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_nopfuncs.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
N xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_rendertexture.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_st.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_tls.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_tls.h
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_wgl.c
U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/resource9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/basetexture9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/surface9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nineexoverlayextension.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/cryptosession9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexbuffer9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/indexbuffer9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/nine/texture9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/query9.h
N xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_flags.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/volume9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/pixelshader9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_debug.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9video.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexshader9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/volumetexture9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/threadpool.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/stateblock9.h
N xenocara/lib/mesa/src/gallium/state_trackers/nine/buffer9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/README
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_lock.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexshader9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/texture9.h
N xenocara/lib/mesa/src/gallium/state_trackers/nine/buffer9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_quirk.h
C xenocara/lib/mesa/src/gallium/state_trackers/nine/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_pipe.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9video.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_dump.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_shader.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/iunknown.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_ff.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_pipe.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_quirk.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/volumetexture9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_pdata.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9ex.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/cubetexture9.c
N xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_limits.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexdeclaration9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_lock.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_state.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nineexoverlayextension.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/authenticatedchannel9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/volume9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/query9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/guid.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_helpers.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/cryptosession9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_state.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_helpers.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/resource9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/stateblock9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_defines.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_debug.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/adapter9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexbuffer9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_shader.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_ff.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9ex.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/guid.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9ex.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexdeclaration9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/nine/cubetexture9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/adapter9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_dump.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/surface9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/iunknown.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9ex.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/authenticatedchannel9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/pixelshader9.c
U xenocara/lib/mesa/src/gallium/state_trackers/nine/indexbuffer9.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/threadpool.h
U xenocara/lib/mesa/src/gallium/state_trackers/nine/basetexture9.c
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_context.h
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_priv.h
U xenocara/lib/mesa/src/gallium/state_trackers/xa/Makefile.am
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_yuv.c
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_tracker.h
C xenocara/lib/mesa/src/gallium/state_trackers/xa/Makefile.in
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_tracker.c
U xenocara/lib/mesa/src/gallium/state_trackers/xa/README
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_composite.c
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_tgsi.c
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_composite.h
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_context.c
U xenocara/lib/mesa/src/gallium/state_trackers/xa/Makefile.sources
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_renderer.c
U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa-indent
U xenocara/lib/mesa/src/gallium/include/state_tracker/st_api.h
U xenocara/lib/mesa/src/gallium/include/state_tracker/xlibsw_api.h
U xenocara/lib/mesa/src/gallium/include/state_tracker/graw.h
U xenocara/lib/mesa/src/gallium/include/state_tracker/drisw_api.h
U xenocara/lib/mesa/src/gallium/include/state_tracker/sw_winsys.h
U xenocara/lib/mesa/src/gallium/include/state_tracker/drm_driver.h
U xenocara/lib/mesa/src/gallium/include/state_tracker/opencl_interop.h
U xenocara/lib/mesa/src/gallium/include/state_tracker/vdpau_interop.h
N xenocara/lib/mesa/src/gallium/include/state_tracker/sw_driver.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_context.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_shader_tokens.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_config.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_video_enums.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_format.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_video_codec.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_state.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_video_state.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_defines.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_screen.h
U xenocara/lib/mesa/src/gallium/include/pipe/p_compiler.h
U xenocara/lib/mesa/src/gallium/tests/trivial/compute.c
U xenocara/lib/mesa/src/gallium/tests/trivial/Makefile.am
C xenocara/lib/mesa/src/gallium/tests/trivial/Makefile.in
U xenocara/lib/mesa/src/gallium/tests/trivial/tri.c
U xenocara/lib/mesa/src/gallium/tests/trivial/quad-tex.c
U xenocara/lib/mesa/src/gallium/tests/unit/SConscript
U xenocara/lib/mesa/src/gallium/tests/unit/Makefile.am
U xenocara/lib/mesa/src/gallium/tests/unit/translate_test.c
U xenocara/lib/mesa/src/gallium/tests/unit/u_half_test.c
C xenocara/lib/mesa/src/gallium/tests/unit/Makefile.in
U xenocara/lib/mesa/src/gallium/tests/unit/pipe_barrier_test.c
U xenocara/lib/mesa/src/gallium/tests/unit/u_cache_test.c
U xenocara/lib/mesa/src/gallium/tests/unit/u_format_test.c
U xenocara/lib/mesa/src/gallium/tests/unit/u_format_compatible_test.c
U xenocara/lib/mesa/src/gallium/tests/graw/SConscript
U xenocara/lib/mesa/src/gallium/tests/graw/tri-large.c
U xenocara/lib/mesa/src/gallium/tests/graw/fs-write-z.c
U xenocara/lib/mesa/src/gallium/tests/graw/fs-test.c
U xenocara/lib/mesa/src/gallium/tests/graw/occlusion-query.c
U xenocara/lib/mesa/src/gallium/tests/graw/disasm.c
U xenocara/lib/mesa/src/gallium/tests/graw/tri.c
U xenocara/lib/mesa/src/gallium/tests/graw/tri-instanced.c
U xenocara/lib/mesa/src/gallium/tests/graw/quad-sample.c
U xenocara/lib/mesa/src/gallium/tests/graw/tgsi_dump.gdb
U xenocara/lib/mesa/src/gallium/tests/graw/shader-leak.c
U xenocara/lib/mesa/src/gallium/tests/graw/vs-test.c
U xenocara/lib/mesa/src/gallium/tests/graw/tri-gs.c
U xenocara/lib/mesa/src/gallium/tests/graw/clear.c
U xenocara/lib/mesa/src/gallium/tests/graw/graw_util.h
U xenocara/lib/mesa/src/gallium/tests/graw/fs-frontface.c
U xenocara/lib/mesa/src/gallium/tests/graw/tex-swizzle.c
U xenocara/lib/mesa/src/gallium/tests/graw/tex-srgb.c
U xenocara/lib/mesa/src/gallium/tests/graw/gs-test.c
U xenocara/lib/mesa/src/gallium/tests/graw/quad-tex.c
U xenocara/lib/mesa/src/gallium/tests/graw/fs-fragcoord.c
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh
U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh
U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/add.txt
U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt
U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt
U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt
U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/mov.txt
U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/line.txt
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-umul_hi.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-imul_hi.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh
U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh
U xenocara/lib/mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh
U xenocara/lib/mesa/src/gallium/auxiliary/SConscript
C xenocara/lib/mesa/src/gallium/auxiliary/Makefile.am
C xenocara/lib/mesa/src/gallium/auxiliary/Makefile.in
U xenocara/lib/mesa/src/gallium/auxiliary/Makefile.sources
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_gen.py
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.c
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_gen.c
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.c
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_priv.h
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.h
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.c
U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_process.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_mman.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_misc.c
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_time.c
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_memory_aligned.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_memory_debug.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_process.c
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_time.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_misc.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_memory_stdc.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_thread.h
U xenocara/lib/mesa/src/gallium/auxiliary/os/os_memory.h
U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_cpu.c
U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_driver_query.c
U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_private.h
U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.h
U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.c
U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.h
U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.c
U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_fps.c
U xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.c
U xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.c
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_emulate.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_emulate.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
N xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.h
U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
N xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/SConscript
U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/Makefile.am
U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/Makefile.in
U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h
U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/Makefile.sources
U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h
U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.h
U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.c
U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.h
U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_generic.c
U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_sse.c
U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.h
U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.c
U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.c
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.h
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/postprocess.h
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.c
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/filters.h
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_run.c
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_program.c
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_init.c
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/ADDING
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_filters.h
U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h
N xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h
N xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_cached.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_texture.c
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_core.c
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_connection.c
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_shader.c
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_shader.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/README
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_context.c
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_context.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_texture.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_proto.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_core.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_connection.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug.h
U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_internal.h
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
N xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
N xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.h
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_rgtc.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.h
N xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_rect.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_other.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_video.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_ringbuffer.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_mm.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format.csv
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_pack.py
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_symbol.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_slab.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_keymap.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_hash_table.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_defines.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_stack.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_network.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
N xenocara/lib/mesa/src/gallium/auxiliary/util/u_pwr8.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cpu_detect.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dl.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_staging.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_linear.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_symbol.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_yuv.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_describe.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pack_color.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_fifo.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_memory.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sse.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dynarray.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_table.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cpu_detect.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_caps.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surfaces.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_hash.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_math.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_staging.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_parse.py
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/dbghelp.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_table.py
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_network.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_latc.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blit.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_describe.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_string.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_s3tc.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surfaces.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dirty_flags.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_math.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_state.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_time.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blend.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_s3tc.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_zs.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_ringbuffer.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_caps.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_mm.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_hash.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_stack.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_rgtc.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_linear.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_other.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dual_blend.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_half.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_latc.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dl.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_prim.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_tests.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_slab.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_yuv.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_hash_table.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_keymap.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_etc.h
N xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.h
N xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_memory.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_clear.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_range.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blit.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_inlines.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_zs.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pointer.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_etc.c
N xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.c
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_box.h
U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_tests.c
N xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h
U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
N xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper.h
U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h
N xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper_public.h
N xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper.h
U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_types.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_stubs.c
N xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_drm.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vlc.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_defines.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_rbsp.h
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c
U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_util.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_private.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.h
U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
U xenocara/lib/mesa/src/gallium/docs/llvm-todo.txt
U xenocara/lib/mesa/src/gallium/docs/Makefile
U xenocara/lib/mesa/src/gallium/docs/make.bat
U xenocara/lib/mesa/src/gallium/docs/source/glossary.rst
U xenocara/lib/mesa/src/gallium/docs/source/conf.py
U xenocara/lib/mesa/src/gallium/docs/source/cso.rst
U xenocara/lib/mesa/src/gallium/docs/source/index.rst
U xenocara/lib/mesa/src/gallium/docs/source/pipeline.txt
U xenocara/lib/mesa/src/gallium/docs/source/intro.rst
U xenocara/lib/mesa/src/gallium/docs/source/debugging.rst
U xenocara/lib/mesa/src/gallium/docs/source/screen.rst
U xenocara/lib/mesa/src/gallium/docs/source/tgsi.rst
U xenocara/lib/mesa/src/gallium/docs/source/context.rst
U xenocara/lib/mesa/src/gallium/docs/source/distro.rst
U xenocara/lib/mesa/src/gallium/docs/source/drivers.rst
U xenocara/lib/mesa/src/gallium/docs/source/format.rst
U xenocara/lib/mesa/src/gallium/docs/source/resources.rst
U xenocara/lib/mesa/src/gallium/docs/source/cso/sampler.rst
U xenocara/lib/mesa/src/gallium/docs/source/cso/shader.rst
U xenocara/lib/mesa/src/gallium/docs/source/cso/velems.rst
U xenocara/lib/mesa/src/gallium/docs/source/cso/blend.rst
U xenocara/lib/mesa/src/gallium/docs/source/cso/rasterizer.rst
U xenocara/lib/mesa/src/gallium/docs/source/cso/dsa.rst
U xenocara/lib/mesa/src/gallium/docs/source/exts/formatting.py
U xenocara/lib/mesa/src/gallium/docs/source/drivers/freedreno.rst
U xenocara/lib/mesa/src/gallium/docs/source/drivers/freedreno/ir3-notes.rst
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_transfer.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_shader.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_shader.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render_gen8.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_blitter.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/ilo/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_public.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_blitter_blt.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render_dynamic.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_draw.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render_media.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render_surface.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_video.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_screen.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_common.h
C xenocara/lib/mesa/src/gallium/drivers/ilo/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_state.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_screen.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_blitter_pipe.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_blitter_rectlist.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render_gen6.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_cp.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_transfer.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_blit.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_format.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_blit.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_cp.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_blitter.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_format.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_gpgpu.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_resource.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_query.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_context.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_resource.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_draw.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_gpgpu.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_query.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render_gen7.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_render_gen.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_context.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_state.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/ilo_video.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_eu_isa.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_regs.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_render.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_render_dynamic.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_render_surface.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/genhw.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_blitter.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_render_3d.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_mi.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/genhw/gen_render_media.xml.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/ilo_shader_vs.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_compiler_reg.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/ilo_shader_gs.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_legalize_ra.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_compiler.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_tgsi.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_optimize.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_compiler_asm.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/ilo_shader_fs.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_helpers.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_optimize.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/ilo_shader_cs.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_legalize.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_legalize.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_tgsi.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_compiler.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_media.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_shader.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_shader.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_vf.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_3d_top.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_urb.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/intel_winsys.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_image.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_mi.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_zs.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_zs.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_sol.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_sbe.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_shader_ps.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_cc.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_surface.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_dev.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_render.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_sol.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_compute.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_dev.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_image.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_blt.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_viewport.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_vma.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_raster.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_raster.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_3d_bottom.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_sampler.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_urb.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_surface.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_3d.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_core.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_sampler.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_sbe.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_debug.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_debug.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_vf.h
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_cc.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_surface_format.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_builder_decode.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_viewport.c
U xenocara/lib/mesa/src/gallium/drivers/ilo/core/ilo_state_compute.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_video.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_uvd.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_elf_util.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_pipe_common.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce_40_2_2.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_streamout.c
C xenocara/lib/mesa/src/gallium/drivers/radeon/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_llvm_util.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/cayman_msaa.c
N xenocara/lib/mesa/src/gallium/drivers/radeon/r600_perfcounter.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_gpu_load.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_texture.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_llvm_emit.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce_50.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_video.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600d_common.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_llvm_emit.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_cs.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/LLVM_REVISION.txt
N xenocara/lib/mesa/src/gallium/drivers/radeon/r600_query.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_winsys.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_buffer_common.c
N xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce_52.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_uvd.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_llvm.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_pipe_common.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_elf_util.h
U xenocara/lib/mesa/src/gallium/drivers/radeon/r600_query.c
U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_llvm_util.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r700_sq.h
U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.c
U xenocara/lib/mesa/src/gallium/drivers/r600/eg_sq.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_uvd.c
U xenocara/lib/mesa/src/gallium/drivers/r600/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/r600/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/r600/r700_asm.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_state_common.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.c
U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_llvm.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_sq.h
U xenocara/lib/mesa/src/gallium/drivers/r600/eg_asm.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_state.c
U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute_internal.h
C xenocara/lib/mesa/src/gallium/drivers/r600/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_blit.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_public.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.c
U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_hw_context.c
U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_opcodes.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600d.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_hw_context.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.c
U xenocara/lib/mesa/src/gallium/drivers/r600/evergreend.h
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_llvm.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_formats.h
U xenocara/lib/mesa/src/gallium/drivers/r600/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.c
U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_state.c
U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/notes.markdown
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_public.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dump.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_core.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.h
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_context.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.cpp
U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/SConscript
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_so.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_format.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_public.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_main.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_debug.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_limits.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.h
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c
U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_hyperz.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_stencilref.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_public.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render.c
U xenocara/lib/mesa/src/gallium/drivers/r300/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_shader_semantics.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.h
U xenocara/lib/mesa/src/gallium/drivers/r300/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_resource.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_blit.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.c
C xenocara/lib/mesa/src/gallium/drivers/r300/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_defines.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_debug.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_reg.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_derived.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_inlines.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_flush.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cb.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c
U xenocara/lib/mesa/src/gallium/drivers/r300/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.h
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_query.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs_draw.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_translate.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.c
U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cs.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_schedule.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_constant_folding.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_emit.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_blend.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_disasm.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_drm.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_defines.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_io.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_emit.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_draw.c
C xenocara/lib/mesa/src/gallium/drivers/vc4/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_copy_propagation.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_reorder_uniforms.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_dead_code.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_state.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_query.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_fence.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_formats.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_cse.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_uniforms.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_vpm_writes.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_validate.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl_dump.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.c
N xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_register_allocate.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_small_immediates.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator_validate.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_algebraic.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_job.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_program.c
N xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_schedule.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_blit.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate_shaders.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_packet.h
U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_gem.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_render_cl.c
U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_drv.h
U xenocara/lib/mesa/src/gallium/drivers/noop/SConscript
U xenocara/lib/mesa/src/gallium/drivers/noop/Makefile.am
C xenocara/lib/mesa/src/gallium/drivers/noop/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/noop/noop_pipe.c
U xenocara/lib/mesa/src/gallium/drivers/noop/noop_public.h
U xenocara/lib/mesa/src/gallium/drivers/noop/noop_state.c
U xenocara/lib/mesa/src/gallium/drivers/noop/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_screen.c
U xenocara/lib/mesa/src/gallium/drivers/trace/SConscript
U xenocara/lib/mesa/src/gallium/drivers/trace/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_dump_defines.h
C xenocara/lib/mesa/src/gallium/drivers/trace/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_context.c
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_dump_state.c
U xenocara/lib/mesa/src/gallium/drivers/trace/trace.xsl
U xenocara/lib/mesa/src/gallium/drivers/trace/README
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_texture.c
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_context.h
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_dump.c
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_public.h
U xenocara/lib/mesa/src/gallium/drivers/trace/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_dump.h
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_dump_state.h
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_texture.h
U xenocara/lib/mesa/src/gallium/drivers/trace/tr_screen.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_public.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/Automake.inc
N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_perfcounter.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_shaders.c
N xenocara/lib/mesa/src/gallium/drivers/radeonsi/sid_tables.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/cik_sdma.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_blit.c
C xenocara/lib/mesa/src/gallium/drivers/radeonsi/Makefile.in
N xenocara/lib/mesa/src/gallium/drivers/radeonsi/sid_tables.py
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_descriptors.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_dma.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/sid.h
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_cp_dma.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute.c
N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_debug.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_uvd.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_draw.c
U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_hw_context.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_emit.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_inlines.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_optimize.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_immediate.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_fpc.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.h
U xenocara/lib/mesa/src/gallium/drivers/i915/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_texture.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc.h
U xenocara/lib/mesa/src/gallium/drivers/i915/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_translate.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_public.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_derived.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_private.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.h
C xenocara/lib/mesa/src/gallium/drivers/i915/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_winsys.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_buffer.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_sampler.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_clear.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_vbuf.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_emit.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_fp.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.c
U xenocara/lib/mesa/src/gallium/drivers/i915/TODO
U xenocara/lib/mesa/src/gallium/drivers/i915/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_flush.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_reg.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_dynamic.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batch.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_emit.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_static.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.c
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.h
U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batchbuffer.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_winsys.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_object.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_context.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.h
C xenocara/lib/mesa/src/gallium/drivers/nouveau/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_debug.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_statebuf.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_compiler.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/unordered_set.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_util.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_bb.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_build_util.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_util.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_build_util.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_ssa.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_graph.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_inlines.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_gm107.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_graph.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_gm107.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk104.asm
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk104.asm.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gm107.asm.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/Makefile
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gf100.asm.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk110.asm.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gf100.asm
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk110.asm
U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gm107.asm
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_push.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_bsp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_surface.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj_tex.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_vp.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_tex.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_2d.xml.h
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_texture.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_miptree.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_ppp.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_bsp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3ddefs.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.h
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_vp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_vbo.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3d.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_winsys.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_shader_state.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_blit.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_formats.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_formats.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_macros.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_vp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/gm107_texture.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_p2mf.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_miptree.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_m2mf.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_bsp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_ppp.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.h
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/Makefile
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h
N xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_push.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_shader.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vbo.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_clear.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_query.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_vertprog.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_miptree.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_winsys.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_draw.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30-40_3d.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv01_2d.xml.h
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_texture.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c
U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragprog.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/adreno_common.xml.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/adreno_pm4.xml.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.h
C xenocara/lib/mesa/src/gallium/drivers/freedreno/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/freedreno/disasm.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/a4xx.xml.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_group.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_compiler.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_nir.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_sched.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_legalize.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_depth.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/disasm-a3xx.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_print.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_ra.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_shader.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_compiler.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_shader.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cmdline.c
N xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_nir.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cp.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/instr-a3xx.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h
U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_screen.c
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_objects.h
U xenocara/lib/mesa/src/gallium/drivers/rbug/SConscript
U xenocara/lib/mesa/src/gallium/drivers/rbug/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_screen.h
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_core.c
C xenocara/lib/mesa/src/gallium/drivers/rbug/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_objects.c
U xenocara/lib/mesa/src/gallium/drivers/rbug/README
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_context.c
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_context.h
U xenocara/lib/mesa/src/gallium/drivers/rbug/rbug_public.h
U xenocara/lib/mesa/src/gallium/drivers/rbug/Makefile.sources
N xenocara/lib/mesa/src/gallium/drivers/ddebug/dd_screen.c
N xenocara/lib/mesa/src/gallium/drivers/ddebug/Makefile.am
N xenocara/lib/mesa/src/gallium/drivers/ddebug/Makefile.in
N xenocara/lib/mesa/src/gallium/drivers/ddebug/dd_draw.c
N xenocara/lib/mesa/src/gallium/drivers/ddebug/dd_pipe.h
N xenocara/lib/mesa/src/gallium/drivers/ddebug/dd_util.h
N xenocara/lib/mesa/src/gallium/drivers/ddebug/Makefile.sources
N xenocara/lib/mesa/src/gallium/drivers/ddebug/dd_context.c
N xenocara/lib/mesa/src/gallium/drivers/ddebug/dd_public.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/Makefile.am
N xenocara/lib/mesa/src/gallium/drivers/virgl/Automake.inc
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_texture.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_public.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/Makefile.in
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_query.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_hw.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_tgsi.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/Makefile.sources
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_streamout.c
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_protocol.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h
N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_buffer.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_fs.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_constants.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_fs.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_flush.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_backend.c
U xenocara/lib/mesa/src/gallium/drivers/svga/SConscript
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.c
U xenocara/lib/mesa/src/gallium/drivers/svga/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/svga/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_sampler.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tss.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blend.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_misc.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_emit.h
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_debug.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_framebuffer.c
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_sampler.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_private.h
C xenocara/lib/mesa/src/gallium/drivers/svga/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vs.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_elements.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_constants.c
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_public.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.c
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_gs.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.h
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd_vgpu10.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_state.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_arrays.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.h
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tgsi_transform.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_draw.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_clear.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_draw.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.c
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_streamout.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vdecl.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blit.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_private.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_gs.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c
U xenocara/lib/mesa/src/gallium/drivers/svga/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_query.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_hw_reg.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_winsys.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vertex.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_insn.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_rss.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.c
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_streamout.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c
N xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_vgpu10.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vs.c
N xenocara/lib/mesa/src/gallium/drivers/svga/include/VGPU10ShaderTokens.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_begin.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/includeCheck.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_types.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_devcaps.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_caps.h
N xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_dx.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_escape.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/README
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_reg.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_limits.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_surfacedefs.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_cmd.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_types.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_overlay.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_end.h
U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_reg.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.py
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.c
U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_clip.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/SConscript
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/Makefile.am
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_derived.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/Automake.inc
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
C xenocara/lib/mesa/src/gallium/drivers/softpipe/Makefile.in
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_shader.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_blend.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_so.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_public.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_limits.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/Makefile.sources
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.h
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_surface.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
U xenocara/lib/mesa/src/gallium/targets/dri-vdpau.dyn
U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.rdef
U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SConscript
U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/GalliumContext.h
U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp
U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.h
U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
U xenocara/lib/mesa/src/gallium/targets/graw-null/graw_util.c
U xenocara/lib/mesa/src/gallium/targets/graw-null/SConscript
U xenocara/lib/mesa/src/gallium/targets/graw-null/graw_null.c
U xenocara/lib/mesa/src/gallium/targets/opencl/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/opencl/opencl.sym
C xenocara/lib/mesa/src/gallium/targets/opencl/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/opencl/mesa.icd
U xenocara/lib/mesa/src/gallium/targets/opencl/mesa.icd.in
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_i965.c
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c
C xenocara/lib/mesa/src/gallium/targets/pipe-loader/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r300.c
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_i915.c
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_msm.c
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_swrast.c
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe.sym
U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r600.c
U xenocara/lib/mesa/src/gallium/targets/va/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/va/target.c
C xenocara/lib/mesa/src/gallium/targets/va/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/va/va.sym
U xenocara/lib/mesa/src/gallium/targets/omx/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/omx/target.c
C xenocara/lib/mesa/src/gallium/targets/omx/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/omx/omx.sym
U xenocara/lib/mesa/src/gallium/targets/osmesa/SConscript
U xenocara/lib/mesa/src/gallium/targets/osmesa/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.def
U xenocara/lib/mesa/src/gallium/targets/osmesa/target.c
C xenocara/lib/mesa/src/gallium/targets/osmesa/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.mingw.def
U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.pc.in
U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.sym
U xenocara/lib/mesa/src/gallium/targets/graw-gdi/SConscript
U xenocara/lib/mesa/src/gallium/targets/graw-gdi/graw_gdi.c
C xenocara/lib/mesa/src/gallium/targets/xvmc/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/xvmc/target.c
U xenocara/lib/mesa/src/gallium/targets/xvmc/xvmc.sym
C xenocara/lib/mesa/src/gallium/targets/xvmc/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/vdpau/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/vdpau/target.c
C xenocara/lib/mesa/src/gallium/targets/vdpau/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/vdpau/vdpau.sym
U xenocara/lib/mesa/src/gallium/targets/dri/SConscript
U xenocara/lib/mesa/src/gallium/targets/dri/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/dri/target.c
C xenocara/lib/mesa/src/gallium/targets/dri/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/dri/dri.sym
U xenocara/lib/mesa/src/gallium/targets/xa/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/xa/target.c
C xenocara/lib/mesa/src/gallium/targets/xa/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/xa/xatracker.pc.in
U xenocara/lib/mesa/src/gallium/targets/xa/xa.sym
U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/SConscript
U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/Makefile.am
C xenocara/lib/mesa/src/gallium/targets/libgl-xlib/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/xlib.c
U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/libgl-xlib.sym
U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/description.c
U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/getproc.c
U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/Makefile.am
U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/d3d.pc.in
U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/drm.c
C xenocara/lib/mesa/src/gallium/targets/d3dadapter9/Makefile.in
U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/d3dadapter9.sym
U xenocara/lib/mesa/src/gallium/targets/graw-xlib/SConscript
U xenocara/lib/mesa/src/gallium/targets/graw-xlib/graw_xlib.c
U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/SConscript
U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
U xenocara/lib/mesa/src/mapi/entry_x86_tsd.h
U xenocara/lib/mesa/src/mapi/u_execmem.c
C xenocara/lib/mesa/src/mapi/Makefile.am
U xenocara/lib/mesa/src/mapi/entry_x86-64_tls.h
U xenocara/lib/mesa/src/mapi/mapi_tmp.h
U xenocara/lib/mesa/src/mapi/table.c
C xenocara/lib/mesa/src/mapi/Makefile.in
U xenocara/lib/mesa/src/mapi/mapi_abi.py
U xenocara/lib/mesa/src/mapi/entry.c
U xenocara/lib/mesa/src/mapi/stub.h
U xenocara/lib/mesa/src/mapi/stub.c
U xenocara/lib/mesa/src/mapi/u_execmem.h
U xenocara/lib/mesa/src/mapi/u_current.h
U xenocara/lib/mesa/src/mapi/entry.h
U xenocara/lib/mesa/src/mapi/u_current.c
U xenocara/lib/mesa/src/mapi/entry_x86_tls.h
U xenocara/lib/mesa/src/mapi/mapi_glapi.c
U xenocara/lib/mesa/src/mapi/Makefile.sources
U xenocara/lib/mesa/src/mapi/table.h
U xenocara/lib/mesa/src/mapi/es1api/glapi_mapi_tmp.h
U xenocara/lib/mesa/src/mapi/es1api/glesv1_cm.pc.in
U xenocara/lib/mesa/src/mapi/es1api/ABI-check
U xenocara/lib/mesa/src/mapi/glapi/SConscript
U xenocara/lib/mesa/src/mapi/glapi/glapi_nop.c
U xenocara/lib/mesa/src/mapi/glapi/glapitemp.h
U xenocara/lib/mesa/src/mapi/glapi/glapi.c
U xenocara/lib/mesa/src/mapi/glapi/glapi_mapi_tmp.h
U xenocara/lib/mesa/src/mapi/glapi/glapi_getproc.c
U xenocara/lib/mesa/src/mapi/glapi/glapi_x86.S
U xenocara/lib/mesa/src/mapi/glapi/glapi_x86-64.S
U xenocara/lib/mesa/src/mapi/glapi/glapi_priv.h
U xenocara/lib/mesa/src/mapi/glapi/glapi_dispatch.c
U xenocara/lib/mesa/src/mapi/glapi/glapi_sparc.S
U xenocara/lib/mesa/src/mapi/glapi/glapi_entrypoint.c
U xenocara/lib/mesa/src/mapi/glapi/glprocs.h
U xenocara/lib/mesa/src/mapi/glapi/glapi_gentable.c
U xenocara/lib/mesa/src/mapi/glapi/glapitable.h
U xenocara/lib/mesa/src/mapi/glapi/glapi.h
N xenocara/lib/mesa/src/mapi/glapi/registry/gl.xml
U xenocara/lib/mesa/src/mapi/glapi/tests/check_table.cpp
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_multi_bind.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_common.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_pipeline_statistics_query.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/SConscript
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
C xenocara/lib/mesa/src/mapi/glapi/gen/Makefile.am
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_table.py
N xenocara/lib/mesa/src/mapi/glapi/gen/ARB_indirect_parameters.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/remap_helper.py
U xenocara/lib/mesa/src/mapi/glapi/gen/static_data.py
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_gentable.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_XML.py
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_atomic_counters.xml
N xenocara/lib/mesa/src/mapi/glapi/gen/KHR_texture_compression_astc.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/GL3x.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_procs.py
U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/GL4x.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_program_interface_query.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_es_API.xml
C xenocara/lib/mesa/src/mapi/glapi/gen/Makefile.in
U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_size.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_texture.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_robustness.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/glX_server_table.py
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sync.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.dtd
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/glX_API.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_apitemp.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_indirect.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/license.py
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_view.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/OES_single_precision.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_image_load_store.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_float.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/INTEL_performance_query.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_texture_sub_image.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_separate_shader_objects.xml
N xenocara/lib/mesa/src/mapi/glapi/gen/GREMEDY_string_marker.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rg.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86_asm.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_subroutine.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compute_shader.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/NV_vdpau_interop.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/OES_EGL_image.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clip_control.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_direct_state_access.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_recv.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_gather.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/OES_fixed_point.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_genexec.py
U xenocara/lib/mesa/src/mapi/glapi/gen/glX_XML.py
U xenocara/lib/mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_array.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/NV_conditional_render.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader5.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_tessellation_shader.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_enums.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_base_instance.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_image.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_barrier.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sample_shading.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_send.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_debug_output.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/es_EXT.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_debug.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_performance_monitor.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/typeexpr.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
N xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_storage_buffer_object.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/apiexec.py
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compressed_texture_pixel_storage.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_buffer_object.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_context_flush_control.xml
U xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.xml
U xenocara/lib/mesa/src/mapi/shared-glapi/SConscript
U xenocara/lib/mesa/src/mapi/shared-glapi/glapi_mapi_tmp.h
U xenocara/lib/mesa/src/mapi/shared-glapi/tests/check_table.cpp
U xenocara/lib/mesa/src/mapi/es2api/glesv2.pc.in
U xenocara/lib/mesa/src/mapi/es2api/glapi_mapi_tmp.h
U xenocara/lib/mesa/src/mapi/es2api/ABI-check
U xenocara/lib/mesa/scons/custom.py
U xenocara/lib/mesa/scons/llvm.py
U xenocara/lib/mesa/scons/dxsdk.py
U xenocara/lib/mesa/scons/x11.py
U xenocara/lib/mesa/scons/gallium.py
U xenocara/lib/mesa/scons/crossmingw.py
U xenocara/lib/mesa/scons/source_list.py
U xenocara/lib/mesa/scons/fixes.py
98 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jmesa:yesterday -jmesa xenocara/lib/mesa
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/05/29 04:30:39
Modified files:
devel/py-logilab-common: Makefile distinfo
Log message:
Update to py-logilab-common 1.2.1
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2016/05/29 04:40:28
Modified files:
lib/mesa : Makefile.bsd-wrapper Makefile.in configure
configure.ac
lib/mesa/include/CL: cl_d3d10.h cl_d3d11.h
cl_dx9_media_sharing.h cl_ext.h cl_gl_ext.h
cl_platform.h opencl.h
lib/mesa/include/EGL: egl.h eglext.h eglplatform.h
lib/mesa/include/GL: glcorearb.h glext.h glxext.h wglext.h
lib/mesa/include/GLES: egl.h gl.h glext.h glplatform.h
lib/mesa/include/GLES2: gl2.h gl2ext.h gl2platform.h
lib/mesa/include/GLES3: gl3.h gl31.h gl3ext.h gl3platform.h
lib/mesa/include/KHR: khrplatform.h
lib/mesa/src : Makefile.in
lib/mesa/src/compiler: Makefile.am Makefile.in
lib/mesa/src/egl: Makefile.in
lib/mesa/src/egl/drivers/dri2: platform_x11.c
lib/mesa/src/egl/wayland/wayland-drm: Makefile.in
lib/mesa/src/egl/wayland/wayland-egl: Makefile.in
lib/mesa/src/gallium: Makefile.in
lib/mesa/src/gallium/auxiliary: Makefile.am Makefile.in
lib/mesa/src/gallium/auxiliary/pipe-loader: Makefile.in
lib/mesa/src/gallium/drivers/ddebug: Makefile.in
lib/mesa/src/gallium/drivers/freedreno: Makefile.in
lib/mesa/src/gallium/drivers/i915: Makefile.in
lib/mesa/src/gallium/drivers/ilo: Makefile.in
lib/mesa/src/gallium/drivers/llvmpipe: Makefile.in
lib/mesa/src/gallium/drivers/noop: Makefile.in
lib/mesa/src/gallium/drivers/nouveau: Makefile.in
lib/mesa/src/gallium/drivers/r300: Makefile.in
lib/mesa/src/gallium/drivers/r600: Makefile.in
lib/mesa/src/gallium/drivers/radeon: Makefile.in
lib/mesa/src/gallium/drivers/radeonsi: Makefile.in
lib/mesa/src/gallium/drivers/rbug: Makefile.in
lib/mesa/src/gallium/drivers/softpipe: Makefile.in
lib/mesa/src/gallium/drivers/svga: Makefile.in
lib/mesa/src/gallium/drivers/trace: Makefile.in
lib/mesa/src/gallium/drivers/vc4: Makefile.in
lib/mesa/src/gallium/drivers/virgl: Makefile.in
lib/mesa/src/gallium/state_trackers/clover: Makefile.in
lib/mesa/src/gallium/state_trackers/dri: Makefile.in
lib/mesa/src/gallium/state_trackers/glx/xlib: Makefile.in
lib/mesa/src/gallium/state_trackers/nine: Makefile.in
lib/mesa/src/gallium/state_trackers/omx: Makefile.in
lib/mesa/src/gallium/state_trackers/osmesa: Makefile.in
lib/mesa/src/gallium/state_trackers/va: Makefile.in
lib/mesa/src/gallium/state_trackers/vdpau: Makefile.in
lib/mesa/src/gallium/state_trackers/xa: Makefile.in
lib/mesa/src/gallium/state_trackers/xvmc: Makefile.in
lib/mesa/src/gallium/targets/d3dadapter9: Makefile.in
lib/mesa/src/gallium/targets/dri: Makefile.in
lib/mesa/src/gallium/targets/libgl-xlib: Makefile.in
lib/mesa/src/gallium/targets/omx: Makefile.in
lib/mesa/src/gallium/targets/opencl: Makefile.in
lib/mesa/src/gallium/targets/osmesa: Makefile.in
lib/mesa/src/gallium/targets/pipe-loader: Makefile.in
lib/mesa/src/gallium/targets/va: Makefile.in
lib/mesa/src/gallium/targets/vdpau: Makefile.in
lib/mesa/src/gallium/targets/xa: Makefile.in
lib/mesa/src/gallium/targets/xvmc: Makefile.am Makefile.in
lib/mesa/src/gallium/tests/trivial: Makefile.in
lib/mesa/src/gallium/tests/unit: Makefile.in
lib/mesa/src/gallium/winsys/amdgpu/drm: Makefile.in
lib/mesa/src/gallium/winsys/freedreno/drm: Makefile.in
lib/mesa/src/gallium/winsys/i915/drm: Makefile.in
lib/mesa/src/gallium/winsys/intel/drm: Makefile.in
lib/mesa/src/gallium/winsys/nouveau/drm: Makefile.in
lib/mesa/src/gallium/winsys/radeon/drm: Makefile.in
lib/mesa/src/gallium/winsys/svga/drm: Makefile.in
lib/mesa/src/gallium/winsys/sw/dri: Makefile.in
lib/mesa/src/gallium/winsys/sw/kms-dri: Makefile.in
lib/mesa/src/gallium/winsys/sw/null: Makefile.in
lib/mesa/src/gallium/winsys/sw/wrapper: Makefile.in
lib/mesa/src/gallium/winsys/sw/xlib: Makefile.in
lib/mesa/src/gallium/winsys/vc4/drm: Makefile.in
lib/mesa/src/gallium/winsys/virgl/drm: Makefile.in
lib/mesa/src/gallium/winsys/virgl/vtest: Makefile.in
lib/mesa/src/gbm: Makefile.in
lib/mesa/src/getopt: getopt.h getopt_long.c
lib/mesa/src/glx: Makefile.am Makefile.in dri_common.c
lib/mesa/src/glx/apple: Makefile.in
lib/mesa/src/glx/tests: Makefile.in
lib/mesa/src/gtest: Makefile.in
lib/mesa/src/loader: Makefile.in
lib/mesa/src/mapi: Makefile.am Makefile.in
lib/mesa/src/mapi/glapi/gen: Makefile.am Makefile.in
lib/mesa/src/mesa: Makefile.am Makefile.in
lib/mesa/src/mesa/drivers/dri: Makefile.in
lib/mesa/src/mesa/drivers/dri/common: Makefile.am Makefile.in
xmlconfig.c
lib/mesa/src/mesa/drivers/dri/common/xmlpool: Makefile.in
lib/mesa/src/mesa/drivers/dri/i915: Makefile.in
lib/mesa/src/mesa/drivers/dri/i965: Makefile.in
lib/mesa/src/mesa/drivers/dri/nouveau: Makefile.in
lib/mesa/src/mesa/drivers/dri/r200: Makefile.in
lib/mesa/src/mesa/drivers/dri/radeon: Makefile.in
lib/mesa/src/mesa/drivers/dri/swrast: Makefile.in
lib/mesa/src/mesa/drivers/osmesa: Makefile.in
lib/mesa/src/mesa/drivers/x11: Makefile.in
lib/mesa/src/mesa/main: compiler.h
lib/mesa/src/mesa/main/tests: Makefile.in
lib/mesa/src/util: Makefile.am Makefile.in u_atomic.h
lib/mesa/src/util/tests/hash_table: Makefile.in
Removed files:
lib/mesa/include/c99: inttypes.h stdbool.h stdint.h
lib/mesa/src/gallium/auxiliary/target-helpers:
inline_drm_helper.h
lib/mesa/src/gallium/auxiliary/util: u_format_fake.c
u_format_fake.h u_init.h
lib/mesa/src/gallium/drivers/nouveau/nv50: nv50_defs.xml.h
nv50_texture.xml.h
lib/mesa/src/gallium/drivers/radeonsi: si_commands.c
lib/mesa/src/glsl: Makefile.am Makefile.in Makefile.sources
README SConscript TODO ast.h
ast_array_index.cpp ast_expr.cpp
ast_function.cpp ast_to_hir.cpp ast_type.cpp
blob.c blob.h builtin_functions.cpp
builtin_type_macros.h builtin_types.cpp
builtin_variables.cpp glsl_lexer.cpp
glsl_lexer.ll glsl_parser.cpp glsl_parser.h
glsl_parser.yy glsl_parser_extras.cpp
glsl_parser_extras.h glsl_symbol_table.cpp
glsl_symbol_table.h glsl_types.cpp
glsl_types.h hir_field_selection.cpp ir.cpp
ir.h ir_basic_block.cpp ir_basic_block.h
ir_builder.cpp ir_builder.h ir_clone.cpp
ir_constant_expression.cpp ir_equals.cpp
ir_expression_flattening.cpp
ir_expression_flattening.h ir_function.cpp
ir_function_can_inline.cpp
ir_function_detect_recursion.cpp
ir_function_inlining.h
ir_hierarchical_visitor.cpp
ir_hierarchical_visitor.h ir_hv_accept.cpp
ir_import_prototypes.cpp ir_optimization.h
ir_print_visitor.cpp ir_print_visitor.h
ir_reader.cpp ir_reader.h
ir_rvalue_visitor.cpp ir_rvalue_visitor.h
ir_set_program_inouts.cpp ir_uniform.h
ir_validate.cpp ir_variable_refcount.cpp
ir_variable_refcount.h ir_visitor.h
link_atomics.cpp link_functions.cpp
link_interface_blocks.cpp
link_uniform_block_active_visitor.cpp
link_uniform_block_active_visitor.h
link_uniform_blocks.cpp
link_uniform_initializers.cpp
link_uniforms.cpp link_varyings.cpp
link_varyings.h linker.cpp linker.h list.h
loop_analysis.cpp loop_analysis.h
loop_controls.cpp loop_unroll.cpp
lower_clip_distance.cpp
lower_const_arrays_to_uniforms.cpp
lower_discard.cpp lower_discard_flow.cpp
lower_if_to_cond_assign.cpp
lower_instructions.cpp lower_jumps.cpp
lower_mat_op_to_vec.cpp
lower_named_interface_blocks.cpp
lower_noise.cpp lower_offset_array.cpp
lower_output_reads.cpp
lower_packed_varyings.cpp
lower_packing_builtins.cpp
lower_subroutine.cpp lower_tess_level.cpp
lower_texture_projection.cpp
lower_ubo_reference.cpp
lower_variable_index_to_cond_assign.cpp
lower_vec_index_to_cond_assign.cpp
lower_vec_index_to_swizzle.cpp
lower_vector.cpp lower_vector_insert.cpp
lower_vertex_id.cpp main.cpp
opt_algebraic.cpp opt_array_splitting.cpp
opt_conditional_discard.cpp
opt_constant_folding.cpp
opt_constant_propagation.cpp
opt_constant_variable.cpp
opt_copy_propagation.cpp
opt_copy_propagation_elements.cpp opt_cse.cpp
opt_dead_builtin_variables.cpp
opt_dead_builtin_varyings.cpp
opt_dead_code.cpp opt_dead_code_local.cpp
opt_dead_functions.cpp
opt_flatten_nested_if_blocks.cpp
opt_flip_matrices.cpp
opt_function_inlining.cpp
opt_if_simplification.cpp opt_minmax.cpp
opt_noop_swizzle.cpp opt_rebalance_tree.cpp
opt_redundant_jumps.cpp
opt_structure_splitting.cpp
opt_swizzle_swizzle.cpp opt_tree_grafting.cpp
opt_vectorize.cpp program.h s_expression.cpp
s_expression.h shader_enums.h
standalone_scaffolding.cpp
standalone_scaffolding.h test.cpp
test_optpass.cpp test_optpass.h
lib/mesa/src/glsl/glcpp: README glcpp-lex.c glcpp-lex.l
glcpp-parse.c glcpp-parse.h
glcpp-parse.y glcpp.c glcpp.h pp.c
lib/mesa/src/glsl/glcpp/tests: 000-content-with-spaces.c
000-content-with-spaces.c.expected
001-define.c
001-define.c.expected
002-define-chain.c
002-define-chain.c.expected
003-define-chain-reverse.c
003-define-chain-reverse.c.expected
004-define-recursive.c
004-define-recursive.c.expected
005-define-composite-chain.c
005-define-composite-chain.c.expected
006-define-composite-chain-reverse.c
006-define-composite-chain-reverse.c.expected
007-define-composite-recursive.c
007-define-composite-recursive.c.expected
008-define-empty.c
008-define-empty.c.expected
009-undef.c 009-undef.c.expected
010-undef-re-define.c
010-undef-re-define.c.expected
011-define-func-empty.c
011-define-func-empty.c.expected
012-define-func-no-args.c
012-define-func-no-args.c.expected
013-define-func-1-arg-unused.c
013-define-func-1-arg-unused.c.expected
014-define-func-2-arg-unused.c
014-define-func-2-arg-unused.c.expected
015-define-object-with-parens.c
015-define-object-with-parens.c.expected
016-define-func-1-arg.c
016-define-func-1-arg.c.expected
017-define-func-2-args.c
017-define-func-2-args.c.expected
018-define-func-macro-as-parameter.c
018-define-func-macro-as-parameter.c.expected
019-define-func-1-arg-multi.c
019-define-func-1-arg-multi.c.expected
020-define-func-2-arg-multi.c
020-define-func-2-arg-multi.c.expected
021-define-func-compose.c
021-define-func-compose.c.expected
022-define-func-arg-with-parens.c
022-define-func-arg-with-parens.c.expected
023-define-extra-whitespace.c
023-define-extra-whitespace.c.expected
024-define-chain-to-self-recursion.c
024-define-chain-to-self-recursion.c.expected
025-func-macro-as-non-macro.c
025-func-macro-as-non-macro.c.expected
026-define-func-extra-newlines.c
026-define-func-extra-newlines.c.expected
027-define-chain-obj-to-func.c
027-define-chain-obj-to-func.c.expected
028-define-chain-obj-to-non-func.c
028-define-chain-obj-to-non-func.c.expected
029-define-chain-obj-to-func-with-args.c
029-define-chain-obj-to-func-with-args.c.expected
030-define-chain-obj-to-func-compose.c
030-define-chain-obj-to-func-compose.c.expected
031-define-chain-func-to-func-compose.c
031-define-chain-func-to-func-compose.c.expected
032-define-func-self-recurse.c
032-define-func-self-recurse.c.expected
033-define-func-self-compose.c
033-define-func-self-compose.c.expected
034-define-func-self-compose-non-func.c
034-define-func-self-compose-non-func.c.expected
035-define-func-self-compose-non-func-multi-token-argument.c
035-define-func-self-compose-non-func-multi-token-argument.c.expected
036-define-func-non-macro-multi-token-argument.c
036-define-func-non-macro-multi-token-argument.c.expected
037-finalize-unexpanded-macro.c
037-finalize-unexpanded-macro.c.expected
038-func-arg-with-commas.c
038-func-arg-with-commas.c.expected
039-func-arg-obj-macro-with-comma.c
039-func-arg-obj-macro-with-comma.c.expected
040-token-pasting.c
040-token-pasting.c.expected
041-if-0.c 041-if-0.c.expected
042-if-1.c 042-if-1.c.expected
043-if-0-else.c
043-if-0-else.c.expected
044-if-1-else.c
044-if-1-else.c.expected
045-if-0-elif.c
045-if-0-elif.c.expected
046-if-1-elsif.c
046-if-1-elsif.c.expected
047-if-elif-else.c
047-if-elif-else.c.expected
048-if-nested.c
048-if-nested.c.expected
049-if-expression-precedence.c
049-if-expression-precedence.c.expected
050-if-defined.c
050-if-defined.c.expected
051-if-relational.c
051-if-relational.c.expected
052-if-bitwise.c
052-if-bitwise.c.expected
053-if-divide-and-shift.c
053-if-divide-and-shift.c.expected
054-if-with-macros.c
054-if-with-macros.c.expected
055-define-chain-obj-to-func-parens-in-text.c
055-define-chain-obj-to-func-parens-in-text.c.expected
056-macro-argument-with-comma.c
056-macro-argument-with-comma.c.expected
057-empty-arguments.c
057-empty-arguments.c.expected
058-token-pasting-empty-arguments.c
058-token-pasting-empty-arguments.c.expected
059-token-pasting-integer.c
059-token-pasting-integer.c.expected
060-left-paren-in-macro-right-paren-in-text.c
060-left-paren-in-macro-right-paren-in-text.c.expected
061-define-chain-obj-to-func-multi.c
061-define-chain-obj-to-func-multi.c.expected
062-if-0-skips-garbage.c
062-if-0-skips-garbage.c.expected
063-comments.c
063-comments.c.expected
064-version.c
064-version.c.expected
065-if-defined-parens.c
065-if-defined-parens.c.expected
066-if-nospace-expression.c
066-if-nospace-expression.c.expected
067-nested-ifdef-ifndef.c
067-nested-ifdef-ifndef.c.expected
068-accidental-pasting.c
068-accidental-pasting.c.expected
069-repeated-argument.c
069-repeated-argument.c.expected
070-undefined-macro-in-expression.c
070-undefined-macro-in-expression.c.expected
071-punctuator.c
071-punctuator.c.expected
072-token-pasting-same-line.c
072-token-pasting-same-line.c.expected
073-if-in-ifdef.c
073-if-in-ifdef.c.expected
074-elif-undef.c
074-elif-undef.c.expected
075-elif-elif-undef.c
075-elif-elif-undef.c.expected
076-elif-undef-nested.c
076-elif-undef-nested.c.expected
077-else-without-if.c
077-else-without-if.c.expected
078-elif-without-if.c
078-elif-without-if.c.expected
079-endif-without-if.c
079-endif-without-if.c.expected
080-if-without-expression.c
080-if-without-expression.c.expected
081-elif-without-expression.c
081-elif-without-expression.c.expected
082-invalid-paste.c
082-invalid-paste.c.expected
083-unterminated-if.c
083-unterminated-if.c.expected
084-unbalanced-parentheses.c
084-unbalanced-parentheses.c.expected
085-incorrect-argument-count.c
085-incorrect-argument-count.c.expected
086-reserved-macro-names.c
086-reserved-macro-names.c.expected
087-if-comments.c
087-if-comments.c.expected
088-redefine-macro-legitimate.c
088-redefine-macro-legitimate.c.expected
089-redefine-macro-error.c
089-redefine-macro-error.c.expected
090-hash-error.c
090-hash-error.c.expected
091-hash-line.c
091-hash-line.c.expected
092-redefine-macro-error-2.c
092-redefine-macro-error-2.c.expected
093-divide-by-zero.c
093-divide-by-zero.c.expected
094-divide-by-zero-short-circuit.c
094-divide-by-zero-short-circuit.c.expected
095-recursive-define.c
095-recursive-define.c.expected
096-paste-twice.c
096-paste-twice.c.expected
097-paste-with-non-function-macro.c
097-paste-with-non-function-macro.c.expected
098-elif-undefined.c
098-elif-undefined.c.expected
099-c99-example.c
099-c99-example.c.expected
100-macro-with-colon.c
100-macro-with-colon.c.expected
101-macros-used-twice.c
101-macros-used-twice.c.expected
102-garbage-after-endif.c
102-garbage-after-endif.c.expected
103-garbage-after-else-0.c
103-garbage-after-else-0.c.expected
104-hash-line-followed-by-code.c
104-hash-line-followed-by-code.c.expected
105-multiline-hash-line.c
105-multiline-hash-line.c.expected
106-multiline-hash-if.c
106-multiline-hash-if.c.expected
107-multiline-hash-elif.c
107-multiline-hash-elif.c.expected
108-no-space-after-hash-version.c
108-no-space-after-hash-version.c.expected
109-no-space-after-hash-line.c
109-no-space-after-hash-line.c.expected
110-no-space-digits-after-hash-elif.c
110-no-space-digits-after-hash-elif.c.expected
111-no-space-operator-after-hash-if.c
111-no-space-operator-after-hash-if.c.expected
112-no-space-operator-after-hash-elif.c
112-no-space-operator-after-hash-elif.c.expected
113-line-and-file-macros.c
113-line-and-file-macros.c.expected
114-paste-integer-tokens.c
114-paste-integer-tokens.c.expected
115-line-continuations.c
115-line-continuations.c.expected
116-disable-line-continuations.c
116-disable-line-continuations.c.expected
117-line-continuation-and-non-continuation-backslash.c
117-line-continuation-and-non-continuation-backslash.c.expected
118-comment-becomes-space.c
118-comment-becomes-space.c.expected
119-elif-after-else.c
119-elif-after-else.c.expected
120-undef-builtin.c
120-undef-builtin.c.expected
121-comment-bug-72686.c
121-comment-bug-72686.c.expected
122-redefine-whitespace.c
122-redefine-whitespace.c.expected
123-garbage-after-else-1.c
123-garbage-after-else-1.c.expected
124-preprocessing-numbers.c
124-preprocessing-numbers.c.expected
125-es-short-circuit-undefined.c
125-es-short-circuit-undefined.c.expected
126-garbage-after-directive.c
126-garbage-after-directive.c.expected
127-pragma-empty.c
127-pragma-empty.c.expected
128-space-before-hash.c
128-space-before-hash.c.expected
129-define-non-identifier.c
129-define-non-identifier.c.expected
130-define-comment.c
130-define-comment.c.expected
131-eof-without-newline.c
131-eof-without-newline.c.expected
132-eof-without-newline-define.c
132-eof-without-newline-define.c.expected
133-eof-without-newline-comment.c
133-eof-without-newline-comment.c.expected
134-hash-comment-directive.c
134-hash-comment-directive.c.expected
135-duplicate-parameter.c
135-duplicate-parameter.c.expected
136-plus-plus-and-minus-minus.c
136-plus-plus-and-minus-minus.c.expected
137-expand-macro-after-period.c
137-expand-macro-after-period.c.expected
138-multi-line-comment-in-if-0.c
138-multi-line-comment-in-if-0.c.expected
139-define-without-macro-name.c
139-define-without-macro-name.c.expected
140-null-directive.c
140-null-directive.c.expected
141-pragma-and-__LINE__.c
141-pragma-and-__LINE__.c.expected
142-defined-within-macro.c
142-defined-within-macro.c.expected
143-multiple-else.c
143-multiple-else.c.expected
glcpp-test glcpp-test-cr-lf
lib/mesa/src/glsl/nir: glsl_to_nir.cpp glsl_to_nir.h nir.c nir.h
nir_algebraic.py nir_array.h
nir_builder.h nir_builder_opcodes.h
nir_builder_opcodes_h.py
nir_constant_expressions.c
nir_constant_expressions.h
nir_constant_expressions.py
nir_dominance.c nir_from_ssa.c
nir_intrinsics.c nir_intrinsics.h
nir_live_variables.c
nir_lower_alu_to_scalar.c
nir_lower_atomics.c
nir_lower_global_vars_to_local.c
nir_lower_idiv.c nir_lower_io.c
nir_lower_load_const_to_scalar.c
nir_lower_locals_to_regs.c
nir_lower_phis_to_scalar.c
nir_lower_samplers.cpp
nir_lower_system_values.c
nir_lower_tex_projector.c
nir_lower_to_source_mods.c
nir_lower_var_copies.c
nir_lower_vars_to_ssa.c
nir_lower_vec_to_movs.c nir_metadata.c
nir_normalize_cubemap_coords.c
nir_opcodes.c nir_opcodes.h
nir_opcodes.py nir_opcodes_c.py
nir_opcodes_h.py nir_opt_algebraic.c
nir_opt_algebraic.py
nir_opt_constant_folding.c
nir_opt_copy_propagate.c nir_opt_cse.c
nir_opt_dce.c nir_opt_gcm.c
nir_opt_global_to_local.c
nir_opt_peephole_ffma.c
nir_opt_peephole_select.c
nir_opt_remove_phis.c nir_opt_undef.c
nir_print.c nir_remove_dead_variables.c
nir_search.c nir_search.h
nir_split_var_copies.c nir_sweep.c
nir_to_ssa.c nir_types.cpp nir_types.h
nir_validate.c nir_vla.h nir_worklist.c
nir_worklist.h
lib/mesa/src/glsl/tests: blob_test.c builtin_variable_test.cpp
compare_ir
copy_constant_to_storage_tests.cpp
general_ir_test.cpp
invalidate_locations_test.cpp
optimization-test
sampler_types_test.cpp
set_uniform_initializer_tests.cpp
sexps.py uniform_initializer_utils.cpp
uniform_initializer_utils.h
varyings_test.cpp
lib/mesa/src/glsl/tests/.deps: blob_test.Po
builtin_variable_test.Po
copy_constant_to_storage_tests.Po
general_ir_test.Po
invalidate_locations_test.Po
sampler_types_test.Po
set_uniform_initializer_tests.Po
uniform_initializer_utils.Po
varyings_test.Po
lib/mesa/src/glsl/tests/lower_jumps: create_test_cases.py
lib/mesa/src/mapi/glapi/gen: ARB_geometry_shader4.xml
lib/mesa/src/mesa/drivers/dri/i965: brw_cs.cpp
brw_fs_peephole_predicated_break.cpp
brw_vec4_vp.cpp gen6_blorp.h
gen7_blorp.h gen7_disable.c
lib/mesa/src/mesa/program: sampler.cpp sampler.h
lib/mesa/src/mesa/tnl: t_rasterpos.c
Log message:
Merge Mesa 11.2.2
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/05/29 04:50:49
Modified files:
devel/kf5/kwallet: Makefile
Log message:
Upstream forgot to mention dependency on Boost.
Spotted by aja@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2016/05/29 04:56:24
Modified files:
. : 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: visa@cvs.openbsd.org 2016/05/29 05:00:25
Modified files:
sys/arch/octeon/dev: cn30xxgmx.c
Log message:
The same MAC filter setup code should work with all PHY link types.
Remove unnecessary abstraction.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2016/05/29 05:00:37
Modified files:
sys/arch/macppc/dev: smu.c
Log message:
Add support for new smu-firmware fan commands. This fixes wrong sysctl
hw.sensors fan values seen on macppc models with a new smu-firmware.
Help and ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/05/29 05:03:34
Modified files:
sys/arch/arm/mainbus: mainbus.c
Log message:
use fdt "model" string for hw.product
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: visa@cvs.openbsd.org 2016/05/29 05:10:25
Modified files:
sys/arch/octeon/dev: cn30xxgmx.c if_cnmac.c if_cnmacvar.h
Log message:
Map ASX registers only if link control needs them.
ok mpi@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2016/05/29 05:28:52
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7
md.hppa md.i386 md.landisk md.loongson
md.macppc md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: dcoppa@cvs.openbsd.org 2016/05/29 05:57:14
Modified files:
lib/freetype : CMakeLists.txt ChangeLog ChangeLog.20
ChangeLog.21 ChangeLog.22 ChangeLog.23
ChangeLog.24 ChangeLog.25 Jamfile Jamrules
Makefile README README.git autogen.sh configure
modules.cfg vms_make.com
lib/freetype/builds: detect.mk exports.mk freetype.mk
link_dos.mk link_std.mk modules.mk
toplevel.mk
lib/freetype/builds/amiga: README makefile makefile.os4
smakefile
lib/freetype/builds/amiga/include/config: ftconfig.h ftmodule.h
lib/freetype/builds/amiga/src/base: ftdebug.c ftsystem.c
lib/freetype/builds/ansi: ansi-def.mk ansi.mk
lib/freetype/builds/atari: ATARI.H README.TXT
lib/freetype/builds/beos: beos-def.mk beos.mk detect.mk
lib/freetype/builds/cmake: iOS.cmake testbuild.sh
lib/freetype/builds/compiler: ansi-cc.mk bcc-dev.mk bcc.mk
emx.mk gcc-dev.mk gcc.mk intelc.mk
unix-lcc.mk visualage.mk
visualc.mk watcom.mk win-lcc.mk
lib/freetype/builds/dos: detect.mk dos-def.mk dos-emx.mk
dos-gcc.mk dos-wat.mk
lib/freetype/builds/mac: ftmac.c
lib/freetype/builds/os2: detect.mk os2-def.mk os2-dev.mk
os2-gcc.mk
lib/freetype/builds/symbian: bld.inf freetype.mmp
lib/freetype/builds/unix: config.guess config.sub configure
configure.ac configure.raw detect.mk
freetype-config.in freetype2.m4
ft-munmap.m4 ftconfig.h ftconfig.in
ftsystem.c install.mk unix-cc.in
unix-def.in unix-dev.mk unix-lcc.mk
unix.mk unixddef.mk
lib/freetype/builds/vms: ftconfig.h ftsystem.c
lib/freetype/builds/wince: ftdebug.c
lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html
lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html
lib/freetype/builds/windows: detect.mk ftdebug.c w32-bcc.mk
w32-bccd.mk w32-dev.mk w32-gcc.mk
w32-icc.mk w32-intl.mk w32-lcc.mk
w32-mingw32.mk w32-vcc.mk
w32-wat.mk win32-def.mk
lib/freetype/builds/windows/vc2005: freetype.vcproj index.html
lib/freetype/builds/windows/vc2008: freetype.vcproj index.html
lib/freetype/builds/windows/vc2010: freetype.vcxproj index.html
lib/freetype/builds/windows/visualc: freetype.dsp
freetype.vcproj index.html
lib/freetype/builds/windows/visualce: freetype.dsp
freetype.vcproj index.html
lib/freetype/devel: ft2build.h ftoption.h
lib/freetype/docs: CHANGES CUSTOMIZE DEBUG INSTALL INSTALL.ANY
INSTALL.CROSS INSTALL.GNU INSTALL.UNIX
INSTALL.VMS LICENSE.TXT TODO VERSION.DLL
formats.txt freetype-config.1 raster.txt
release
lib/freetype/docs/reference: ft2-auto_hinter.html
ft2-base_interface.html
ft2-basic_types.html
ft2-bdf_fonts.html
ft2-bitmap_handling.html
ft2-bzip2.html
ft2-cache_subsystem.html
ft2-cff_driver.html
ft2-cid_fonts.html
ft2-computations.html
ft2-error_code_values.html
ft2-error_enumerations.html
ft2-font_formats.html
ft2-gasp_table.html
ft2-glyph_management.html
ft2-glyph_stroker.html
ft2-glyph_variants.html
ft2-gx_validation.html
ft2-gzip.html
ft2-header_file_macros.html
ft2-header_inclusion.html
ft2-incremental.html ft2-index.html
ft2-lcd_filtering.html
ft2-list_processing.html
ft2-lzw.html ft2-mac_specific.html
ft2-module_management.html
ft2-multiple_masters.html
ft2-ot_validation.html
ft2-outline_processing.html
ft2-pfr_fonts.html
ft2-quick_advance.html
ft2-raster.html ft2-sfnt_names.html
ft2-sizes_management.html
ft2-system_interface.html
ft2-toc.html
ft2-truetype_engine.html
ft2-truetype_tables.html
ft2-tt_driver.html
ft2-type1_tables.html
ft2-user_allocation.html
ft2-version.html
ft2-winfnt_fonts.html
lib/freetype/include: ft2build.h
lib/freetype/include/freetype: freetype.h ftadvanc.h ftautoh.h
ftbbox.h ftbdf.h ftbitmap.h
ftbzip2.h ftcache.h ftcffdrv.h
ftcid.h fterrdef.h fterrors.h
ftfntfmt.h ftgasp.h ftglyph.h
ftgxval.h ftgzip.h ftimage.h
ftincrem.h ftlcdfil.h ftlist.h
ftlzw.h ftmac.h ftmm.h ftmodapi.h
ftmoderr.h ftotval.h ftoutln.h
ftpfr.h ftrender.h ftsizes.h
ftsnames.h ftstroke.h ftsynth.h
ftsystem.h fttrigon.h ftttdrv.h
fttypes.h ftwinfnt.h t1tables.h
ttnameid.h tttables.h tttags.h
ttunpat.h
lib/freetype/include/freetype/config: ftconfig.h ftheader.h
ftoption.h ftstdlib.h
lib/freetype/include/freetype/internal: Makefile autohint.h
ftcalc.h ftdebug.h
ftdriver.h ftgloadr.h
ftmemory.h ftobjs.h
ftpic.h ftrfork.h
ftserv.h ftstream.h
fttrace.h ftvalid.h
internal.h psaux.h
pshints.h sfnt.h
t1types.h tttypes.h
lib/freetype/include/freetype/internal/services: svbdf.h svcid.h
svfntfmt.h
svgldict.h
svgxval.h
svkern.h svmm.h
svotval.h
svpfr.h
svpostnm.h
svprop.h
svpscmap.h
svpsinfo.h
svsfnt.h
svttcmap.h
svtteng.h
svttglyf.h
svwinfnt.h
lib/freetype/src: Jamfile
lib/freetype/src/autofit: Jamfile afangles.c afblue.c afblue.cin
afblue.dat afblue.h afblue.hin afcjk.c
afcjk.h afcover.h afdummy.c afdummy.h
aferrors.h afglobal.c afglobal.h
afhints.c afhints.h afindic.c
afindic.h aflatin.c aflatin.h
aflatin2.c aflatin2.h afloader.c
afloader.h afmodule.c afmodule.h
afpic.c afpic.h afranges.c afranges.h
afscript.h afstyles.h aftypes.h
afwarp.c afwarp.h afwrtsys.h autofit.c
module.mk rules.mk
lib/freetype/src/base: Jamfile basepic.c basepic.h ftadvanc.c
ftapi.c ftbase.c ftbase.h ftbbox.c
ftbdf.c ftbitmap.c ftcalc.c ftcid.c
ftdbgmem.c ftdebug.c ftfntfmt.c
ftfstype.c ftgasp.c ftgloadr.c ftglyph.c
ftgxval.c ftinit.c ftlcdfil.c ftmac.c
ftmm.c ftobjs.c ftotval.c ftoutln.c
ftpatent.c ftpfr.c ftpic.c ftrfork.c
ftsnames.c ftstream.c ftstroke.c
ftsynth.c ftsystem.c fttrigon.c fttype1.c
ftutil.c ftwinfnt.c rules.mk
lib/freetype/src/bdf: Jamfile bdf.h bdfdrivr.h bdferror.h
bdflib.c
lib/freetype/src/bzip2: Jamfile ftbzip2.c rules.mk
lib/freetype/src/cache: Jamfile ftcache.c ftcbasic.c ftccache.c
ftccache.h ftccback.h ftccmap.c
ftcerror.h ftcglyph.c ftcglyph.h
ftcimage.c ftcimage.h ftcmanag.c
ftcmanag.h ftcmru.c ftcmru.h ftcsbits.c
ftcsbits.h rules.mk
lib/freetype/src/cff: Jamfile cf2arrst.h cf2blues.h cf2error.h
cf2fixed.h cf2font.h cf2ft.h cf2glue.h
cf2hints.h cf2intrp.c cf2intrp.h cf2read.h
cf2stack.c cf2stack.h cf2types.h cff.c
cffcmap.c cffcmap.h cffdrivr.c cffdrivr.h
cfferrs.h cffgload.c cffgload.h cffload.c
cffload.h cffobjs.c cffobjs.h cffparse.c
cffparse.h cffpic.c cffpic.h cfftoken.h
cfftypes.h module.mk rules.mk
lib/freetype/src/cid: Jamfile ciderrs.h cidgload.c cidgload.h
cidload.c cidload.h cidobjs.c cidobjs.h
cidparse.c cidparse.h cidriver.c
cidriver.h cidtoken.h module.mk rules.mk
type1cid.c
lib/freetype/src/gxvalid: Jamfile README gxvalid.c gxvalid.h
gxvbsln.c gxvcommn.c gxvcommn.h
gxverror.h gxvfeat.c gxvfeat.h
gxvfgen.c gxvjust.c gxvkern.c
gxvlcar.c gxvmod.c gxvmod.h gxvmort.c
gxvmort.h gxvmort0.c gxvmort1.c
gxvmort2.c gxvmort4.c gxvmort5.c
gxvmorx.c gxvmorx.h gxvmorx0.c
gxvmorx1.c gxvmorx2.c gxvmorx4.c
gxvmorx5.c gxvopbd.c gxvprop.c
gxvtrak.c module.mk rules.mk
lib/freetype/src/gzip: Jamfile ftgzip.c rules.mk
lib/freetype/src/lzw: Jamfile ftlzw.c ftzopen.c ftzopen.h
rules.mk
lib/freetype/src/otvalid: Jamfile module.mk otvalid.c otvalid.h
otvbase.c otvcommn.c otvcommn.h
otverror.h otvgdef.c otvgpos.c
otvgpos.h otvgsub.c otvjstf.c
otvmath.c otvmod.c otvmod.h rules.mk
lib/freetype/src/pcf: Jamfile pcf.h pcfdrivr.h pcferror.h
pcfread.h pcfutil.h
lib/freetype/src/pfr: Jamfile module.mk pfr.c pfrcmap.c
pfrcmap.h pfrdrivr.c pfrdrivr.h pfrerror.h
pfrgload.c pfrgload.h pfrload.c pfrload.h
pfrobjs.c pfrobjs.h pfrsbit.c pfrsbit.h
pfrtypes.h rules.mk
lib/freetype/src/psaux: Jamfile afmparse.c afmparse.h module.mk
psaux.c psauxerr.h psauxmod.c psauxmod.h
psconv.c psconv.h psobjs.c psobjs.h
rules.mk t1cmap.c t1cmap.h t1decode.c
t1decode.h
lib/freetype/src/pshinter: Jamfile module.mk pshalgo.c pshalgo.h
pshglob.c pshglob.h pshinter.c
pshmod.c pshmod.h pshnterr.h pshpic.c
pshpic.h pshrec.c pshrec.h rules.mk
lib/freetype/src/psnames: Jamfile module.mk psmodule.c
psmodule.h psnamerr.h psnames.c
pspic.c pspic.h pstables.h rules.mk
lib/freetype/src/raster: Jamfile ftmisc.h ftraster.c ftraster.h
ftrend1.c ftrend1.h module.mk raster.c
rasterrs.h rastpic.c rastpic.h rules.mk
lib/freetype/src/sfnt: Jamfile module.mk pngshim.c pngshim.h
rules.mk sfdriver.c sfdriver.h sferrors.h
sfnt.c sfntpic.c sfntpic.h sfobjs.c
sfobjs.h ttbdf.c ttbdf.h ttcmap.c
ttcmap.h ttcmapc.h ttkern.c ttkern.h
ttload.c ttload.h ttmtx.c ttmtx.h
ttpost.c ttpost.h ttsbit.c ttsbit.h
lib/freetype/src/smooth: Jamfile ftgrays.c ftgrays.h ftsmerrs.h
ftsmooth.c ftsmooth.h ftspic.c ftspic.h
module.mk rules.mk smooth.c
lib/freetype/src/tools: afblue.pl glnames.py no-copyright
update-copyright-year
lib/freetype/src/tools/docmaker: content.py docmaker.py
formatter.py sources.py
tohtml.py utils.py
lib/freetype/src/tools/ftfuzzer: README ftfuzzer.cc ftmutator.cc
runinput.cc
lib/freetype/src/truetype: Jamfile module.mk rules.mk truetype.c
ttdriver.c ttdriver.h tterrors.h
ttgload.c ttgload.h ttgxvar.c
ttgxvar.h ttinterp.c ttinterp.h
ttobjs.c ttobjs.h ttpic.c ttpic.h
ttpload.c ttpload.h ttsubpix.c
ttsubpix.h
lib/freetype/src/type1: Jamfile module.mk rules.mk t1afm.c
t1afm.h t1driver.c t1driver.h t1errors.h
t1gload.c t1gload.h t1load.c t1load.h
t1objs.c t1objs.h t1parse.c t1parse.h
t1tokens.h type1.c
lib/freetype/src/type42: Jamfile module.mk rules.mk t42drivr.c
t42drivr.h t42error.h t42objs.c
t42objs.h t42parse.c t42parse.h
t42types.h type42.c
lib/freetype/src/winfonts: Jamfile fnterrs.h module.mk rules.mk
winfnt.c winfnt.h
Added files:
lib/freetype/include/freetype/internal: fthash.h
lib/freetype/src/autofit: afshaper.c afshaper.h
lib/freetype/src/base: fthash.c
Removed files:
lib/freetype/src/autofit: hbshim.c hbshim.h
Log message:
Update to FreeType 2.6.3
ok sthen@, naddy@, matthieu@
CVSROOT: /cvs
Module name: xenocara
Changes by: dcoppa@cvs.openbsd.org 2016/05/29 05:59:59
Modified files:
lib/fontconfig/src: shlib_version
lib/libXfont : Makefile.bsd-wrapper
lib/libXft : Makefile.bsd-wrapper
Log message:
Bump following freetype update.
Suggested by sthen@
ok sthen@, naddy@, matthieu@
CVSROOT: /cvs
Module name: xenocara
Changes by: dcoppa@cvs.openbsd.org 2016/05/29 06:02:11
Modified files:
. : 3RDPARTY
Log message:
sync following freetype update
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2016/05/29 06:02:40
Modified files:
xserver : ChangeLog Makefile.in TODO aclocal.m4
autogen.sh configure configure.ac
xserver/Xext : Makefile.am Makefile.in geext.c geint.h
hashtable.c panoramiX.c panoramiXprocs.c
saver.c security.c shape.c sync.c xace.c
xcmisc.c xf86bigfont.c xres.c xselinux_hooks.c
xselinux_label.c xtest.c xvmain.c xvmc.c
xserver/Xi : Makefile.in exevents.c getprop.c
xichangehierarchy.c xiproperty.c
xiquerypointer.c
xserver/composite: Makefile.in compinit.c compwindow.c
xserver/config : Makefile.am Makefile.in config.c
xserver/damageext: Makefile.in
xserver/dbe : Makefile.in dbe.c midbe.c
xserver/dix : Makefile.in atom.c colormap.c cursor.c
devices.c dispatch.c dixfonts.c dixutils.c
enterleave.c enterleave.h events.c extension.c
getevents.c glyphcurs.c grabs.c inpututils.c
main.c pixmap.c property.c protocol.txt
region.c resource.c touch.c window.c
xserver/doc : Makefile.in Xinput.xml Xserver-spec.xml
smartsched
xserver/doc/dtrace: Makefile.in
xserver/dri3 : Makefile.in dri3.c dri3_priv.h dri3_request.c
xserver/exa : Makefile.am Makefile.in exa_accel.c
exa_glyphs.c exa_migration_mixed.c
xserver/fb : Makefile.in fbcopy.c fbpict.c
xserver/glamor : Makefile.am Makefile.in glamor.c glamor.h
glamor_addtraps.c glamor_compositerects.c
glamor_copy.c glamor_core.c glamor_dash.c
glamor_egl.c glamor_egl_stubs.c glamor_fbo.c
glamor_font.c glamor_font.h glamor_glyphblt.c
glamor_gradient.c glamor_image.c
glamor_largepixmap.c glamor_lines.c
glamor_picture.c glamor_pixmap.c
glamor_points.c glamor_prepare.c glamor_priv.h
glamor_program.c glamor_program.h
glamor_rects.c glamor_render.c glamor_segs.c
glamor_spans.c glamor_text.c glamor_transfer.c
glamor_transform.c glamor_transform.h
glamor_trapezoid.c glamor_triangles.c
glamor_utils.c glamor_utils.h glamor_vbo.c
glamor_window.c glamor_xv.c
xserver/glx : Makefile.in createcontext.c extension_string.c
extension_string.h glxcmds.c glxdri2.c
glxdriswrast.c rensize.c single2.c
single2swap.c
xserver/hw : Makefile.in
xserver/hw/dmx : Makefile.in dmx.c dmxcmap.c dmxcursor.c
dmxextension.c dmxfont.c dmxgc.c dmxinit.c
dmxpict.c dmxprop.c dmxwindow.c
xserver/hw/dmx/config: Makefile.in dmxcompat.c dmxconfig.c
dmxparse.h dmxtodmx.c parser.y scanner.l
xdmxconfig.c
xserver/hw/dmx/config/man: Makefile.in
xserver/hw/dmx/doc: Makefile.in dmx.xml
xserver/hw/dmx/doxygen: Makefile.in doxygen.conf.in
xserver/hw/dmx/examples: Makefile.in
xserver/hw/dmx/glxProxy: Makefile.in glxcmds.c glxext.c
glxscreens.c glxsingle.c render2swap.c
renderpixswap.c
xserver/hw/dmx/input: Makefile.in dmxarg.c dmxevents.c
dmxinputinit.c dmxmotion.c
xserver/hw/dmx/man: Makefile.in
xserver/hw/kdrive: Makefile.in
xserver/hw/kdrive/ephyr: Makefile.in ephyr.c ephyr_glamor_glx.c
ephyrcursor.c ephyrdriext.c
ephyrglxext.c ephyrinit.c hostx.c
hostx.h
xserver/hw/kdrive/ephyr/man: Makefile.in
xserver/hw/kdrive/fake: Makefile.in fake.c
xserver/hw/kdrive/fbdev: Makefile.in fbdev.c
xserver/hw/kdrive/linux: Makefile.in evdev.c
xserver/hw/kdrive/src: Makefile.in kdrive.c kinput.c kshadow.c
kxv.c
xserver/hw/vfb : InitOutput.c Makefile.in
xserver/hw/vfb/man: Makefile.in
xserver/hw/xfree86: Makefile.am Makefile.in sdksyms.sh
xorg-wrapper.c
xserver/hw/xfree86/common: Makefile.am Makefile.in compiler.h
dgaproc.h xf86.h xf86AutoConfig.c
xf86Bus.c xf86Config.c
xf86Configure.c xf86DGA.c
xf86Events.c xf86Extensions.c
xf86Helper.c xf86Init.c xf86Mode.c
xf86Module.h xf86Privstr.h
xf86VidMode.c xf86Xinput.c
xf86Xinput.h xf86cmap.c xf86fbman.c
xf86pciBus.c xf86platformBus.c
xf86sbusBus.c xf86str.h xf86xv.c
xf86xvmc.c
xserver/hw/xfree86/ddc: Makefile.in ddc.c
xserver/hw/xfree86/dixmods: Makefile.in xkbPrivate.c
xserver/hw/xfree86/doc: Makefile.in ddxDesign.xml
xserver/hw/xfree86/dri: Makefile.in dri.c xf86dri.c
xserver/hw/xfree86/dri2: Makefile.in dri2.c
xserver/hw/xfree86/dri2/pci_ids: Makefile.am Makefile.in
i915_pci_ids.h i965_pci_ids.h
pci_id_driver_map.h
radeonsi_pci_ids.h
xserver/hw/xfree86/drivers: Makefile.in
xserver/hw/xfree86/drivers/modesetting: Makefile.in dri2.c
driver.c driver.h
drmmode_display.c
drmmode_display.h
modesetting.man
present.c vblank.c
xserver/hw/xfree86/exa: Makefile.am Makefile.in
xserver/hw/xfree86/exa/man: Makefile.in
xserver/hw/xfree86/fbdevhw: Makefile.in fbdevhw.c
xserver/hw/xfree86/fbdevhw/man: Makefile.in
xserver/hw/xfree86/glamor_egl: Makefile.in
xserver/hw/xfree86/i2c: Makefile.in xf86i2c.c
xserver/hw/xfree86/int10: Makefile.in
xserver/hw/xfree86/loader: Makefile.am Makefile.in loadmod.c
xserver/hw/xfree86/man: Makefile.in Xorg.man Xorg.wrap.man
xorg.conf.man
xserver/hw/xfree86/modes: Makefile.in xf86Crtc.c xf86Crtc.h
xf86Cursors.c xf86DiDGA.c
xf86RandR12.c xf86Rotate.c
xserver/hw/xfree86/os-support: Makefile.in xf86_OSlib.h
xserver/hw/xfree86/os-support/bsd: Makefile.in
xserver/hw/xfree86/os-support/bus: Makefile.in Sbus.c
xserver/hw/xfree86/os-support/hurd: Makefile.in
xserver/hw/xfree86/os-support/linux: Makefile.am Makefile.in
lnx_init.c systemd-logind.c
xserver/hw/xfree86/os-support/misc: Makefile.in
xserver/hw/xfree86/os-support/solaris: Makefile.am Makefile.in
xserver/hw/xfree86/os-support/stub: Makefile.in
xserver/hw/xfree86/parser: Configint.h InputClass.c Makefile.am
Makefile.in OutputClass.c Screen.c
Vendor.c configProcs.h xf86Parser.h
xf86tokens.h
xserver/hw/xfree86/ramdac: Makefile.in TI.c xf86Cursor.c
xf86Cursor.h xf86HWCurs.c
xserver/hw/xfree86/shadowfb: Makefile.in
xserver/hw/xfree86/utils: Makefile.in
xserver/hw/xfree86/utils/cvt: Makefile.in cvt.c
xserver/hw/xfree86/utils/gtf: Makefile.in
xserver/hw/xfree86/utils/man: Makefile.in
xserver/hw/xfree86/vbe: Makefile.in vbe.c
xserver/hw/xfree86/vgahw: Makefile.in
xserver/hw/xfree86/x86emu: Makefile.in ops.c
xserver/hw/xnest: Color.c Display.c Events.c GC.c Keyboard.c
Makefile.in Screen.c
xserver/hw/xnest/man: Makefile.in
xserver/hw/xquartz: Makefile.in darwinEvents.c quartz.c quartz.h
xserver/hw/xquartz/GL: Makefile.in
xserver/hw/xquartz/bundle: Makefile.in
xserver/hw/xquartz/mach-startup: Makefile.in
xserver/hw/xquartz/man: Makefile.in
xserver/hw/xquartz/pbproxy: Makefile.in
xserver/hw/xquartz/xpr: Makefile.in xprCursor.c xprScreen.c
xserver/hw/xwayland: Makefile.am Makefile.in xwayland-cursor.c
xwayland-cvt.c xwayland-glamor.c
xwayland-input.c xwayland-output.c
xwayland-shm.c xwayland.c xwayland.h
xserver/hw/xwin: InitOutput.c Makefile.am Makefile.in
XWin.exe.manifest win.h winallpriv.c winauth.c
wincmap.c winconfig.c wincreatewnd.c
windialogs.c winengine.c winglobals.c
winkeybd.c winkeyhook.c winlayouts.h winmsg.c
winmultiwindowclass.h winmultiwindowicons.c
winmultiwindowwindow.c winmultiwindowwm.c
winmultiwindowwndproc.c winprocarg.c winrandr.c
winscrinit.c winshadddnl.c winshadgdi.c
winwin32rootlesswndproc.c winwndproc.c
xserver/hw/xwin/glx: Makefile.in indirect.c winpriv.c
xserver/hw/xwin/man: Makefile.in XWin.man
xserver/hw/xwin/winclipboard: Makefile.in thread.c wndproc.c
xevents.c
xserver/include: Makefile.am Makefile.in colormap.h cursorstr.h
dix-config.h.in dix.h dixfont.h dixstruct.h
do-not-use-config.h.in extinit.h input.h
inpututils.h kdrive-config.h.in list.h misc.h
opaque.h os.h pixmap.h pixmapstr.h
protocol-versions.h resource.h scrnintstr.h
swaprep.h swapreq.h window.h windowstr.h
xorg-server.h.in
xserver/man : Makefile.in Xserver.man
xserver/mi : Makefile.in miarc.c mibitblt.c micmap.c
micopy.c midispcur.c mieq.c miexpose.c
mifillrct.c miglblt.c miinitext.c mioverlay.c
mipoly.c mipolypnt.c mipolyrect.c miscrinit.c
miwideline.c miwindow.c mizerarc.c mizerline.c
xserver/miext : Makefile.am Makefile.in
xserver/miext/damage: Makefile.in damage.c
xserver/miext/rootless: Makefile.in rootlessCommon.h
rootlessConfig.h rootlessScreen.c
rootlessWindow.c rootlessWindow.h
xserver/miext/shadow: Makefile.in shalloc.c
xserver/miext/sync: Makefile.in
xserver/os : Makefile.in access.c connection.c log.c osdep.h
osinit.c utils.c
xserver/present: Makefile.in present.c present_event.c
present_priv.h present_request.c
xserver/pseudoramiX: Makefile.in pseudoramiX.c pseudoramiX.h
xserver/randr : Makefile.am Makefile.in randr.c randrstr.h
rrcrtc.c rrdispatch.c rrinfo.c rrmode.c
rroutput.c rrproperty.c rrproviderproperty.c
rrscreen.c rrsdispatch.c rrtransform.c
rrxinerama.c
xserver/record : Makefile.in record.c set.c
xserver/render : Makefile.in filter.c glyph.c glyphstr.h
miindex.c mipict.c mipict.h picture.c picture.h
picturestr.h render.c
xserver/test : Makefile.am Makefile.in README input.c
xserver/test/xi1: Makefile.in
xserver/test/xi2: Makefile.in
xserver/xfixes : Makefile.am Makefile.in cursor.c region.c
xfixes.h
xserver/xkb : Makefile.in XKBAlloc.c XKBGAlloc.c XKBMAlloc.c
maprules.c xkb.c xkbActions.c xkbUtils.c
xkmread.c
Added files:
xserver/Xext : vidmode.c
xserver/glamor : glamor_composite_glyphs.c
xserver/hw/xfree86/dri2/pci_ids: virtio_gpu_pci_ids.h
xserver/hw/xfree86/os-support/linux: linux.h
xserver/hw/xwayland: xwayland-glamor-xv.c xwayland-vidmode.c
xserver/hw/xwin: winos.c
xserver/include: displaymode.h nonsdk_extinit.h vidmodestr.h
xserver/os : reallocarray.c
xserver/randr : rrmonitor.c
Removed files:
xserver/config : 10-evdev.conf
xserver/glamor : glamor_glyphs.c
xserver/hw/xfree86/common: vidmodeproc.h xf86vmode.c
xserver/hw/xfree86/os-support/solaris: apSolaris.shar
xserver/hw/xwin: winshaddd.c
xserver/m4 : xorg-tls.m4
Log message:
Update to xserver 1.18.3. Tested by shadchin@ and naddy@.
Note that indirect GLX is now disbled by default.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2016/05/29 06:04:14
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: ports
Changes by: natano@cvs.openbsd.org 2016/05/29 06:26:23
Modified files:
editors/vim : Makefile
Added files:
editors/vim/patches: patch-runtime_syntax_fstab_vim
Log message:
Tech vim syntax highlighting about the wxallowed mount option.
idea and ok espie
CVSROOT: /cvs
Module name: xenocara
Changes by: dcoppa@cvs.openbsd.org 2016/05/29 06:29:25
Modified files:
lib/freetype : shlib_version
Log message:
bump freetype major
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/05/29 07:50:13
Modified files:
distrib/notes/armv7: prep
Log message:
Remove the section on tftp booting a umg file. This might come back in
a different form when u-boot supports efi networking interfaces.
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/05/29 07:51:53
Modified files:
sys/kern : kern_descrip.c
Log message:
Fix sizes passed to free() in fdfree(). This prevents a panic reported
by sthen.
ok semarie
CVSROOT: /cvs
Module name: xenocara
Changes by: sthen@cvs.openbsd.org 2016/05/29 07:53:24
Modified files:
distrib/sets/lists/xbase: md.amd64 md.armish md.armv7 md.hppa
md.i386 md.loongson md.luna88k
md.macppc md.sgi md.socppc md.sparc
md.sparc64 md.zaurus mi
Log message:
sync (xserver and freetype)
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2016/05/29 07:55:03
Modified files:
. : armv7.html
Log message:
remove notes relating to umg kernels
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/05/29 07:59:01
Modified files:
www/uget : Makefile
www/uget/patches: patch-uget_UgetAria2_c
www/uget/pkg : PLIST
Removed files:
www/uget/patches: patch-po_POTFILES_in patch-uglib_UgUtil_c
Log message:
Remove patches which were committed upstream, regen PLIST.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2016/05/29 08:38:33
Modified files:
regress/usr.sbin/syslogd: args-server-tcp-reconnect.pl
args-server-tls-reconnect.pl
Log message:
When connecting to a non existing tcp listen socket on localhost,
connect(2) does no longer fail immediately. It reports EINPROGRESS
first, an ECONNREFUSED or EPIPE error follows later. Allow this
changed behavior in syslogd(8) regression tests.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/05/29 08:44:33
Modified files:
. : armv7.html
Log message:
remove a redundant line, invisible tags, weird capitalization and
semicolon misuse.
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/05/29 09:00:23
Log message:
Import py-test-mock 1.0, ok danj@
This plugin installs a mocker fixture which is a thin-wrapper around the
patching API provided by the mock package, but with the benefit of not
having to worry about undoing patches at the end of a test.
Status:
Vendor Tag: shadchin
Release Tags: shadchin_20160529
N ports/devel/py-test-mock/Makefile
N ports/devel/py-test-mock/distinfo
N ports/devel/py-test-mock/pkg/PLIST
N ports/devel/py-test-mock/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/05/29 09:07:53
Modified files:
devel : Makefile
Log message:
+py-test-mock
+py-test-mock,python3
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/05/29 09:10:05
Modified files:
distrib/armv7/ramdisk: install.md
Log message:
Decide which u-boot/dtb to use based on the fdt model printed when
attaching mainbus not the string we print based on the board id when
attaching the soc platform abstraction.
Overhaul md_installboot() to make it much more readable based on
suggestions from rpe@
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/05/29 09:21:56
Modified files:
www/py-requests: Makefile distinfo
www/py-requests/pkg: PLIST
Log message:
Update to py-requests 2.10.0.
ok danj@
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2016/05/29 09:36:06
Modified files:
etc : rc
Log message:
Improve error handling in reorder_libs()
- run commands in subshell only if mktemp is successful
- on error just leave the for-loop but set _error=true
- cleanup tmpdirs afterwards
- set _error=true if the ro remount fails
- print appropriate final message depending on $_error
positive feedback from deraadt
OK krw
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/05/29 10:27:36
Modified files:
textproc/p5-Regexp-Common: Makefile distinfo
Log message:
update p5-Regexp-Common to 2016052804
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/05/29 11:01:07
Modified files:
lib/libc/gen : sysctl.3
sbin/sysctl : sysctl.8
Log message:
wxabort bits; ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/05/29 11:02:21
Modified files:
sbin/disklabel : disklabel.c
Log message:
Refactor and clean up the logic before pledge a bit and fix pledge
fallout related to pledge disklabel (e.g. 'disklabel /dev/tty').
- Allow 'disklabel sdN' again for non-root users.
- Make sure at least one DIO* ioctl comes before pledge "disklabel"
- Fix the op == WRITE logic that broke 'make release' in -r2.217
Based on -r2.17 from beck.
ok beck
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2016/05/29 11:09:07
Modified files:
regress/lib/libc: Makefile
Log message:
We don't have sigreturn anymore
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/05/29 11:38:38
Modified files:
infrastructure/db: user.list
Log message:
add svnserve user for subversion
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/05/29 11:42:22
Modified files:
devel/subversion: Makefile
devel/subversion/pkg: PLIST-main
Added files:
devel/subversion/pkg: svnserve.rc
Log message:
add a svnserve rc.d script
ok stsp ajacoutot
CVSROOT: /cvs
Module name: ports
Changes by: danj@cvs.openbsd.org 2016/05/29 12:08:04
Modified files:
www/py-werkzeug: Makefile distinfo
www/py-werkzeug/patches: patch-tests_test_serving_py
Log message:
update to py-werkzeug-0.11.10
ok shadchin@ (who noticed I needed to regen a patch)
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/05/29 13:08:53
Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_8 a_d2i_fp.c
Log message:
Fix a short-read bug in the previous version of asn1_d2i_read_bio
The outer while() loop is missing, so we only read up to chunk_max bytes.
ok tedu
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/05/29 13:18:56
Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_9 a_d2i_fp.c
Log message:
Fix a short-read bug in the previous version of asn1_d2i_read_bio
The outer while() loop is missing, so we only read up to chunk_max bytes.
ok tedu
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/05/29 13:57:47
Modified files:
graphics/feh : Makefile distinfo
Log message:
Bugfixing update to feh-2.15.4
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2016/05/29 14:03:54
Removed files:
regress/lib/libc/sigreturn: Makefile sigret.c
Log message:
Nuke sigret.c
ok deraadt@ kettenis@
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/05/29 14:39:14
Modified files:
lib/libssl/src/crypto: Tag: OPENBSD_5_8 opensslv.h
Log message:
bump to 2.2.8
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/29 14:47:49
Modified files:
lib/libc/hidden: db.h
lib/libc/stdlib: hcreate.c
lib/libc/db/hash: extern.h hash_func.c
Log message:
Remove dead support for changing BDB hash algorithm and cache of alternatives
ok natano@ millert@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/29 14:48:31
src/lib/libc/hidden/machine
Update of /cvs/src/lib/libc/hidden/machine
In directory cvs.openbsd.org:/tmp/cvs-serv40405/machine
Log Message:
Directory /cvs/src/lib/libc/hidden/machine added to the repository
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/29 14:49:39
Added files:
lib/libc/hidden/machine: sysarch.h
Log message:
Wrap , ok giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/06/08 02:27:04
Removed files:
sysutils/apcupsd/patches: patch-src_drivers_usb_bsd_bsd-usb_c
Log message:
remove patch for bsd driver which is no longer used.
CVSROOT: /cvs
Module name: ports
Changes by: feinerer@cvs.openbsd.org 2016/06/08 04:53:52
Modified files:
math/hdf5 : Makefile distinfo
Log message:
Update to HDF5 1.8.17
OK pirofti@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2016/06/08 05:11:47
Modified files:
sys/kern : subr_log.c
Log message:
As logging to dmesg with msgbuf_putchar() can happen in any interrupt
handler, every access to msg buf counters should be protected by
splhigh(). This is already done in some places, make it consistenly
everywhere.
OK mpi@ deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/08 05:49:57
Modified files:
net/py-botocore: Makefile distinfo
Log message:
Update to py-botocore-1.4.26.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/08 05:50:14
Modified files:
sysutils/awscli: Makefile distinfo
Log message:
Update to awscli-1.10.36.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/08 05:58:59
Modified files:
libexec/ld.so : library.c loader.c
Log message:
Some ELF ABIs still require a PLT that is both writable and executable. To
avoid W^X violations, initially map such segments as writable and
non-executable, and change the mapping to non-writable and executable
after initial relocation processing. As a side-benefit this means we no
longer depend on the __plt_start and __plt_end to make the PLT read-only
after relocation processing.
This will break binaries linked with ld -Z, most notably emacs, on some
of our architectures.
ok deraadt@, guenther@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/08 06:07:52
Modified files:
sys/kern : exec_elf.c
Log message:
Enforce W^X and map W|X segments without X permission initially. The
dynamic linker will make these read-only and add back X permission after
elocation processing. Static executables with W|X segments will probably
crash.
ok deraadt@, guenther@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/06/08 06:57:58
Modified files:
sys/net : if_ethersubr.c
sys/netinet6 : nd6.c nd6.h
Log message:
Move ND resoluton logic from nd6_output() to nd6_storelladdr() and
rename it to nd6_resolve().
This allows us to get rid of non-Ethernet hacks by moving Ethernet
specific logic in the appropriate layer.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/06/08 07:26:06
Modified files:
sys/net : route.c
Log message:
Revert previous, it breaks regression tests.
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2016/06/08 07:34:30
Modified files:
sys/dev/acpi : acpitoshiba.c
Log message:
attach acpitoshiba(4) on more Toshiba laptops
ok pirofti@
CVSROOT: /cvs
Module name: src
Changes by: tobiasu@cvs.openbsd.org 2016/06/08 07:40:45
Modified files:
distrib/sets/lists/base: md.sparc
Log message:
fix two typos
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/08 09:27:06
Modified files:
sys/arch/armv7/armv7: armv7_machdep.c armv7_machdep.h platform.c
sys/arch/armv7/exynos: exuart.c exynos_machdep.c
sys/arch/armv7/imx: imx_machdep.c imxuart.c
sys/arch/armv7/omap: omap_com.c omap_machdep.c
sys/arch/armv7/sunxi: sunxi_machdep.c sxiuart.c
sys/arch/armv7/vexpress: pl011.c vexpress_machdep.c
sys/dev/ofw : fdt.c fdt.h
Log message:
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
if present otherwise fallback to /aliases/serial0.
Don't require a platform match to run the various console init functions
so the init functions will run for unknown board ids.
With and ok kettenis@ on a earlier version.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/08 09:29:37
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elf64-sparc.c
Log message:
Revert the change that made the PLT readonly. The dynamic linker now
actually uses the fact that the PLT is in a writable segment to avoid
the dependency on the __plt_start and __plt_end symbols.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/06/08 09:37:21
Modified files:
sys/uvm : uvm_mmap.c
Log message:
hppa & mips64 now can do the full W^X check. (Make sure you have
a new kernel before this change, and ld.so updated)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/06/08 09:38:29
Modified files:
sys/uvm : uvm_mmap.c
Log message:
Dereference p_p once rather than 4 times.
CVSROOT: /cvs
Module name: src
Changes by: visa@cvs.openbsd.org 2016/06/08 09:46:03
Modified files:
sys/arch/octeon/dev: octhcireg.h
Removed files:
sys/arch/octeon/dev: octhci.c
Log message:
Remove octhci(4). It has been superseded by dwctwo(4).
ok mpi@ deraadt@ pirofti@ dlg@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/08 09:56:29
Modified files:
sys/arch/armv7/armv7: platform.c
Log message:
stop requiring a matching platform to continue booting
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/06/08 11:04:03
Modified files:
lang/gcc/4.6 : Makefile
Added files:
lang/gcc/4.6/patches: patch-libffi_src_closures_c
Log message:
Disable libffi W^X violations in gcc-4.6 too, ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/06/08 11:04:56
Modified files:
lang/gcc/4.6 : Makefile
Log message:
Don't hardcode the most recent gcc version
CVSROOT: /cvs
Module name: ports
Changes by: danj@cvs.openbsd.org 2016/06/08 11:16:46
Modified files:
devel/py-click : Makefile
devel/py-click/pkg: PLIST
Log message:
add py3 flavor and add a test target
tweaks/ok shadchin@, maintainer timeout
CVSROOT: /cvs
Module name: ports
Changes by: danj@cvs.openbsd.org 2016/06/08 11:18:21
Modified files:
devel : Makefile
Log message:
+ py-click,python3
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2016/06/08 11:24:44
Modified files:
sys/arch/alpha/alpha: autoconf.c
sys/arch/amd64/amd64: autoconf.c
sys/arch/armish/armish: autoconf.c
sys/arch/armv7/armv7: autoconf.c
sys/arch/i386/i386: autoconf.c
sys/arch/macppc/macppc: autoconf.c
sys/arch/socppc/socppc: autoconf.c
sys/arch/sparc/sparc: autoconf.c
sys/arch/sparc64/sparc64: autoconf.c
sys/arch/zaurus/zaurus: autoconf.c
Log message:
remove obsolete raid from namtoblk tables. from Artturi Alm
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/06/08 11:48:44
Log message:
Import bastet, like tetris but harder.
From Solene Rapenne, maybe with bits from my old attempt, input from
Rafael Sadowski.
ok sthen@
cat pkg/DESCR:
Have you ever thought that Tetris is evil because it never sends you
that straight "I" brick you need to clear four rows? Well, Tetris(R)
probably is not so malevolent, but Bastet certainly is. >:-> Bastet
stands for "bastard tetris", and is a simple ncurses-based Tetris(R)
clone for Linux. Instead of choosing the next block randomly, this
fiendish program uses a special algorithm to give you the worst
possible brick. Playing Bastet can be a very frustrating experience!
Bonus points for presenting it to your friends as "just another Tetris
clone"
Status:
Vendor Tag: jca
Release Tags: jca_20160608
N ports/games/bastet/distinfo
N ports/games/bastet/Makefile
N ports/games/bastet/patches/patch-Makefile
N ports/games/bastet/patches/patch-Ui_cpp
N ports/games/bastet/pkg/DESCR
N ports/games/bastet/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/06/08 11:50:48
Modified files:
games : Makefile
Log message:
+bastet
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/06/08 12:29:39
Modified files:
games/bastet : Makefile
Log message:
This will only compile with clang.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/08 12:45:47
Modified files:
faq : faq4.html
Log message:
Kevin Chadwick reports that the bcdedit stuff also works for Win 10.
Thanks!
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/06/08 13:23:29
Modified files:
www/firefox-esr: Makefile distinfo
www/firefox-esr-i18n: Makefile.inc distinfo
Log message:
Update to firefox-esr 45.2.0.
- See https://www.mozilla.org/en-US/firefox/45.2.0/releasenotes/
- Fixes MFSA 2016-49->53, 55, 56, 58
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/06/08 13:25:42
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches: patch-browser_installer_Makefile_in
patch-security_manager_pki_resources_content_exceptionDialog_js
www/firefox-i18n: Makefile.inc distinfo
Log message:
Update to firefox 47.0.
- See https://www.mozilla.org/en-US/firefox/47.0/releasenotes/
- Fixes MFSA 2016-49->61
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/06/08 13:30:11
Modified files:
geo/josm : Makefile distinfo
Log message:
Update to josm r10327, looks ok to MAINTAINER.
Note that it tries to exec 'lsb_release' at runtime and produces a
stacktrace at startup, this will be dealt with upstream.
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/06/08 14:12:30
Log message:
import libsrs2
libsrs2 is the next generation SRS library from the original designer of SRS.
It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair.
Libsrs2 has been written from an entirely clean codebase with compliance, speed
and versatility in mind. It is platform independent and has no external
dependencies. It is thread-safe and heap-safe, and is suitable for large scale
applications and embedded systems and can operate without many standard system
facilities.
ok jca
Status:
Vendor Tag: jung
Release Tags: jung-20160608
N ports/mail/libsrs2/distinfo
N ports/mail/libsrs2/Makefile
N ports/mail/libsrs2/pkg/PLIST
N ports/mail/libsrs2/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/06/08 14:16:04
Modified files:
mail : Makefile
Log message:
link mail/libsrs2
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/06/08 14:33:02
Modified files:
www/mozilla-firefox/patches:
patch-storage_mozStorageConnection_cpp
Log message:
Update patch fuzz. Even if this patch is now useless since we build
against bundled sqlite, let's keep it around for a while in case...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/08 15:20:26
Modified files:
devel/mico : Makefile
Log message:
Prevent devel/mico from going online during build (DNS lookup its hostname if
not in /etc/hosts); aka unbreak on bulks where _pbuild is not allowed network
access.
solution from Karel Gardas
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/08 15:28:09
Modified files:
usr.sbin/ldpd : init.c
Log message:
Add one more safety check for Initialization messages.
RFC 5036 says the following about the "Receiver LDP Identifier" field:
"Identifies the receiver's label space. This LDP Identifier, together
with the sender's LDP Identifier in the PDU header, enables the receiver
to match the Initialization message with one of its Hello adjacencies;
If there is no matching Hello adjacency, the LSR MUST send a Session
Rejected/No Hello Notification message in response to the Initialization
message and not establish the session".
This is one more case of LDP being more complex than what it should have
been. Since LDP support MPLS label spaces (for ATM and FR), just the
sender's LSR-ID in the PDU header is not enough for identifying an Hello
adjacency. We also need the receiver's label space, and that's what this
field gives us. In fact, this field contains the full receiver's LSR-ID,
but the IP part doesn't really matter.
Since we don't support label spaces (and never will), we were happily
ignoring this field. This patch changes this to fix some errors with ANVL.
Fixes the following ANVL LDP tests: 6.5, 6.6 and 6.11.
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/06/08 15:48:45
Modified files:
security/p5-Module-Signature: Makefile distinfo
Log message:
update p5-Module-Signature to 0.80
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/08 16:00:12
Modified files:
usr.sbin/ldpd : notification.c
Log message:
Change what we consider a NACK for our Initialization messages.
RFC 5036 says the following:
"It is possible for a pair of incompatibly configured LSRs that
disagree on session parameters to engage in an endless sequence of
messages as each NAKs the other's Initialization messages with Error
Notification messages.
An LSR MUST throttle its session setup retry attempts with an
exponential backoff in situations where Initialization messages are
being NAK'd".
The problem here is that the RFC is not very explicit of what can be
a NACK. We were considering only the following notification messages
as NACKs:
* Session Rejected/No Hello;
* Session Rejected/Parameters Advertisement Mode;
* Session Rejected/Parameters Max PDU Length;
* Session Rejected/Parameters Label Range;
* Session Rejected/Bad KeepAlive Time.
It turns out that some implementations can NACK with a Shutdown
notification. And there's the possibility of other implementations using
different notifications as well.
To fix this, consider any fatal notification as a NACK when the neighbor
is in the OPENSENT state (i.e. we sent an Initialization and we're
waiting for a response).
Fixes the following ANVL LDP tests: 6.19, 6.21 and 6.22
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/08 17:14:03
Modified files:
usr.sbin/ldpd : hello.c
Log message:
Discard Hello packet if advertised transport address is of different AF.
IxANVL LDP test 5.13 was failing for ldpd(8) because we were not
discarding IPv4 Hello messages with an IPv6 transport address (and
vice-versa).
Once again, the RFC is not very explicit about what to do in this
case. Since the IPv4 and IPv6 Transport Address TLVs are optional,
what we were doing is to just ignore them in this case and use source
address of the packet as the implicit transport address.
But the IxANVL team had a different interpretation on this. They think
that discarding the Hello message is the right thing to do in this case.
Let's follow their interpretation because that's probably what most
implementations are doing.
NOTE1: with this patch we still keep ignoring additional Transport Address
TLVs as specified in RFC 7552;
NOTE2: in order to check if a Transport Address TLV was already received
or not, use the F_HELLO_TLV_RCVD_ADDR flag instead of comparing if the
address is zero or not (easier to read).
Fixes IxANVL LDP test 5.13.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/08 17:30:07
Modified files:
usr.sbin/ldpd : ldpd.c ldpe.c
Log message:
Fix quick reconnect when the transport address is changed.
When the transport address is changed, we can't try to reconnect to the
neighbors inside merge_af() because the ldpe process still didn't receive
the new network sockets from the parent at this point. To resolve this,
try to reconnect just after we receive these sockets.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2016/06/08 17:48:58
Modified files:
net/p5-Net-Abuse-Utils-Spamhaus: Makefile distinfo
net/p5-Net-Abuse-Utils-Spamhaus/pkg: PLIST
Log message:
Update p5-Net-Abuse-Utils-Spamhaus to 0.09.
Includes bugfix for new return codes in ZEN list.
CVSROOT: /cvs
Module name: ports
Changes by: semarie@cvs.openbsd.org 2016/06/08 22:20:10
Modified files:
lang/rust : Makefile distinfo
lang/rust/patches: patch-src_librustdoc_test_rs
patch-src_libstd_sys_unix_os_rs
Added files:
lang/rust/patches: patch-mk_main_mk
Log message:
lang/rust: change bootstrap method
OK juanfra@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/08 23:37:51
Modified files:
sysutils/google-cloud-sdk: Makefile distinfo
sysutils/google-cloud-sdk/pkg: PLIST
Log message:
Update to google-cloud-sdk-113.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/09 00:27:46
Modified files:
x11/gnome/librsvg: Makefile distinfo
Log message:
Update to librsvg-2.40.16.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/09 02:22:50
Modified files:
. : landisk.html
Log message:
sucessor -> successor
From Nick Permyakov, thanks!
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/09 02:26:17
Modified files:
. : alpha.html amd64.html i386.html sparc.html
Log message:
5.8 -> 5.9 bumps for floppy and miniroot
From tom@, thanks!
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/09 02:36:15
Modified files:
. : armv7.html
Log message:
refered -> referred
from tom@, thanks
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/09 03:33:17
Modified files:
share/man/man8 : afterboot.8
Log message:
In afterboot(8), replace le0 with em0. lo0 and le0 are too close with tiny font.
ok jmc mpi kettenis deraadt
CVSROOT: /cvs
Module name: www
Changes by: stsp@cvs.openbsd.org 2016/06/09 03:34:33
Modified files:
. : want.html
Log message:
Remove my request for Intel 8260 wireless hardware.
genua gmbh has decided to donate the hardware I've already got. Thanks!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/09 04:15:15
Modified files:
mail/offlineimap: Makefile distinfo
Log message:
update to offlineimap-6.7.0.1, from maintainer Remi Locherer
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/09 04:56:59
Modified files:
graphics/feh : Makefile distinfo
graphics/feh/patches: patch-man_feh_pre patch-src_keyevents_c
Log message:
Update to feh-2.16
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/06/09 06:16:14
Modified files:
games/freeciv : Makefile distinfo
games/freeciv/pkg: PLIST-main PLIST-share
Log message:
bugfix update to freeciv-2.5.4
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/09 06:32:42
Modified files:
sys/arch/arm/include: fdt.h
sys/arch/arm/simplebus: simplebus.c
Log message:
Fetch "reg" and "interrupts" properties and pass them down as attach args to
our children.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/09 06:35:46
Modified files:
sys/arch/armv7/imx: imxiic.c
Log message:
Make use of the information about the node passed down to us by simplebus(4).
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/09 06:39:17
Modified files:
sys/arch/armv7/conf: GENERIC
sys/arch/armv7/imx: files.imx imx.c imxahci.c
Log message:
Dynamically attach i.MX6 ahci(4) using the FDT.
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/09 07:30:14
Modified files:
textproc/p5-PDF-API2: Makefile distinfo
Log message:
update to p5-PDF-API2-2.028
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/06/09 07:54:34
Modified files:
productivity/gbirthday: Makefile distinfo
Log message:
- update to gbirthday-0.6.10
- switch to github
- replace version in info screen
CVSROOT: /cvs
Module name: ports
Changes by: florian@cvs.openbsd.org 2016/06/09 08:30:20
Modified files:
net/powerdns : Makefile distinfo
Log message:
Trivial update to 3.4.9
OK sthen
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/06/09 08:59:08
Modified files:
www/lightsquid : Makefile
www/lightsquid/pkg: DESCR
Log message:
capitalization in DESCR and whitespace cleanup
CVSROOT: /cvs
Module name: src
Changes by: visa@cvs.openbsd.org 2016/06/09 09:29:22
Modified files:
sys/arch/octeon/dev: cn30xxgmx.c cn30xxgmxreg.h cn30xxgmxvar.h
cn30xxpip.c
Log message:
Add SGMII support and PHY addresses for 8-port EdgeRouters. This makes
plain RJ45 ports eth[4-7] usable.
ok dlg@, tested by martijn@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/09 09:38:30
Modified files:
sys/arch/armv7/conf: GENERIC
sys/arch/armv7/imx: files.imx imx.c imxesdhc.c
Log message:
Dynamically attach imxesdhc(4) using the FDT.
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/06/09 09:46:17
Modified files:
shells/dash : Makefile distinfo
Log message:
Update to dash-0.5.9
CVSROOT: /cvs
Module name: www
Changes by: bcook@cvs.openbsd.org 2016/06/09 10:07:25
Modified files:
libressl : index.html releases.html
Log message:
update for LibreSSL 2.4.1/2.3.6/2.2.9
CVSROOT: /cvs
Module name: www
Changes by: tim@cvs.openbsd.org 2016/06/09 10:55:11
Modified files:
. : plus.html
Log message:
April 1-7. Based on a diff from Rafael Neves.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/09 11:26:32
Modified files:
usr.sbin/ldpd : adjacency.c hello.c interface.c ldpe.c ldpe.h
Log message:
Send a fatal notification when the last hello adjacency is deleted.
RFC 5036 says:
"When the last Hello adjacency for an LDP session is
deleted, the LSR terminates the LDP session by sending a Notification
message and closing the transport connection".
Send a "Hold Timer Expired" notification when the triggering event is
a hello hold time timeout. In the other cases, like disabling LDP on an
interface, send a "Shutdown" notification instead.
Before this patch we were just closing the neighbor's transport
connection.
Fixes the following ANVL LDP tests: 7.17 and 23.3.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/09 11:41:52
Modified files:
usr.sbin/ldpd : packet.c
Log message:
Do not shut down the session upon receiving unknown messages.
RFC 5036 says the following about the receipt of unknown messages:
"Unknown message bit. Upon receipt of an unknown message, if U is
clear (=0), a notification is returned to the message originator;
if U is set (=1), the unknown message is silently ignored".
We were correctly ignoring unknown messages when the U-bit was set. But
when this bit was not set, we were shutting down the session when the
correct thing to do is to just send a non-fatal notification message.
Fix IxANVL LDP test 22.13.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/09 11:57:55
Modified files:
usr.sbin/ldpd : packet.c
Log message:
Do set the Message ID for Hello messages too.
In the original LDP specification, there was no circumstance where a
Notification message could be sent in response to a Hello message. So
setting the Message ID field for Hello packets was useless.
This changed with RFC 7552, where Hello packets can trigger the "Transport
Connection Mismatch" notification when the local and remote transport
preferences doesn't match. In this case, having a meaningful Message ID
in the Hello packets can aid in testing and troubleshooting.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2016/06/09 13:07:54
Modified files:
devel/git : Makefile distinfo
devel/git/patches: patch-t_test-lib_sh
Log message:
Update to git-2.8.4.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2016/06/09 17:09:52
Modified files:
sys/netinet : tcp_input.c
Log message:
Fix typo in comment. From Kapetanakis Giannis
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/06/09 17:33:04
Modified files:
textproc/p5-Regexp-Common: Makefile distinfo
Log message:
update p5-Regexp-Common to 2016060801
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/09 20:30:43
Modified files:
multimedia/gstreamer1/plugins-good: Makefile
Log message:
Unbreak after the estdc++ WANTLIB tweak.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/09 20:51:02
Modified files:
sys/arch/armv7/conf: RAMDISK
Log message:
attach imxahci and imxesdhc to fdt on RAMDISK as well
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/09 20:56:15
Modified files:
share/man/man4/man4.armv7: imxesdhc.4 imxiic.4
Log message:
update config lines for fdt
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/06/09 23:15:55
Modified files:
www/chromium : Makefile distinfo
www/chromium/pkg: PLIST
Log message:
update to 51.0.2704.84
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/10 00:32:36
Modified files:
sys/arch/arm/arm: undefined.c
Log message:
correct spelling of a comment
from Tom Cosgrove
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2016/06/10 00:42:22
Modified files:
usr.bin/aucat : dsp.c
Log message:
Simplify the sample rate converter, no behaviour change.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/10 00:42:53
Modified files:
sys/arch/armv7/exynos: crosec.c
Log message:
test return value not an uninitialised variable
from Tom Cosgrove
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/06/10 01:44:58
Modified files:
net/owncloudclient: Makefile distinfo
net/owncloudclient/patches: patch-CMakeLists_txt
patch-src_libsync_utility_cpp
Log message:
update to owncloudclient-2.2.1
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2016/06/10 05:46:15
Modified files:
usr.bin/tmux : screen.c
Log message:
Spelling error (incrased -> increased), from Josh Soref.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2016/06/10 06:09:48
Modified files:
usr.sbin/httpd : httpd.c
Log message:
& expands to the maximum amount of needed space; fix comment.
Pointed out by Frank Schoep, thanks!
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/10 06:14:44
Modified files:
distrib/armv7/miniroot/cubox: Makefile
Log message:
list dtbs in DTBS not DTB
fixes lack of dtbs on cubox miniroot reported by jca@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2016/06/10 06:52:57
Modified files:
infrastructure/bin: register-plist
infrastructure/man/man1: check-problems.1 register-plist.1
Log message:
remove more PLIST_DB references
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/06/10 06:54:44
Log message:
Add devel/p5-Shell
run shell commands transparently within perl
required by upcoming textproc/fragistics
OK abieber@
Status:
Vendor Tag: awolk
Release Tags: awolk_20160610
N ports/devel/p5-Shell/Makefile
N ports/devel/p5-Shell/distinfo
N ports/devel/p5-Shell/pkg/PLIST
N ports/devel/p5-Shell/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/06/10 06:56:30
Modified files:
devel : Makefile
Log message:
Add devel/p5-Shell to the build
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/06/10 06:58:21
Log message:
Add textproc/fragistics
Fragistics is a Quake3 statistics program. It generates several
webpages containing statistics about the games played from the
games.log generated by a Quake3:Arena server.
OK abieber@
Status:
Vendor Tag: awolk
Release Tags: awolk_20160610
N ports/textproc/fragistics/Makefile
N ports/textproc/fragistics/distinfo
N ports/textproc/fragistics/pkg/PLIST
N ports/textproc/fragistics/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/06/10 07:01:07
Modified files:
textproc : Makefile
Log message:
Add textproc/fragistics to the build
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/06/10 07:07:07
Modified files:
games/tetris : tetris.c
Log message:
When eliding a row, clear the invisible row zero, so that no columns
can become unusable during game play. Same fix was made in NetBSD's
tetris.c -r1.31 by Christos Zoulas almost exactly a year ago.
ok tedu
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/10 08:41:10
Modified files:
textproc/gspell: Makefile distinfo
Removed files:
textproc/gspell/patches: patch-configure
patch-testsuite_test-inline-checker-text-buffer_c
Log message:
Update to gspell-1.0.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/10 09:17:37
Modified files:
sysutils/accountsservice: Makefile distinfo
sysutils/accountsservice/patches: patch-src_Makefile_in
patch-src_daemon_c
patch-src_libaccountsservice_Makefile_in
sysutils/accountsservice/pkg: PLIST
Added files:
sysutils/accountsservice/patches: patch-configure
Log message:
Update to accountsservice-0.6.42.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2016/06/10 09:27:15
ports/infrastructure/man/man8
Update of /cvs/ports/infrastructure/man/man8
In directory cvs.openbsd.org:/tmp/cvs-serv70335/man8
Log Message:
Directory /cvs/ports/infrastructure/man/man8 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2016/06/10 09:35:56
Added files:
infrastructure/man/man8: bulk.8
Log message:
first attempt at checklist for a modern bulk build process.
Some feedback from landry@, okay krw@ landry@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2016/06/10 09:37:00
Modified files:
infrastructure/man/man8: bulk.8
Log message:
full stop at end of sentences in list
Xr release 8
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/06/10 09:37:09
Modified files:
games/tetris : scores.c screen.c
Log message:
Clean up gcc -Wshadow warnings: 'numnames' is public in tags, clean up formatting, tighten up some wording.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 08:40:32
Modified files:
faq : faq4.html
Log message:
fix broken links.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 08:43:13
Modified files:
faq : faq10.html
faq/pf : rdr.html
faq/ports : guide.html
Log message:
remove some mentions of inetd and ftpd, replacing them with more modern
alternatives where applicable.
discussed with sthen tb
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/16 09:35:03
Modified files:
devel/libmagic : Makefile distinfo
devel/py-libmagic: Makefile distinfo
Log message:
update to libmagic/file 5.28
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2016/06/16 09:46:20
Modified files:
sbin/pfctl : parse.y
Log message:
allow include in inline anchors
with this,
anchor foo {
include "/path/to/rules"
}
works and "load anchor" is obsolete, to be removed somewhen later after
release.
co-production with reky at bsdcan, ok reyk mikeb benno sasha
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/06/16 10:35:51
Modified files:
net/seafile : Makefile.inc
net/seafile/ccnet: distinfo
net/seafile/client: Makefile distinfo
net/seafile/client/patches: patch-src_seafile-applet_cpp
net/seafile/seafile: distinfo
Log message:
update to seafile-5.1.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/16 10:37:23
Modified files:
sysutils/salt/patches: patch-salt_modules_mount_py
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 10:44:49
Removed files:
faq/images : konqueror_diff.jpg xterm_diff.jpg
Log message:
nothing uses these old images anymore.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 10:48:45
Removed files:
faq : upgrade-minifaq.html
Log message:
this page has been obsoleted for eleven years.
CVSROOT: /cvs
Module name: src
Changes by: martijn@cvs.openbsd.org 2016/06/16 11:25:32
Modified files:
share/man/man4 : ral.4 rum.4 run.4 ural.4
Log message:
Remove links to www.ralinktech.com, which isn't in use anymore.
Add an extra reference to MediaTek who now owns Ralink as suggested by sthen@.
OK jmc@ and stsp@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 11:37:17
Modified files:
faq : faq13.html index.html
Log message:
tidy up browser plugin section and remove some redundant text.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2016/06/16 11:40:30
Modified files:
usr.bin/doas : Makefile doas.c doas.h
Added files:
usr.bin/doas : env.c
Log message:
the environment handling code was showing its age. just because environ
is a char** array doesn't mean we must exclusively operate on such.
convert to a red-black tree, manipulate as desired, then flatten to array.
potentially overkill for the current operations, but reading the tea leaves
i see that more manipulations are desired.
ok tb
(and some thought provoking disagreement from martijn)
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 11:56:23
Modified files:
faq : faq13.html
Log message:
zap more invisible tags, remove commented-out bits, clean up formatting.
CVSROOT: /cvs
Module name: ports
Changes by: czarkoff@cvs.openbsd.org 2016/06/16 12:01:50
Modified files:
devel/py-nose : Makefile
Log message:
remove dependency on GNU tar
OK rpointel@, sthen@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 12:13:56
Modified files:
faq : faq4.html faq5.html
Log message:
silence w3 validator warnings.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2016/06/16 12:17:44
Modified files:
infrastructure/bin: proot
Log message:
synch with base. put the call in an eval for now so it doesn't error out,
will just fuck up display slightly if you don't have current base
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 12:26:12
Modified files:
faq/pf : shortcuts.html
faq/ports : guide.html specialtopics.html
Log message:
silence w3 validator warnings.
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/06/16 12:26:59
Modified files:
mail/opensmtpd-extras: Makefile distinfo
Log message:
update to latest snapshot 201606062304
ok giovanni
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2016/06/16 13:13:42
Modified files:
www/kcgi : Makefile distinfo
Log message:
Update kcgi to 0.8.4
CVSROOT: /cvs
Module name: src
Changes by: martijn@cvs.openbsd.org 2016/06/16 13:13:57
Modified files:
share/man/man4 : cardbus.4 pci.4 usb.4
Log message:
Also add MediaTek to Ralink Technologies here.
Prodded by jmc@
OK jmc@, stsp@, and sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/16 16:05:26
Modified files:
sys/arch/sparc/sparc: dvma.c
Log message:
Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate any
physical pages. Recent canges to uvm_map(9) mean that we now assume that
memory in interrupt safe maps is not pageable, and while we made sure all
mappings were backed by physical pages, a mapping allocated with
uvm_km_valloc(9) appears to pageable and triggered an assertion.
ok miod@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 16:50:01
Modified files:
faq : faq1.html faq4.html index.html upgrade55.html
upgrade56.html
Log message:
first pass at cleaning up the new faq1 page:
- rename and reorder sections to make the document flow better as a whole
- merge a few very similar topics to reduce redundant information
- move signify instructions to faq4 (and zap a reference to isa cards)
ok tb
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/16 16:59:24
Modified files:
textproc/calibre: Makefile distinfo
textproc/calibre/patches: patch-setup_extensions_py
patch-src_calibre_gui2___init___py
textproc/calibre/pkg: PLIST
Log message:
update to calibre-2.58.0
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 17:59:27
Modified files:
faq : faq1.html faq4.html
Log message:
fix a link title and remove a reference to 128kbps dsl lines.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/16 18:25:33
Modified files:
faq : faq10.html faq13.html faq14.html faq4.html
faq8.html index.html
Log message:
remove man page connotations from section titles. there are man page links
directly below them in almost every instance.
ok tb
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/06/16 19:18:02
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.octeon md.sgi
md.socppc md.sparc md.sparc64 md.zaurus
distrib/sets/lists/comp: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/06/16 23:03:40
Modified files:
usr.bin/ssh : servconf.c sshd_config.5
Log message:
ban AuthenticationMethods="" and accept AuthenticationMethods=any
for the default behaviour of not requiring multiple authentication
bz#2398 from Jakub Jelen; ok dtucker@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/06/16 23:06:23
Modified files:
usr.bin/ssh : sshkey.c
Log message:
translate OpenSSL error codes to something more meaninful;
bz#2522 reported by Jakub Jelen, ok dtucker@
CVSROOT: /cvs
Module name: ports
Changes by: feinerer@cvs.openbsd.org 2016/06/16 23:25:51
Modified files:
multimedia/libv4l: Makefile distinfo
multimedia/libv4l/patches: patch-lib_libv4lconvert_Makefile_in
Log message:
Update to libv4l 1.10.1
czarkoff@ reports format conversion problems both with 1.10.0 (in tree) and
1.10.1 in combination with his camera. "It may be a good idea to update first
and then fix it." I agree.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/06/17 00:33:30
Modified files:
usr.bin/ssh : sshd_config.5
Log message:
grammar fix;
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/06/17 01:22:39
Modified files:
www/cgit : Makefile distinfo
www/cgit/patches: patch-Makefile
Log message:
Update to cgit-1.0.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2016/06/17 01:59:16
Modified files:
sys/dev/usb : utvfu.c uvideo.c
Log message:
Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthread
to finish on close.
Tested and ok Patrick Keshishian
ok mpi
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 02:04:34
Modified files:
faq : faq4.html faq9.html index.html
Log message:
move GRUB config from faq 9 to faq 4 so that there is only one entry
on multi-booting in the FAQ. while there, expand explanations to use
GRUB 2 with instructions on regenerating a config file and add links
to manuals. based on https://www.kariliq.nl/openbsd/grub2.html by tim
ok tim, tj
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 02:08:04
Modified files:
faq/pf : macros.html
Log message:
add missing tags
ok tb
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/17 20:40:46
Modified files:
libexec/ld.so/mips64: rtld_machine.c
Log message:
Make mips64 like all the others: only make mappings writable during relocation
if DT_TEXTREL was set on the object. If that's needed, only set the mapping
to READ+WRITE to avoid W^X violation.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2016/06/17 21:04:44
Modified files:
sysutils/u-boot: Makefile
Added files:
sysutils/u-boot/patches: patch-include_configs_cm_fx6_h
patch-include_configs_omap3_beagle_h
patch-include_configs_ti_omap5_common_h
Log message:
Patch u-boot targets to use "distro_bootcmd" so a u-boot script does not
have to be provided to load EFI payloads. omap4/cubox-i/sunxi and many
others already default to this. Only compile tested due to lack of hardware.
utilite
http://pkgs.fedoraproject.org/cgit/rpms/uboot-tools.git/plain/0005-port-utilite-to-distro-generic-boot-commands.patch
omap3 beagle
https://github.com/openSUSE/u-boot/commit/8ea945ff9d5f57f626167d41b1c59d9518fb60b2.patch
omap5/beagleboard x15
https://anonscm.debian.org/git/collab-maint/u-boot.git/plain/debian/patches/am57xx/omap5_distro_bootcmd?h=experimental-2016.07
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 21:40:49
Modified files:
faq : faq14.html faq4.html faq7.html faq8.html
index.html upgrade46.html
Log message:
Remove a few superfluous "OpenBSD" from section titles.
Apply some lossless compression to the section on the boot loader
and unify the spelling of 'boot loader' throughout the FAQ.
tweaks and ok tj
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/17 22:21:24
Modified files:
lib/libc/sys : ktrace.2
Log message:
Document KTRFAC_{PLEDGE,EXEC{ARGS,ENV}}
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/17 22:24:19
Modified files:
lib/libc/sys : ktrace.2
Log message:
Update column width decision
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 23:54:20
Modified files:
faq : faq1.html
Log message:
fix list of selected man pages that got mangled along the way
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/17 23:59:26
Modified files:
share/man/man4/man4.armv7: ommmc.4
sys/arch/armv7/conf: GENERIC RAMDISK
sys/arch/armv7/omap: files.omap omap.c ommmc.c
Log message:
Dynamically attach ommmc with fdt. Offset the start of the memory region
by 0x100 for nodes compatible with "ti,omap4-hsmmc" to get the same
offsets as omap3. Handle both the nintr 1 (omap3/am335x) and nintr 3
(omap4) cases in attach. Ideally the "interrupts" property will be
handled by the interrupt controller drivers directly in future.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/06/18 00:48:31
Modified files:
share/man/man9 : usbd_ref_wait.9
Log message:
tweak previous;
ok mglocker
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/18 01:49:24
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Plug some memory leaks in error paths of iwm(4).
Patch by Imre Vadasz.
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2016/06/18 01:59:30
Modified files:
sys/sys : audioio.h
sys/dev : audio.c
share/man/man4 : audio.4
Log message:
Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables.
It's intended for use with diagnostic tools (like audioctl) and is of
no use to audio programs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/18 03:12:15
Modified files:
devel/libgsf : Makefile distinfo
Log message:
Update to libgsf-1.14.38.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/18 03:12:44
Modified files:
devel/goffice : Makefile distinfo
Log message:
Update to goffice-0.10.30.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/18 03:13:10
Modified files:
math/gnumeric : Makefile distinfo
Removed files:
math/gnumeric/patches: patch-gnumeric_desktop_in
Log message:
Update to gnumeric-1.12.30.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/18 03:59:35
Modified files:
sys/arch/armv7/omap: ommmc.c
Log message:
Stop setting the 4-bit mode capability flag for now.
Writing to the bbb emmc (but not reading) gives errors otherwise.
This does not occur with an sd card on bbb but apparently does on panda.
CVSROOT: /cvs
Module name: src
Changes by: vgross@cvs.openbsd.org 2016/06/18 04:36:13
Modified files:
lib/libc/gen : sysctl.3
sbin/sysctl : sysctl.8 sysctl.c
sys/netinet : in_pcb.c in_pcb.h ip_input.c tcp_usrreq.c
tcp_var.h udp_usrreq.c udp_var.h
Log message:
Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports
cannot be bound to by non-root users.
Ok millert@ bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/18 06:39:03
Modified files:
x11/gnome/screenshot: Makefile distinfo
x11/gnome/screenshot/pkg: PLIST
Log message:
update to gnome-screenshot-3.20.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/18 06:39:12
Modified files:
devel/p5-Config-IniFiles: Makefile distinfo
Log message:
update to p5-Config-IniFiles-2.92
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/18 07:48:55
Modified files:
net/dhcpcd : Makefile distinfo
Log message:
update to dhcpcd-6.11.1
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/18 07:57:39
Modified files:
. : INDEX
Log message:
sync; 9598
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/18 07:57:45
Modified files:
net/lldpd : Makefile distinfo
Removed files:
net/lldpd/patches: patch-src_daemon_interfaces-bsd_c
Log message:
update to lldpd-0.9.4
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2016/06/18 09:25:28
Modified files:
lib/libc/asr : asr.c
Log message:
Remove duplicated line.
OK eric@
CVSROOT: /cvs
Module name: src
Changes by: visa@cvs.openbsd.org 2016/06/18 09:43:08
Modified files:
sys/arch/octeon/dev: cn30xxgmxreg.h
Log message:
Fix PCS block size.
CVSROOT: /cvs
Module name: src
Changes by: visa@cvs.openbsd.org 2016/06/18 09:59:34
Modified files:
sys/arch/octeon/dev: cn30xxgmx.c
Log message:
Make the 1 Gbps SGMII settings the default to define a consistent set of
parameters even if a link is down.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/18 11:11:37
Modified files:
usr.sbin/ldpd : adjacency.c
Log message:
Fix use after free bug.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/18 11:13:05
Modified files:
usr.sbin/ldpd : l2vpn.c lde.h ldpd.c
Log message:
Fix memory leak found with valgrind.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/18 11:31:32
Modified files:
usr.sbin/ldpd : adjacency.c hello.c interface.c ldpe.c ldpe.h
packet.c
Log message:
Fix removal of dual-stack neighbors.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/18 11:39:44
Modified files:
sys/sys : ktrace.h
Log message:
KTRPOINT() is only useful in the kernel, so move it behind #ifdef _KERNEL
ok mpi@ kettenis@
CVSROOT: /cvs
Module name: www
Changes by: guenther@cvs.openbsd.org 2016/06/18 11:42:02
Modified files:
faq : current.html
Log message:
Extra work is required of those that skip some of the ABI steps
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/18 12:26:31
Modified files:
security/passwdqc: Makefile
Removed files:
security/passwdqc/patches: patch-pwqcheck_c
Log message:
remove incorrect getpwnam_shadow patch, spotted by Solar Designer (thanks!)
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/06/18 14:19:11
Modified files:
net/ntp : Makefile distinfo
Log message:
Update to 4.2.8p8 for the latest round of security fixes:
http://support.ntp.org/bin/view/Main/SecurityNotice#June_2016_ntp_4_2_8p8_NTP_Securi
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/06/18 14:19:32
Modified files:
net/ntp : Tag: OPENBSD_5_9 Makefile distinfo
Log message:
Update to 4.2.8p8 for the latest round of security fixes:
http://support.ntp.org/bin/view/Main/SecurityNotice#June_2016_ntp_4_2_8p8_NTP_Securi
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/06/18 16:19:13
Modified files:
lib/libc/gen : sysctl.3
Log message:
sort previous;
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/18 16:22:29
Modified files:
faq : faq4.html faq5.html index.html
Log message:
switch a few environments without
table of contents.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2016/04/15 17:09:57
Modified files:
bin/rm : rm.1 rm.c
Log message:
don't allow removal of /. more robust approach involving stat this time.
posix uses the language "resolves to the root directory" in this case.
ok millert
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/15 17:40:58
Modified files:
. : armv7.html
Log message:
transplant armv7 info from the now-dead faq12 to armv7.html
input/ok patrick
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/15 18:30:41
Modified files:
faq : faq1.html faq10.html faq11.html faq13.html
faq14.html faq15.html faq2.html faq3.html
faq4.html faq5.html faq6.html faq7.html
faq8.html faq9.html
faq/pf : anchors.html authpf.html carp.html config.html
example1.html filter.html ftp.html index.html
logging.html macros.html nat.html options.html
perf.html pools.html queueing.html rdr.html
shortcuts.html tables.html tagging.html
Log message:
tweak [faq index] button and sync the pf user's guide with that style.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/15 20:47:46
Modified files:
. : armv7.html
Log message:
few small fixes from jsg
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 00:11:42
Modified files:
faq : faq4.html
Log message:
merge windows vista and windows 7 multibooting instructions
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 00:17:47
Modified files:
faq : faq4.html
Log message:
simplify time zone issues
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 00:21:17
Modified files:
faq : faq4.html
Log message:
lower case Operating System
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 00:26:19
Modified files:
faq : faq4.html
Log message:
boldface for commands
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 02:18:28
Modified files:
x11/gnome/libsecret: Makefile distinfo
x11/gnome/libsecret/pkg: PLIST
Added files:
x11/gnome/libsecret/patches: patch-build_tap-driver
patch-build_tap-gtester
patch-build_tap-unittest
patch-libsecret_test-py-clear_py
patch-libsecret_test-py-lookup_py
patch-libsecret_test-py-store_py
Log message:
Update to libsecret-0.18.5.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 02:48:39
Modified files:
faq : faq5.html
Log message:
some cleanup and pruning in 5.2 - building from source
Note: at least 90% of this info is duplicated elsewhere, e.g.
release(8) and anoncvs.html, hence 5.2 needs rethinking and rewriting
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 03:15:25
Modified files:
faq : faq4.html
Log message:
mention need for admin privs before displaying the cmd
CVSROOT: /cvs
Module name: ports
Changes by: feinerer@cvs.openbsd.org 2016/04/16 04:04:36
Modified files:
math/R : Makefile distinfo
Log message:
Update to R 3.2.5 and eliminate use of devel/gettext module
OK ajacoutot@
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 04:38:40
Modified files:
faq : faq4.html
Log message:
grammar fix
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 04:48:03
Modified files:
graphics/shotwell: Makefile distinfo
graphics/shotwell/pkg: PLIST
Log message:
Update to shotwell-0.22.1.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2016/04/16 05:00:42
Modified files:
usr.sbin/pkg_add/OpenBSD: PackageRepository.pm
Log message:
fallback to _pfetch after _pkgfetch until sysmerge is run automatically
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 06:06:24
Modified files:
devel/gettext-tools: Makefile
devel/gettext-tools/pkg: PLIST
Removed files:
devel/gettext-tools/patches: patch-gettext-tools_its_Makefile_in
Log message:
Drop our local patch that installed the its and loc files under an unversioned
directory. Needed because applications will start installing their own files
under share/gettext/its/ which will conflict with the existing ones.
Found out while updating gtk+3 to 3.20.3.
ok naddy@ (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 06:11:39
Modified files:
faq : faq5.html
Log message:
polish, reorder and shorten the "CVS tips" a bit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 07:35:02
Modified files:
sysutils/py-lockfile: Makefile
Log message:
Fix regress.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 07:36:15
Modified files:
sysutils/py-lockfile: Makefile
Log message:
No need for MAKE_ENV.
CVSROOT: /cvs
Module name: ports
Changes by: danj@cvs.openbsd.org 2016/04/16 07:59:54
Log message:
Import devel/py-nosexcover, tweaks/ok jca@ shadchin@
A companion to the built-in nose.plugins.cover, this plugin will write out an
XML coverage report to a file named coverage.xml.
It will honor all the options you pass to the Nose coverage plugin,
especially -cover-package.
Status:
Vendor Tag: danj
Release Tags: danj_20160416
N ports/devel/py-nosexcover/Makefile
N ports/devel/py-nosexcover/distinfo
N ports/devel/py-nosexcover/pkg/PLIST
N ports/devel/py-nosexcover/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: danj@cvs.openbsd.org 2016/04/16 08:07:39
Modified files:
devel : Makefile
Log message:
+ py-nosexcover
+ py-nosexcover,python3
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2016/04/16 09:27:16
Modified files:
games/openmw : Makefile distinfo
games/openmw/patches: patch-apps_openmw_crashcatcher_cpp
patch-apps_wizard_CMakeLists_txt
games/openmw/pkg: PLIST
Log message:
Update to 0.39.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 09:45:46
Modified files:
security/libtasn1: Makefile distinfo
Log message:
Update to libtasn1-4.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 09:52:51
Modified files:
security/gnutls: Makefile distinfo
Log message:
Update to gnutls-3.4.11.
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/16 10:35:59
Modified files:
databases/py-mysql: Makefile
Log message:
Unbreak after update py-sphinx.
Noticed nigel@ and naddy@.
ok nigel@, ajocoutot@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/04/16 11:39:44
Modified files:
sys/dev/pci/drm/i915: intel_i2c.c
Log message:
Make the gmbus code work on valleyview.
ok jsg@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/16 12:01:15
Modified files:
opensmtpd/faq : certificates.html config.html example1.html
filters.html index.html options.html rules.html
Log message:
use shortened man page links and sync formatting with the main faq.
ok jung
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 12:06:41
Modified files:
opensmtpd/faq : config.html example1.html index.html
options.html rules.html
Log message:
avoid line breaks in ...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/16 12:23:31
Modified files:
www/webkit : Makefile distinfo
www/webkit/pkg : PLIST
Log message:
Minor update to webkit-2.4.11.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/04/16 12:32:29
Modified files:
bin/csh : lex.c
usr.sbin/bind/lib/isc/unix: entropy.c socket.c
usr.sbin/bind/lib/lwres: context.c
usr.sbin/npppd/pptp: pptp_ctrl.c pptpd.c
usr.sbin/radiusd: radiusd.c
Log message:
Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).
No functional change.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: stefan@cvs.openbsd.org 2016/04/16 12:39:31
Modified files:
usr.sbin/procmap: procmap.c
sys/uvm : uvm_amap.c uvm_amap.h
Log message:
Remove am_maxslot from amap.
am_maxslot represents the total number of slots an amap can be extended
to. Since we do not extend amaps, this field as well as rounding the
number of slots to the next malloc bucket is not useful.
This also removes the corresponding output from procmap(1).
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/16 13:06:26
Modified files:
databases/py-peewee: Makefile
devel/py-pathlib: Makefile
devel/py-pexpect: Makefile
devel/py-pip : Makefile
devel/py-testpath: Makefile
devel/py-virtualenv: Makefile
www/py-flask : Makefile
www/py-itsdangerous: Makefile
www/py-werkzeug: Makefile
www/py-werkzeug/patches: patch-tests_test_serving_py
Added files:
databases/py-peewee/patches: patch-docs_Makefile
devel/py-pathlib/patches: patch-docs_Makefile
devel/py-pexpect/patches: patch-doc_Makefile
devel/py-pip/patches: patch-docs_conf_py
devel/py-virtualenv/patches: patch-docs_Makefile
www/py-flask/patches: patch-docs_Makefile patch-docs_conf_py
www/py-itsdangerous/patches: patch-docs_Makefile
patch-docs_conf_py
www/py-werkzeug/patches: patch-docs_Makefile
patch-werkzeug_contrib_lint_py
Log message:
* Switch on py3-sphinx for python3
* Prevent build from calling out to the internet
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/16 13:08:46
Modified files:
www/chromium : Makefile distinfo
www/chromium/patches:
patch-ash_display_mirror_window_controller_cc
patch-base_base_gypi
patch-base_debug_stack_trace_posix_cc
patch-base_process_launch_h
patch-base_threading_platform_thread_linux_cc
patch-base_trace_event_process_memory_dump_h
patch-build_all_gyp
patch-build_common_gypi
patch-build_filename_rules_gypi
patch-chrome_app_chromium_strings_grd
patch-chrome_app_generated_resources_grd
patch-chrome_app_google_chrome_strings_grd
patch-chrome_app_resources_locale_settings_grd
patch-chrome_browser_about_flags_cc
patch-chrome_browser_browser_resources_grd
patch-chrome_browser_chrome_browser_main_cc
patch-chrome_browser_chrome_content_browser_client_cc
patch-chrome_browser_chrome_content_browser_client_h
patch-chrome_browser_download_chrome_download_manager_delegate_cc
patch-chrome_browser_download_download_commands_cc
patch-chrome_browser_download_download_prefs_cc
patch-chrome_browser_download_download_prefs_h
patch-chrome_browser_extensions_api_messaging_message_service_cc
patch-chrome_browser_extensions_bookmark_app_helper_cc
patch-chrome_browser_gpu_gl_string_manager_cc
patch-chrome_browser_media_galleries_media_file_system_registry_cc
patch-chrome_browser_media_galleries_media_folder_finder_cc
patch-chrome_browser_memory_details_cc
patch-chrome_browser_net_async_dns_field_trial_cc
patch-chrome_browser_process_singleton_posix_cc
patch-chrome_browser_resources_plugin_metadata_plugins_linux_json
patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc
patch-chrome_browser_speech_tts_controller_impl_cc
patch-chrome_browser_sync_chrome_sync_client_cc
patch-chrome_browser_task_manager_task_manager_cc
patch-chrome_browser_ui_ash_system_tray_delegate_common_cc
patch-chrome_browser_ui_browser_command_controller_cc
patch-chrome_browser_ui_browser_view_prefs_cc
patch-chrome_browser_ui_startup_bad_flags_prompt_cc
patch-chrome_browser_ui_startup_startup_browser_creator_cc
patch-chrome_browser_ui_toolbar_app_menu_model_cc
patch-chrome_browser_ui_views_app_list_linux_app_list_linux_cc
patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc
patch-chrome_browser_ui_views_ash_chrome_browser_main_extra_parts_ash_cc
patch-chrome_browser_ui_views_chrome_views_delegate_cc
patch-chrome_browser_ui_views_chrome_views_delegate_h
patch-chrome_browser_ui_views_first_run_dialog_cc
patch-chrome_browser_ui_views_frame_browser_frame_cc
patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc
patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_cc
patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc
patch-chrome_browser_ui_views_tabs_tab_strip_cc
patch-chrome_browser_ui_views_task_manager_view_cc
patch-chrome_browser_ui_webui_about_ui_cc
patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc
patch-chrome_browser_ui_webui_options_browser_options_handler_cc
patch-chrome_browser_ui_webui_options_browser_options_handler_h
patch-chrome_chrome_browser_extensions_gypi
patch-chrome_chrome_browser_gypi
patch-chrome_chrome_browser_ui_gypi
patch-chrome_chrome_common_gypi
patch-chrome_chrome_exe_gypi
patch-chrome_common_chrome_paths_h
patch-chrome_common_chrome_switches_cc
patch-chrome_common_chrome_switches_h
patch-chrome_common_extensions_api_schemas_gypi
patch-chrome_common_extensions_command_cc
patch-chrome_common_pref_names_cc
patch-chrome_common_pref_names_h
patch-chrome_common_url_constants_cc
patch-chrome_common_url_constants_h
patch-chromecast_browser_cast_browser_main_parts_cc
patch-components_metrics_gypi
patch-components_omnibox_browser_omnibox_field_trial_cc
patch-components_policy_resources_policy_templates_json
patch-content_app_content_main_runner_cc
patch-content_browser_accessibility_browser_accessibility_h
patch-content_browser_accessibility_browser_accessibility_manager_h
patch-content_browser_browser_main_loop_cc
patch-content_browser_child_process_launcher_cc
patch-content_browser_gamepad_gamepad_provider_cc
patch-content_browser_geolocation_location_arbitrator_impl_cc
patch-content_browser_gpu_gpu_data_manager_impl_private_cc
patch-content_browser_gpu_gpu_internals_ui_cc
patch-content_browser_renderer_host_render_widget_host_impl_cc
patch-content_browser_renderer_host_render_widget_host_view_aura_cc
patch-content_content_browser_gypi
patch-content_content_common_gypi
patch-content_content_renderer_gypi
patch-content_gpu_gpu_main_cc
patch-content_public_common_content_switches_cc
patch-content_public_common_content_switches_h
patch-content_renderer_render_thread_impl_cc
patch-content_renderer_renderer_main_cc
patch-content_renderer_renderer_main_platform_delegate_linux_cc
patch-device_serial_serial_gyp
patch-extensions_browser_api_serial_serial_api_cc
patch-gpu_gles2_conform_support_gles2_conform_support_gyp
patch-media_capture_video_fake_video_capture_device_factory_cc
patch-media_capture_video_video_capture_device_h
patch-media_media_gyp
patch-net_net_common_gypi
patch-net_net_gypi
patch-net_proxy_proxy_service_cc
patch-net_socket_socks5_client_socket_cc
patch-net_url_request_url_request_context_builder_cc
patch-pdf_pdfium_pdfium_engine_cc
patch-printing_printing_gyp
patch-remoting_remoting_all_gyp
patch-remoting_remoting_host_gypi
patch-skia_ext_SkMemory_new_handler_cpp
patch-skia_skia_chrome_gypi
patch-third_party_WebKit_Source_bindings_core_v8_V8ScriptRunner_cpp
patch-third_party_WebKit_Source_core_core_gyp
patch-third_party_WebKit_Source_platform_blink_platform_gyp
patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp
patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp
patch-third_party_WebKit_Source_platform_heap_ThreadState_h
patch-third_party_WebKit_Source_wtf_MathExtras_h
patch-third_party_libjingle_libjingle_gyp
patch-third_party_libyuv_libyuv_gyp
patch-third_party_pdfium_build_standalone_gypi
patch-third_party_pdfium_fpdfsdk_src_javascript_JS_Value_cpp
patch-third_party_skia_gyp_ports_gyp
patch-third_party_skia_src_ports_SkOSFile_stdio_cpp
patch-third_party_webrtc_base_network_cc
patch-third_party_webrtc_base_physicalsocketserver_cc
patch-third_party_webrtc_build_common_gypi
patch-tools_gyp_pylib_gyp_generator_ninja_py
patch-ui_app_list_views_app_list_view_cc
patch-ui_base_ime_input_method_factory_cc
patch-ui_base_resource_resource_bundle_cc
patch-ui_base_ui_base_gyp
patch-ui_events_devices_x11_device_data_manager_x11_cc
patch-ui_gfx_canvas_skia_cc
patch-ui_gfx_gfx_gyp
patch-ui_gl_generate_bindings_py
patch-ui_gl_gl_gyp
patch-ui_message_center_views_message_center_button_bar_cc
patch-ui_message_center_views_message_center_button_bar_h
patch-ui_message_center_views_notification_view_cc
patch-ui_shell_dialogs_select_file_dialog_cc
patch-ui_views_bubble_bubble_delegate_cc
patch-ui_views_controls_button_label_button_cc
patch-ui_views_controls_combobox_combobox_cc
patch-ui_views_controls_textfield_textfield_cc
patch-ui_views_views_gyp
patch-ui_views_window_dialog_delegate_cc
patch-ui_webui_resources_js_cr_js
patch-ui_webui_resources_js_util_js
www/chromium/pkg: PLIST
Added files:
www/chromium/patches:
patch-base_threading_platform_thread_posix_cc
patch-chrome_browser_extensions_browser_context_keyed_service_factories_cc
patch-chrome_browser_extensions_external_provider_impl_cc
patch-chrome_browser_interstitials_chrome_controller_client_cc
patch-chrome_browser_ui_input_method_input_method_engine_base_cc
patch-chrome_browser_ui_input_method_input_method_engine_h
patch-chrome_browser_ui_views_frame_browser_view_cc
patch-components_neterror_resources_neterror_js
patch-content_browser_ppapi_plugin_process_host_cc
patch-content_browser_renderer_host_render_process_host_impl_cc
patch-content_browser_utility_process_host_impl_cc
patch-ipc_ipc_message_utils_cc
patch-ipc_ipc_message_utils_h
patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp
patch-ui_base_ime_ime_engine_handler_interface_h
patch-ui_views_style_platform_style_cc
Removed files:
www/chromium/patches:
patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_cc
patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_h
patch-chrome_renderer_resources_neterror_js
patch-components_html_viewer_blink_settings_impl_cc
patch-media_capture_video_linux_v4l2_capture_delegate_cc
patch-media_capture_video_linux_v4l2_capture_delegate_multi_plane_h
patch-net_base_net_util_cc
patch-third_party_webrtc_system_wrappers_source_condition_variable_cc
patch-ui_base_user_activity_user_activity_detector_cc
Log message:
update to 50.0.2661.75
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/04/16 15:28:02
Modified files:
devel/lazarus : Tag: OPENBSD_5_9 Makefile
Added files:
devel/lazarus/patches: Tag: OPENBSD_5_9
patch-ide_environmentopts_pp
patch-ide_initialsetupproc_pas
Log message:
Lazarus requires GNU Make. Without this change, it is not possible
to install "lazarus packages" because the rebuild of Lazarus fails.
OK pascal@ (MAINTAINER) jasper@.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 16:21:52
Modified files:
faq : faq5.html
Log message:
looks like two versions of the same text were merged together and
both copies were kept. extract the essence and lose the rest.
keep further remarks in a separate subsection for now.
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/04/16 16:23:01
Modified files:
usr.sbin/rbootd: bpf.c
Log message:
Replace bcopy() from struct bpf_timeval to struct timeval; those
structures are not exchangeable. This should unbreak connection timeouts
in rbootd, although I can't verify due to lack of rboot-able hardware.
ok guenther millert
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 17:57:35
Modified files:
faq : faq5.html index.html
Log message:
break "5.1 - OpenBSD's flavors" into four questions:
5.1 - OpenBSD's flavors
5.2 - What are snapshots?
temporarily moved out of the way:
5.11 - More on OpenBSD's flavors
5.12 - What do "upgrading" and "updating" mean.
plus the usual share of polishing and pruning
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/16 18:11:18
Modified files:
faq : faq5.html
Log message:
typo + move a sentence
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/04/16 18:15:28
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
add pool_setipl after pool_init.
ok mlarkin@ stefan@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/04/16 21:12:08
Modified files:
sys/arch/amd64/amd64: aesni.c
Log message:
pool_setipl for the aesnipl
it's set to IPL_VM to be conservative wrt its interaction with the crypto
subsystem.
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/17 01:37:29
Modified files:
devel/py-pexpect: Makefile
Log message:
Missing build dep, spotted by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/17 03:10:08
ports/databases/py-psycopg2/patches
Update of /cvs/ports/databases/py-psycopg2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23207/patches
Log Message:
Directory /cvs/ports/databases/py-psycopg2/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/04/17 03:14:26
Modified files:
net/sslh : Makefile distinfo
net/sslh/patches: patch-Makefile patch-basic_cfg
patch-example_cfg patch-sslh_pod
Log message:
Update to sslh 1.18, from MAINTAINER Bjorn Ketelaars
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/04/17 03:16:43
Modified files:
security/lastpass-cli: Makefile distinfo
security/lastpass-cli/patches: patch-upload-queue_c
Log message:
Update to lastpass-cli 0.9.0, from MAINTAINER Bjorn Ketelaars
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/17 06:47:39
Modified files:
devel/py-path.py: Makefile distinfo
Log message:
Minor update to py-path.py 8.2.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/17 07:18:43
Modified files:
www/webkit : Makefile
Log message:
Unbreak non FLAVORed build.
reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/04/17 08:34:46
Modified files:
usr.bin/ssh : ssh_config.5
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/04/17 08:36:44
Modified files:
lib/libc/sys : intro.2
Log message:
document pledge(2); from rob pierce
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/04/17 08:38:52
Modified files:
share/man/man1 : help.1
Log message:
document text editors and use some Ar; from rob pierce
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/17 09:18:42
Modified files:
faq : faq10.html faq5.html index.html
Log message:
reorganize 5.3 - building from source:
simply explain the preparation steps and refer to release(8) instead
of duplicating its contents in a much more verbose fashion.
similarly, don't repeat all the instructions from anoncvs.html.
refer to it, keep the tips on running cvs without root and stick to
doing -current as an example.
move the cvs tips to the end of the page for now.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/17 09:53:09
Modified files:
faq : faq5.html
Log message:
better wording.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/17 09:55:35
Modified files:
faq : current.html
Log message:
move [faq index] link to the top right corner.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/17 10:49:37
Modified files:
faq : faq5.html index.html
Log message:
remove the copy-paste release(8) bits from "making a release" and
"building X" as well. + tidying and shortening, as usual
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/17 11:00:38
Modified files:
databases/tdb : Tag: OPENBSD_5_9 Makefile distinfo
databases/tdb/patches: Tag: OPENBSD_5_9
patch-buildtools_wafsamba_samba_install_py
patch-buildtools_wafsamba_wafsamba_py
databases/tdb/pkg: Tag: OPENBSD_5_9 PLIST
Removed files:
databases/tdb/patches: Tag: OPENBSD_5_9
patch-buildtools_wafadmin_Tools_ccroot_py
patch-lib_replace_replace_h
Log message:
Update to tdb-1.3.7, needed to backport recent samba updates.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/17 11:03:06
Modified files:
devel/libtalloc: Tag: OPENBSD_5_9 Makefile distinfo
devel/libtalloc/patches: Tag: OPENBSD_5_9
patch-buildtools_wafsamba_samba_install_py
patch-buildtools_wafsamba_wafsamba_py
Removed files:
devel/libtalloc/patches: Tag: OPENBSD_5_9
patch-buildtools_wafadmin_Tools_ccroot_py
patch-buildtools_wafadmin_Tools_gcc_py
patch-buildtools_wafadmin_Tools_gxx_py
patch-lib_replace_replace_h
Log message:
Update to talloc-2.1.3, needed to backport recent samba updates.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/17 11:08:29
Modified files:
net/samba : Tag: OPENBSD_5_9 Makefile distinfo
net/samba/patches: Tag: OPENBSD_5_9
patch-buildtools_wafsamba_samba_autoconf_py
patch-buildtools_wafsamba_samba_conftests_py
patch-buildtools_wafsamba_samba_install_py
patch-buildtools_wafsamba_wafsamba_py
patch-lib_ldb_wscript
patch-lib_replace_wscript
patch-python_samba_provision___init___py
patch-source3_wscript
patch-source4_scripting_bin_samba_upgradedns
net/samba/pkg : Tag: OPENBSD_5_9 DESCR-util PLIST-docs
PLIST-ldb PLIST-main PLIST-util samba_ad_dc.rc
Removed files:
net/samba/patches: Tag: OPENBSD_5_9
patch-buildtools_wafadmin_Tools_ccroot_py
patch-buildtools_wafadmin_Tools_gcc_py
patch-buildtools_wafadmin_Tools_gxx_py
patch-buildtools_wafsamba_samba_bundled_py
patch-lib_ntdb_wscript
patch-lib_replace_replace_h
patch-lib_testtools_testtools_tests_test_compat_py
patch-source3_lib_sysquotas_nfs_c
patch-source3_utils_status_c patch-wscript
Log message:
Backport SECURITY update to samba-4.3.8
ok sthen@
Fixes for:
CVE-2015-7560 (Incorrect ACL get/set allowed on symlink path)
CVE-2016-0771 (Out-of-bounds read in internal DNS server)
CVE-2015-5370 (Multiple errors in DCE-RPC code)
CVE-2016-2110 (Man in the middle attacks possible with NTLMSSP)
CVE-2016-2111 (NETLOGON Spoofing Vulnerability)
CVE-2016-2112 (LDAP client and server don't enforce integrity)
CVE-2016-2113 (Missing TLS certificate validation)
CVE-2016-2114 ("server signing = mandatory" not enforced)
CVE-2016-2115 (SMB IPC traffic is not integrity protected)
CVE-2016-2118 (SAMR and LSA man in the middle attacks possible)
CVE-2016-2118 is http://badlock.org/
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/17 11:12:16
Added files:
net/samba/patches: Tag: OPENBSD_5_9
patch-source3_client_smbspool_krb5_wrapper_c
patch-source4_torture_local_nss_tests_c
Log message:
Missed in previous.
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/17 11:14:18
Modified files:
x11/gnome/gvfs : Tag: OPENBSD_5_9 Makefile
x11/kde/base3 : Tag: OPENBSD_5_9 Makefile
Log message:
Sync with recent net/samba update.
CVSROOT: /cvs
Module name: www
Changes by: schwarze@cvs.openbsd.org 2016/04/17 12:38:43
Modified files:
build : support.dat
Log message:
+edgekit.com, Taguig City, Philippines
CVSROOT: /cvs
Module name: www
Changes by: schwarze@cvs.openbsd.org 2016/04/17 12:39:43
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jung@cvs.openbsd.org 2016/04/17 12:41:03
Modified files:
usr.sbin/smtpd : smtpctl.8
Log message:
fix typo, it is supposed to be smtpctl trace "filters" not "filter"
from Boudewijn Dijkstra
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/17 12:45:24
Modified files:
net/icmpinfo : Makefile
net/icmpinfo/pkg: DESCR
Log message:
use a better DESCR in net/icmpinfo, from mmcc
CVSROOT: /cvs
Module name: ports
Changes by: afresh1@cvs.openbsd.org 2016/04/17 12:55:49
Modified files:
mail/razor-agents: Makefile
mail/razor-agents/patches: patch-Makefile_PL
Log message:
Allow razor-agents to build with perl 5.22
Submitted upstream https://github.com/toddr/Razor2-Client-Agent/pull/1
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/04/17 12:56:18
Modified files:
share/man/man7 : library-specs.7
Log message:
all archs support shared libs; from bob nw8l
ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: afresh1@cvs.openbsd.org 2016/04/17 13:01:22
Modified files:
graphics/p5-Imager: Makefile distinfo
Log message:
Update graphics/p5-Imager to 1.005
Fixes build with perl 5.22
OK sthen@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/04/17 15:31:54
Modified files:
faq : faq15.html
faq/ports : differences.html guide.html index.html
ports.html specialtopics.html testing.html
Log message:
sync porter's handbook formatting with the main faq style.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/17 16:07:43
Modified files:
faq : faq5.html index.html
Log message:
break "common problems when compiling" into several sections:
- further reading
- common problems
- miscellaneous questions and tips
move these three questions up, they seem better placed right after
"building X". drop a few arcane things.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/17 23:36:57
Modified files:
faq : faq5.html
Log message:
fix a markup glitch and clean up the toc (lists ! wrant com).
use the project page of CVS instead of its wikipedia page
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/17 23:47:01
Modified files:
net/py-botocore: Makefile distinfo
Log message:
Update to py-botocore-1.4.11.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/17 23:47:15
Modified files:
sysutils/awscli: Makefile distinfo
Log message:
Update to awscli-1.10.20.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/04/17 23:59:50
Modified files:
sys/dev/ic : nvme.c
Log message:
allocate an array of entries, not pointers for the queues
this solves my memory corruption problem with a samsung sm951 in a
particular slot on a dell 2950.
hilariously, i had picked values which masked this problem on
sparc64. i randomly picked 128 as the number of entries on the
queues, and dmamem allocs get rounded up to PAGE_SIZE. on amd64 and
sparc64 this meant i was asking for 128 * 8 (sizeof pointer), or
1024 bytes, which got rounded up to 4096 and 8192 on each arch
respectively. 128 * 64 (the size of a submission queue entry) is
8192, so it worked fine on sparc64 for that reason, but randomly
blows up on amd64. the 2950 above allocated mbufs out of the page
after the submission queue, which i ended over overwriting.
anyway. let's move on.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/04/18 00:20:23
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
Print interface index after priority.
Suggestion from claudio@, ok benno@, sthen@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/04/18 00:43:51
Modified files:
sys/netinet : in.c ip_input.c ip_output.c
Log message:
Put a KERNEL_LOCK/UNLOCK dance around sections that still need some
work in the forwarding path.
Tested by Hrvoje Popovski, ok dlg@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:46:30
Modified files:
devel/glib2 : Makefile distinfo
devel/glib2/pkg: PLIST
Added files:
devel/glib2/patches: patch-gio_gioenums_h
Removed files:
devel/glib2/patches: patch-gio_gunionvolumemonitor_c
Log message:
Update to glib2-2.48.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:46:54
Modified files:
devel/atk : Makefile distinfo
devel/atk/pkg : PLIST
Log message:
Update to atk-2.20.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:47:23
Modified files:
graphics/gdk-pixbuf2: Makefile distinfo
graphics/gdk-pixbuf2/pkg: PLIST
Log message:
Update to gdk-pixbuf-2.34.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:47:47
Modified files:
devel/pango : Makefile distinfo
devel/pango/pkg: PLIST
Log message:
Update to pango-1.40.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:48:08
Modified files:
x11/gnome/at-spi2-core: Makefile distinfo
x11/gnome/at-spi2-core/pkg: PLIST
Log message:
Update to at-spi2-core-2.20.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:48:30
Modified files:
x11/gnome/at-spi2-atk: Makefile distinfo
Log message:
Update to at-spi2-atk-2.20.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:50:02
Modified files:
x11/gtk+3 : Makefile distinfo
x11/gtk+3/patches: patch-gtk_gtksettings_c
x11/gtk+3/pkg : PLIST-main
Log message:
Update to gtk+3-3.20.3.
This starts the work on updating GNOME to version 3.20.1.
Please note that gtk+3 theme format has changed with this release and only
Adwaita will work out-of-the box. This will be worked on within the next
couple of weeks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:50:20
Modified files:
devel/glib2mm : Makefile distinfo
devel/glib2mm/pkg: PLIST
Log message:
Update to glib2mm-2.48.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:50:36
Modified files:
devel/pangomm : Makefile distinfo
devel/pangomm/pkg: PLIST
Log message:
Update to pangomm-2.40.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:50:52
Modified files:
x11/gtk3mm : Makefile distinfo
x11/gtk3mm/pkg : PLIST
Log message:
Update to gtk3mm-3.20.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:51:10
Modified files:
misc/gtk3mm-documentation: Makefile distinfo
Log message:
Update to gtk3mm-documentation-3.20.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:51:32
Modified files:
x11/gnome/themes-standard: Makefile distinfo
x11/gnome/themes-standard/pkg: PLIST
Log message:
Update to gnome-themes-standard-3.20.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:51:49
Modified files:
x11/gnome/yelp-xsl: Makefile distinfo
Log message:
Update to yelp-xsl-3.20.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:52:05
Modified files:
net/glib2-networking: Makefile distinfo
net/glib2-networking/pkg: PLIST
Log message:
Update to glib2-networking-2.48.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:52:29
Modified files:
devel/py-gobject3: Makefile distinfo
Log message:
Update to py-gobject3-3.20.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 00:52:45
Modified files:
x11/gnome/py-atspi: Makefile distinfo
Log message:
Update to py3-atspi-2.20.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 01:15:14
Modified files:
mail/lumail/patches: patch-src_bindings_cc
Log message:
Unbreak with glib2 >=2.48.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/18 01:57:55
Modified files:
graphics/inkscape: Makefile
Added files:
graphics/inkscape/patches: patch-src_ui_clipboard_cpp
Log message:
Fix build with glib2 >=2.48.0.
Drop the gettext module while here.
CVSROOT: /cvs
Module name: ports
Changes by: semarie@cvs.openbsd.org 2016/04/18 02:34:23
Modified files:
sysutils/sysclean: Makefile distinfo
sysutils/sysclean/pkg: DESCR
Log message:
update sysutils/sysclean to 1.3
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/18 03:10:23
Modified files:
net/dhcpcd : Makefile
Added files:
net/dhcpcd/patches: patch-dhcp6_c
Log message:
Fix dhcpcd regression in 6.10.2: "If sla is 0, just copy the prefix and don't
set a blackhole route if end prefix is the same as the delegated prefix."
Fix from upstream, diff from LÉVAI Dániel.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/18 03:36:03
Modified files:
net/librenms : Makefile distinfo
net/librenms/patches: patch-daily_sh
patch-includes_definitions_inc_php
patch-includes_polling_core_inc_php
net/librenms/pkg: PLIST
Log message:
update to librenms-201604
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/18 03:45:52
Modified files:
lang/php : Makefile.inc
lang/php/5.4 : Makefile
lang/php/5.5 : Makefile
lang/php/5.6 : Makefile
lang/php/7.0 : Makefile
lang/php/files : DESCR-bz2 DESCR-imap DESCR-mssql
DESCR-sybase_ct php.conf
Log message:
Don't hardcode 'php5' in config file and DESCRs, there is php7 now.
Reported and initial diff from Frank Groeneveld, revised by me, ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/18 03:48:09
Modified files:
net/icinga/web2: Makefile distinfo
net/icinga/web2/pkg: PLIST
Log message:
update to Icinga Web 2 2.3.1
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/18 03:53:01
Modified files:
security/libsodium: Makefile distinfo
Log message:
update to libsodium-1.0.10 to quieten portroach, no functional changes
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/18 04:03:51
Modified files:
graphics/ImageMagick: Makefile distinfo
Log message:
Update to ImageMagick 6.9.3-8. While there, set PORTROACH marker to try
and do something slightly more useful (the naming scheme doesn't work
very well with portroach, but hopefully pointing at /download/ rather
than letting it use /download/releases/ will mean it only picks up
changes to the minor release of the current version).
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/04/18 06:10:34
Modified files:
sys/netinet : ip_input.c ip_output.c
Log message:
Unbreak RAMDISK, found by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/04/18 07:14:27
Modified files:
usr.sbin/eigrpd: eigrpd.c eigrpe.c rde.c
Log message:
Revert previous commit.
When a process receives an EOF on a socketpair, it removes the event
handler for that fd and then calls event_loopexit(). Once the process
leaves the main loop, it calls its shutdown function. With that said,
revert the previous patch because it was unnecessary.
Pointed out and ok by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/18 07:45:49
Modified files:
devel/ccache : Makefile distinfo
Log message:
update to ccache-3.2.5
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2016/04/18 08:38:09
Modified files:
sys/net : if_pppoe.c if_spppsubr.c
Log message:
Remove the hack that prevents changing pppoe params at runtime.
The EBUSY hack imposes an order on the ifconfig commands issued
against the pppoe interface used to configure the sppp layer below.
To counter this we use the ENETRESET trick that other drivers use
to tell the pppoe layer that sppp has requested a stop/init reset
sequence to proceed which we oblige with in case pppoe is UP and
RUNNING.
Tested by semarie@ and Jan Schreiber
and
inside of is invalid html and looks bad, so reorder them properly.
remove link to undeadly errata rss feed.
sync
overuse and format man page links like the rest of the faq.
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 14:21:19
Modified files:
converters/py-html2text: Makefile distinfo
Log message:
Update to py-html2text-2016.4.2
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2016/04/27 14:41:04
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
-Dinstalled -Ddowngrade is useless without -r
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2016/04/27 14:53:34
Modified files:
audio/cmu-sphinxbase: Makefile
Log message:
drop maintainership
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2016/04/27 14:55:02
Modified files:
audio/cmu-sphinx3: Makefile
Log message:
drop maintainership
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2016/04/27 14:57:44
Modified files:
databases/py-axiom: Makefile
Log message:
drop maintainership
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/27 15:01:26
Modified files:
x11/gnome/menus: Makefile
x11/gnome/nautilus-sendto: Makefile
Log message:
missed bump; spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/04/27 15:04:34
Modified files:
usr.sbin/sysmerge: sysmerge.8
Log message:
sysmerge(8) is the bastard child of ksh and perl, so just call it a "utility".
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2016/04/27 15:06:11
Modified files:
devel/py-epsilon: Makefile
Log message:
drop maintainership
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/27 15:06:28
Modified files:
games/brumbrumrally: Makefile distinfo
Removed files:
games/brumbrumrally/patches: patch-Makefile
Log message:
Update to brumbrumrally-0.6.
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:06:31
Modified files:
converters/py-html2text: Makefile
converters/py-html2text/pkg: PLIST
Log message:
python3 flavor for py-html2text
ok ajacoutot@ sthen@ danj@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:07:29
Modified files:
converters : Makefile
Log message:
+html2text,python3
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2016/04/27 15:07:40
Modified files:
www/py-nevow : Makefile
Log message:
drop maintainership
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:09:35
Modified files:
converters/py-html2text: Makefile
Log message:
Moar spaces. Requested by danj
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2016/04/27 15:14:29
Modified files:
sys/netinet6 : ip6_forward.c ip6_output.c ip6_var.h
Log message:
factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:16:17
Modified files:
net/pen : Makefile distinfo
Log message:
Update to pen-0.33.0
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2016/04/27 15:18:28
Modified files:
multimedia/oggz: Makefile
Log message:
drop maintainership
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/04/27 15:20:05
Modified files:
www/nginx : Makefile distinfo
Log message:
sync with upstream's version, no change from previous release
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/27 15:27:15
Modified files:
x11/gnome/librsvg: Makefile
x11/gnome/libgnome-keyring: Makefile
Log message:
some mooar bumps
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:33:59
Modified files:
devel/py-wcwidth: Makefile distinfo
Log message:
Maintenance update to wcwidth-0.1.6
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/04/27 15:41:07
Modified files:
math/gnuplot : Makefile
Log message:
replace libiconv and gettext modules, regen wantlib
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:52:10
Modified files:
devel/py-ptyprocess: Makefile distinfo
Log message:
Maintenance update to ptyprocess-0.5.1
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:54:43
Modified files:
devel/py-pbr : Makefile
Log message:
Reorder
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/27 15:56:53
Modified files:
x11/gnome/caribou: Makefile
Log message:
Missed bump.
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/04/27 15:57:40
Modified files:
net/py-idna : Makefile distinfo
net/py-idna/pkg: PLIST
Log message:
Update to idna-2.1
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/27 15:58:06
Modified files:
net/ntopng : Makefile
Log message:
fix build without bash, breakage reported by naddy
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/04/27 16:08:14
Modified files:
www/mozilla-firefox: Makefile
Log message:
Readd mozgtk to MOZILLA_LIBS to fix packaging - thx sthen@ for the
testing.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/04/27 16:08:57
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Adding mozgtk to MOZILLA_LIBS doesnt work, it's now done in the port
Makefile.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/27 16:47:46
Modified files:
faq : faq5.html
Log message:
some polishing with tj
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/27 16:53:06
Modified files:
faq : faq4.html faq5.html
Log message:
these pages used a different style of wrapping links. adjust to
the rest of the faq
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/04/27 17:07:05
Modified files:
faq : faq6.html
Log message:
some more wrapping of man links
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/04/27 18:11:56
Modified files:
sys/dev/pci : if_xge.c if_xgereg.h
Log message:
correctly set up byteswapping so this chip works on big endian archs
this, plus the m_adj fix before, makes xge work on sparc64
from marisa emerson
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/04/27 18:27:51
Modified files:
security/p5-IO-Socket-SSL: Makefile distinfo
Log message:
update p5-IO-Socket-SSL to 2.027
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/04/27 18:48:10
Modified files:
security/p5-Net_SSLeay: Makefile distinfo
Log message:
update p5-Net-SSLeay to 1.74
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/04/27 19:25:42
Modified files:
security/p5-Net-SSLGlue: Makefile distinfo
Log message:
update p5-Net-SSLGlue to 1.057
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2016/04/27 22:48:56
Modified files:
usr.bin/doas : doas.c
Log message:
set progname to doas so users can't create bizarro fake logs
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2016/04/28 00:51:56
Modified files:
usr.bin/tmux : server-client.c
Log message:
After unlock, Update activity time after recalculate_sizes() so that the
session attached flag is correct.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 01:20:18
Modified files:
x11/gnome/ghex : Makefile
Log message:
Missed bump.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2016/04/28 01:20:26
Modified files:
usr.bin/tmux : window-choose.c
Log message:
memmove() the right size when expanding tree.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 01:22:18
Modified files:
x11/gnome/gedit-code-assistance: Makefile
Log message:
Missed bump.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 01:28:34
Modified files:
x11/gnome/gfbgraph: Makefile
x11/gnome/eog-plugins: Makefile
Log message:
Missed bumps.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 01:33:23
Modified files:
x11/gnome/gdl : Makefile
Log message:
Missed bump.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 01:37:59
Modified files:
games/freeciv : Makefile
Log message:
Missed bump.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 02:16:28
Modified files:
x11/gnome/banshee: Makefile
Log message:
Missed bump.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 02:18:10
Modified files:
sys/net80211 : ieee80211_node.h
Log message:
Reduce block ack gap timeout to 300 msec in order to reduce Rx latency.
This value seems to be a sweet spot.
testing and ok tb@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 02:20:33
Modified files:
multimedia/mlt : Makefile
multimedia/mlt/pkg: PLIST-main
Log message:
regen plist
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 02:24:36
Modified files:
sysutils/google-cloud-sdk: Makefile distinfo
sysutils/google-cloud-sdk/pkg: PLIST
Log message:
Update to google-cloud-sdk-107.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 02:27:25
Modified files:
devel/qmake : qmake.port.mk
Log message:
fix systrace straggler, found by aja
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 02:28:18
Modified files:
sys/dev/pci : if_iwn.c if_iwnreg.h
Log message:
Add a better implementation of iwn's update_htprot callback which uses
the RXON_ASSOC command instead of clearing and restoring firmware state.
This matches the behaviour of the Linux driver more closely.
However, for now, keep this implementation disabled and do _nothing_ when
HT protection changes. For some unknown reason, updating HT protection
seems to be related to subsequent Tx errors and block ack session instablity.
We'll see how this approach works out in the wild. Please report any issues.
ok tb@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/04/28 02:38:21
Modified files:
lib/libc/arch/arm/string: Makefile.inc
Log message:
remove duplicate strrchr.c entry in SRCS
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 02:38:26
Modified files:
converters : Makefile
Log message:
unbreak
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 02:40:42
Modified files:
www/apache-httpd: Makefile distinfo
www/apache-httpd/pkg: PLIST-main
Log message:
Update to apache-httpd-2.4.20.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 02:51:35
Modified files:
www/apache-httpd: Makefile
www/apache-httpd/pkg: PLIST-main
Log message:
http2 works here now, so enable it
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 02:54:37
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/3: Makefile
Log message:
update HOMEPAGE
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 02:58:29
Modified files:
sysutils/ruby-puppet/3: Makefile
Log message:
use PORTHOME and tidy Makefile
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 03:15:16
Modified files:
etc/rc.d : rc.subr sndiod
Log message:
Experiment on matching on the daemon_user is over. It needs more work.
portmap isn't happy with it as reported by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 03:27:11
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/pkg: PLIST
Log message:
- move do-install to 3/Makefile as most of it cannot be shared with puppet for now
- add conflict marker with puppet4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 03:32:08
Modified files:
x11/gnome/anjuta: Makefile
x11/gnome/calendar: Makefile
x11/gnome/characters: Makefile
x11/gnome/code-assistance: Makefile
x11/gnome/empathy: Makefile
x11/gnome/font-viewer: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/libbonobo: Makefile
x11/gnome/libmediaart: Makefile
x11/gnome/shell: Makefile
x11/gnome/vfs2 : Makefile
Log message:
some more bumps
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 03:37:24
Modified files:
x11/gnome/gjs : Makefile
x11/gnome/grilo: Makefile
x11/gnome/libbonobo: Makefile
x11/gnome/libcryptui: Makefile
x11/gnome/libgnome: Makefile
x11/gnome/libgnome-keyring: Makefile
x11/gnome/libgnomecanvas: Makefile
x11/gnome/libgnomecanvasmm: Makefile
x11/gnome/libgnomeui: Makefile
x11/gnome/libmediaart: Makefile
x11/gnome/libxklavier: Makefile
x11/gnome/libzapojit: Makefile
x11/gnome/menus: Makefile
x11/gnome/nautilus-sendto: Makefile
x11/gnome/planner: Makefile
x11/gnome/seahorse-nautilus: Makefile
x11/gnome/seahorse-sharing: Makefile
x11/gnome/sushi: Makefile
x11/gnome/totem-pl-parser: Makefile
x11/gnome/user-share: Makefile
Log message:
remaining bumps, sorry 'bout that
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 03:37:57
ports/sysutils/ruby-puppet/4
Update of /cvs/ports/sysutils/ruby-puppet/4
In directory cvs.openbsd.org:/tmp/cvs-serv73097/4
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/4 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 03:38:03
ports/sysutils/ruby-puppet/4/pkg
Update of /cvs/ports/sysutils/ruby-puppet/4/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv43505/4/pkg
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/4/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 03:38:56
Modified files:
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/pkg: README
Log message:
spacing
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2016/04/28 03:44:36
Modified files:
lib/libedit : search.c
Log message:
Initialize the search buffer.
Otherwise, if you called ed-search-prev-history before doing any
history search but after entering at least one line into the history,
the buffer could get accessed uninitialized, potentially resulting
in a read buffer overrun.
Segfault reported in sftp(1) via djm@ by Alf Schlichting , who also confirmed that the patch
fixes the issue for him.
OK martijn@ czarkoff@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 04:09:23
Log message:
Import packer-0.10.0.
Packer is a tool for building identical machine images for multiple platforms
from a single source configuration.
<...>
input and ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20160428
N ports/sysutils/packer/distinfo
N ports/sysutils/packer/Makefile
N ports/sysutils/packer/pkg/DESCR
N ports/sysutils/packer/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 04:10:14
Log message:
Import terraform-0.6.15.
Terraform is a tool for building, changing, and versioning infrastructure safely
and efficiently. Terraform can manage existing and popular service providers as
well as custom in-house solutions.
<...>
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20160428
N ports/sysutils/terraform/distinfo
N ports/sysutils/terraform/Makefile
N ports/sysutils/terraform/pkg/DESCR
N ports/sysutils/terraform/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 04:11:10
Modified files:
sysutils : Makefile
Log message:
+packer
+terraform
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 04:16:36
Modified files:
sysutils/terraform: Makefile
Log message:
Missed a chunk in previous.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 04:36:17
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/3: Makefile
Log message:
move some bits that are common to 3 and 4 into Makefile.inc
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 04:37:37
Modified files:
x11/gnome/libgnomekbd: Makefile
Log message:
another one that was hiding
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/04/28 04:43:19
Modified files:
archivers/innoextract: Makefile distinfo
Log message:
Update to innoextract-1.6
Fix build failure with upcoming cmake-3.5.2
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 05:13:15
Modified files:
audio/rhythmbox: Makefile
multimedia/phonon: Makefile
net/telepathy/folks: Makefile
x11/gnome/bijiben: Makefile
x11/gnome/empathy: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/gedit-plugins/pkg: PLIST
x11/gnome/totem: Makefile
x11/gnome/totem/pkg: PLIST
x11/gnome/contacts: Makefile
Log message:
zeitgeist is going away, so drop support for it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 05:15:32
Removed files:
productivity/zeitgeist: Makefile distinfo
productivity/zeitgeist/patches: patch-configure
productivity/zeitgeist/pkg: DESCR PLIST
productivity/libqzeitgeist: Makefile distinfo
productivity/libqzeitgeist/patches:
patch-QZeitgeistConfig_cmake_in
productivity/libqzeitgeist/pkg: DESCR PLIST
Log message:
Remove zeitgeist and libqzeitgeist; not really useful and barely maintained.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 05:15:49
Modified files:
productivity : Makefile
Log message:
-zeitgeist
-libqzeitgeist
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 05:16:45
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
Register removal of zeitgeist and libqzeitgeist.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 05:18:10
Modified files:
x11/gnome/builder: Makefile distinfo
x11/gnome/builder/pkg: PLIST
Removed files:
x11/gnome/builder/patches: patch-configure
patch-contrib_pnl_Makefile_in
Log message:
Update to gnome-builder-3.20.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 05:18:32
Modified files:
x11/gnome/nautilus: Makefile distinfo
Log message:
Update to nautilus-3.20.1.
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/28 05:22:56
Log message:
Import py-pluggy 0.3.1, ok danj@, sthen@
This is the plugin manager as used by pytest but stripped of pytest
specific details.
Status:
Vendor Tag: shadchin
Release Tags: shadchin_20160428
N ports/devel/py-pluggy/Makefile
N ports/devel/py-pluggy/distinfo
N ports/devel/py-pluggy/pkg/DESCR
N ports/devel/py-pluggy/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2016/04/28 05:23:21
Modified files:
devel/afl : Makefile distinfo
devel/afl/patches: patch-Makefile
Log message:
update to 2.11b
OK jsg@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/28 05:26:25
Log message:
Import py-tox 2.3.1, ok danj@, sthen@
Virtualenv-based automation of test activities.
Status:
Vendor Tag: shadchin
Release Tags: shadchin_20160428
N ports/devel/py-tox/Makefile
N ports/devel/py-tox/distinfo
N ports/devel/py-tox/pkg/DESCR
N ports/devel/py-tox/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/04/28 05:34:09
Modified files:
devel : Makefile
Log message:
+py-pluggy
+py-pluggy,python3
+py-tox
+py-tox,python3
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/04/28 05:46:41
Modified files:
www/firefox-i18n: Makefile Makefile.inc distinfo
Log message:
Readd en-US that was left behind (#1267847)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 05:51:35
ports/sysutils/ruby-puppet/4/patches
Update of /cvs/ports/sysutils/ruby-puppet/4/patches
In directory cvs.openbsd.org:/tmp/cvs-serv29461/patches
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/4/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 05:53:09
Added files:
sysutils/ruby-puppet/4: Makefile distinfo
sysutils/ruby-puppet/4/patches: patch-ext_rack_config_ru
patch-lib_puppet_defaults_rb
patch-lib_puppet_provider_package_gem_rb
patch-lib_puppet_provider_package_openbsd_rb
patch-lib_puppet_provider_package_pip_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_type_package_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/4/pkg: PLIST
Log message:
import puppet 4.4.2
basic agent functionality seem to be working, however i want to make further
changes and testing before hooking it up.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/04/28 06:17:15
Modified files:
sbin/fsck_ext2fs: inode.c pass2.c setup.c
Log message:
Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4
and sizeof(struct ext2fs_dinode) had to be replaced with
EXT2_DINODE_SIZE() and such.
ok beck@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/04/28 06:26:40
Modified files:
usr.bin/file/magdir: sniffer
Log message:
Partially sync magdir/sniffer from the file distribution on astron.com,
adds pcap-ng files and some more link-layer types for pcap. Not an exact
merge because they're using "use" which we don't currently support.
ok nicm@ jasper@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/04/28 06:53:47
Modified files:
lib/libc/arch/sparc64/gen: setjmp.S
Log message:
Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in
_longjmp(3) but also restore the signal mask.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 06:59:38
Modified files:
x11/gnome/tracker: Makefile
Added files:
x11/gnome/tracker/patches:
patch-src_libtracker-control_tracker-miner-manager_c
Log message:
Plug a memory leak (upstream).
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2016/04/28 07:02:39
Modified files:
mail/mailman : Makefile distinfo
Log message:
Maintenance update to 2.1.22.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 07:05:31
Modified files:
sysutils/ruby-puppet/4/patches: patch-ext_rack_config_ru
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/4/pkg: PLIST
Log message:
simplify paths a bit
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2016/04/28 07:13:02
Modified files:
sys/kern : vfs_biomem.c
Log message:
fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pages
noticed by miod@
CVSROOT: /cvs
Module name: ports
Changes by: tsg@cvs.openbsd.org 2016/04/28 07:29:04
Modified files:
infrastructure/lib/OpenBSD/PortGen: Utils.pm
Log message:
Make use of FETCH_CMD if possible.
OK zhuk@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 07:32:22
Modified files:
sysutils/tmux-mem-cpu-load: Makefile
Added files:
sysutils/tmux-mem-cpu-load/patches: patch-openbsd_memory_cc
Log message:
Simplify memory calculations by using uvmexp.pageshift
CVSROOT: /cvs
Module name: ports
Changes by: tsg@cvs.openbsd.org 2016/04/28 07:35:47
Modified files:
net/ngircd : Makefile distinfo
net/ngircd/pkg : PLIST
Log message:
Update to ngircd-23.
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 07:50:14
Modified files:
sys/net80211 : ieee80211_ioctl.c ieee80211_ioctl.h
Log message:
Copy some ieee8021_node HT information to userspace.
ifconfig needs to be recompiled.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 07:51:22
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
Show 11n HT rate in ifconfig scan output. Needs a new kernel.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 07:58:00
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
When a frame which falls into the block ack window is received, clear
counters that keep track of consecutive frames falling outside the window.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/04/28 07:59:19
Modified files:
comms/hamlib : Makefile
Log message:
replace libiconv module
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:13:44
Modified files:
devel/p5-Devel-TraceUse: Makefile distinfo
devel/p5-Devel-TraceUse/pkg: DESCR
Log message:
Update devel/p5-Devel-TraceUse to 2.094
OK aja@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 08:14:45
Modified files:
x11/gnome/doc-utils: Makefile
Log message:
intltool is enough.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:16:01
Modified files:
devel/p5-MooseX-MultiInitArg: Makefile distinfo
Removed files:
devel/p5-MooseX-MultiInitArg/patches: patch-t_01-main_t
Log message:
Update devel/p5-MooseX-MultiInitArg to 0.02
OK aja@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 08:17:22
Removed files:
x11/gnome/gedit-latex: Makefile distinfo
x11/gnome/gedit-latex/patches: patch-latex_latex_cache_py
patch-latex_latex_environment_py
x11/gnome/gedit-latex/pkg: DESCR PLIST
Log message:
Bye bye gedit-latex. You served us well but there are better alternatives.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:17:30
Modified files:
devel/p5-IO-Pager: Makefile distinfo
Log message:
Update devel/p5-IO-Pager to 0.36
OK jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 08:17:44
Modified files:
x11/gnome : Makefile
Log message:
-gedit-latex
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 08:18:19
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
Register gedit-latex removal.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:19:50
Modified files:
devel/p5-Parallel-ForkManager: Makefile distinfo
Log message:
Update devel/p5-Parallel-ForkManager to 1.18
OK aja@, sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 08:20:11
Modified files:
usr.sbin/httpd : config.c httpd.h
Log message:
Simplify TLS configuration handling. Instead of matching by address/port,
match by configuration ID. This also prevents a memory leak when there are
multiple certificates specified for the same server.
ok beck@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2016/04/28 08:21:24
Modified files:
usr.bin/compress: gzopen.c
Log message:
Account for multiple streams in "gzip -l" output. This fixes "gzip
-l" output when used on package files. OK espie@ deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:21:58
Modified files:
devel/p5-SVN-Notify: Makefile distinfo
Log message:
Update devel/p5-SVN-Notify to 2.86
OK aja@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:24:06
Modified files:
devel/p5-Test-File-Contents: Makefile distinfo
Log message:
Update devel/p5-Test-File-Contents to 0.23
OK aja@
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2016/04/28 08:25:08
Modified files:
sys/kern : kern_pledge.c vfs_lookup.c
sys/sys : namei.h pledge.h
Log message:
1) Split pledge whitelist path handling out of pledge_namei() and into
pledge_namei_wlpath(). Call the wlpath check only at the end of namei
after the namei lookup would otherwise succeed.
2) Add support to namei to keep the path that was looked up, without the
symlinks in it, and use that path for whitelist path lookups. This
means that paths in pledge whitelists will need to always be the
real path to an intended file to whitelist, without symlinks. Any
symlinks to the "real" file will then be allowed
ok deraadt@ semarie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 08:26:13
Modified files:
productivity/calcurse: Makefile distinfo
productivity/calcurse/patches: patch-src_args_c
patch-src_utils_c
productivity/calcurse/pkg: PLIST
Log message:
Update to calcurse-4.1.0.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:26:19
Modified files:
mail/p5-MIME-Base32: Makefile distinfo
Log message:
Update mail/p5-MIME-Base32 to 1.301
OK aja@, jasper@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:28:13
Modified files:
mail/p5-Mail-GnuPG: Makefile distinfo
Log message:
Update mail/p5-Mail-GnuPG to 0.23
OK aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 08:29:50
Modified files:
x11/gnome/libgda: Makefile
Log message:
Fix dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:30:05
Modified files:
mail/p5-Mail-IMAPTalk: Makefile distinfo
Log message:
Update mail/p5-Mail-IMAPTalk to 4.03
OK aja@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/04/28 08:30:21
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
fix comment
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2016/04/28 08:31:56
Modified files:
security/p5-Crypt-OpenPGP: Makefile distinfo
security/p5-Crypt-OpenPGP/pkg: PLIST
Log message:
Update security/p5-Crypt-OpenPGP to 1.12
OK aja@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 08:41:30
Modified files:
www : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
www/rackmonkey : Makefile distinfo
www/rackmonkey/patches: patch-conf_httpd-rackmonkey_conf
patch-conf_rackmonkey_conf-default
patch-doc_install_txt
www/rackmonkey/pkg: DESCR PLIST README
Log message:
unhook www/rackmonkey, it's undeveloped upstream and depends on mod_perl
which needs to get reworked anyway
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 08:46:10
Modified files:
sys/net80211 : ieee80211_ioctl.h
Log message:
Add a net80211 stat counter for block ack window "slides" as opposed
to "jumps". Will be used soon by refined block ack window handling.
netstat needs to be recompiled.
With and ok tb@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 08:46:50
Modified files:
usr.bin/netstat: net80211.c
Log message:
Display block ack window slide counter.
with and ok tb@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/04/28 09:00:27
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Rework handling of frames which fall beyond the block ack window.
tb@ discovered that we were not following the 802.11-2012 standard correctly
for frames which fall within the range [winend, windend+winsize]. This could
cause valid frames to be dropped because we moved the window too far ahead.
with and ok tb@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 09:34:14
Modified files:
www/clearsilver/patches: patch-cgi_cgi_c patch-cgi_cgi_h
patch-cgi_html_c patch-cs_csparse_c
patch-util_filter_h
patch-util_neo_err_h
patch-util_neo_hdf_c
patch-util_neo_str_c
Log message:
regen; no real changes
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 09:41:31
Modified files:
www : Makefile
Log message:
unhook apache1 modules, 'Destroy them all' ajacoutot@
feel free to submit apache2 variants of these if wanted and still useful.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 09:42:36
Removed files:
www/mod_auth_bsd: Makefile distinfo
www/mod_auth_bsd/patches: patch-Makefile patch-authd_c
www/mod_auth_bsd/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_auth_ldap: Makefile distinfo
www/mod_auth_ldap/patches: patch-Makefile_in patch-auth_ldap_c
patch-auth_ldap_h
www/mod_auth_ldap/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_auth_mysql: Makefile distinfo
www/mod_auth_mysql/patches: patch-Makefile patch-README
patch-USAGE patch-mod_auth_mysql_c
www/mod_auth_mysql/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_auth_pgsql: Makefile distinfo
www/mod_auth_pgsql/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_auth_radius: Makefile distinfo
www/mod_auth_radius/patches: patch-mod_auth_radius_c
www/mod_auth_radius/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_encoding: Makefile distinfo
www/mod_encoding/pkg: DESCR MESSAGE PLIST
www/mod_geoip : Makefile distinfo
www/mod_geoip/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_gzip : Makefile distinfo
www/mod_gzip/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_jk : Makefile distinfo
www/mod_jk/files: mod_jk.conf
www/mod_jk/patches: patch-conf_workers_properties_minimal
patch-native_apache-1_3_mod_jk_c
patch-native_configure
www/mod_jk/pkg : DESCR MESSAGE PLIST README UNMESSAGE
www/mod_layout : Makefile distinfo
www/mod_layout/patches: patch-Makefile
www/mod_layout/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_ldapvhost: Makefile distinfo
www/mod_ldapvhost/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_log_sql: Makefile distinfo
www/mod_log_sql/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_mp3 : Makefile distinfo
www/mod_mp3/files: mp3_with_postgresql.conf
www/mod_mp3/patches: patch-configure patch-src_pgsql_dispatch_h
www/mod_mp3/pkg: DESCR MESSAGE PFRAG.mysql PFRAG.postgresql
PLIST UNMESSAGE
www/mod_random : Makefile distinfo
www/mod_random/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_scgi : Makefile distinfo
www/mod_scgi/patches: patch-apache1_mod_scgi_c
www/mod_scgi/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_security: Makefile distinfo
www/mod_security/patches: patch-apache1_mod_security_c
www/mod_security/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/mod_text2html: Makefile distinfo
www/mod_text2html/pkg: DESCR MESSAGE PLIST UNMESSAGE
www/p5-CGI-SpeedyCGI: Makefile distinfo
www/p5-CGI-SpeedyCGI/files: mod_speedycgi-enable
www/p5-CGI-SpeedyCGI/patches: patch-Makefile_PL
patch-mod_speedycgi_Makefile_tmpl
patch-src_optdefs
patch-src_speedy_backend_main_h
patch-src_speedy_circ_h
www/p5-CGI-SpeedyCGI/pkg: DESCR PLIST
www/p5-HTML-Embperl: Makefile distinfo
www/p5-HTML-Embperl/patches: patch-Makefile_PL
patch-mod_embperl_c
www/p5-HTML-Embperl/pkg: DESCR PLIST
Log message:
rm apache1 modules, 'Destroy them all' ajacoutot@
feel free to submit apache2 variants of these if wanted and still useful.
(this isn't all of them: those which are dependencies of other ports
will come later).
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 09:43:39
Modified files:
sysutils/ruby-puppet/4/pkg: PLIST
Log message:
make 'module install' work
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 09:50:26
ports/sysutils/ruby-puppet/4/files
Update of /cvs/ports/sysutils/ruby-puppet/4/files
In directory cvs.openbsd.org:/tmp/cvs-serv79405/files
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/4/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 09:57:19
Modified files:
www/clearsilver: Makefile
www/clearsilver/pkg: PLIST-main PLIST-perl
Log message:
drop clearsilver's apache1 module, ok okan
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 09:59:02
Modified files:
www/clearsilver: Makefile
Log message:
drop okan as maintainer: "oh, sure - remove me"
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 10:02:33
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/4: Makefile
sysutils/ruby-puppet/4/pkg: PLIST
Added files:
sysutils/ruby-puppet/3/files: puppet.conf
Log message:
- move common bits back to Makefile.inc in post-install
- gunzip puppet 4 manpages
- install emacs files for puppet 4
- move files.conf to puppet 3
- install some extra config files for puppet 4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 10:02:54
Removed files:
sysutils/ruby-puppet/files: puppet.conf
Log message:
be gone
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2016/04/28 10:03:01
Modified files:
devel/subversion: Makefile
devel/subversion/patches: patch-Makefile_in patch-configure_ac
patch-subversion_libsvn_subr_auth_c
Added files:
devel/subversion/patches:
patch-subversion_mod_authz_svn_mod_authz_svn_c
patch-subversion_svnserve_cyrus_auth_c
Log message:
No ports hackathon without a ports commit: Add patches for Subversion
security bugs CVE-2016-2167 and CVE-2016-2168 which were just released.
An update to a newer release of SVN will come later.
ok sthen@ aja@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:03:41
Modified files:
mail/sympa : Makefile
sysutils/backuppc: Makefile
Log message:
don't force a dep on apache1 mod_fastcgi, modern webservers have fastcgi
support built-in. ok aja
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:04:18
Modified files:
www : Makefile
Removed files:
www/mod_fastcgi: Makefile distinfo
www/mod_fastcgi/patches: patch-docs_mod_fastcgi_html
patch-fcgi_config_c patch-fcgi_pm_c
patch-mod_fastcgi_c
www/mod_fastcgi/pkg: DESCR MESSAGE PLIST UNMESSAGE
Log message:
drop mod_fastcgi
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:05:23
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
add a batch of apache1 modules
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 10:06:06
Modified files:
sysutils/ruby-puppet/4/patches:
patch-lib_puppet_provider_package_openbsd_rb
Log message:
remove some debug output that snuck in
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 10:06:53
Modified files:
lib/libssl/src/crypto/evp: e_chacha20poly1305.c evp.h
lib/libssl/src/ssl: ssl_ciph.c
Log message:
Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old()
and replace with EVP_aead_chacha20_poly1305_ietf(). The IETF version will
become the standard version.
Discussed with many.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 10:09:09
Modified files:
regress/lib/libcrypto/aead: aeadtest.c aeadtests.txt
Log message:
Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:12:53
Modified files:
www/p5-Apache-Test: Makefile
Log message:
drop apache1 option
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:13:39
Modified files:
www/p5-HTML-Mason: Makefile
www/p5-HTML-Mason/pkg: PLIST
Log message:
switch to apache2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 10:17:05
Modified files:
sysutils/ruby-puppet/4/patches:
patch-lib_puppet_provider_package_openbsd_rb
Log message:
instead of failing hard, bail out early if the pkg path is in shortform (i.e. ftp.openbsd.org).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:18:29
Modified files:
www/p5-Apache-Gallery: Makefile
Log message:
switch to mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:20:46
Modified files:
www/p5-Maypole : Makefile
Log message:
switch to p5-libapreq2
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2016/04/28 10:28:38
Modified files:
app/cwm : menu.c
Log message:
If supplied format to menuq_add() is NULL, fill text with an empty
string; found by Christian Neukirchen.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:28:55
Modified files:
www : Makefile
Removed files:
www/p5-libapreq: Makefile distinfo
www/p5-libapreq/pkg: DESCR PLIST
Log message:
-p5-libapreq
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:29:29
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
-libapreq
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:39:39
Modified files:
www : Makefile
Removed files:
www/p5-Apache-ASP: Makefile distinfo
www/p5-Apache-ASP/pkg: DESCR PLIST
Log message:
Remove p5-Apache-ASP-2.62 for now, it's not building with current mod_perl
(Can't locate object method "pool" via package "Apache::ASP::CGI").
Can be reinstated if somebody fixes.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 10:39:45
Modified files:
lib/libssl/src/ssl: s3_lib.c ssl_ciph.c ssl_locl.h t1_enc.c
tls1.h
Log message:
Implement the IETF ChaCha20-Poly1305 cipher suites.
Rename the existing ChaCha20-Poly1305 cipher suites with an "-OLD" suffix,
effectively replaces the original Google implementation. We continue to
support both the IETF and Google versions, however the existing names
now refer to the ciphers from draft-ietf-tls-chacha20-poly1305-04.
Feedback from doug@
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2016/04/28 10:40:10
Modified files:
sys/dev/pv : xen.c
Log message:
Preserve the domid when swapping 16 bit grant table entry flags
We use an atomic CMPXCHG on first 32 bits of the grant table entry
when revoking access to the memory page. Target domain ID field is
part of these 32 bits, thus shouldn't be masked out for comparison.
This appears to be the last piece of the QubesOS VM chaining puzzle;
tested by Marco Peereboom, thanks!
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 10:41:20
Modified files:
regress/lib/libssl/client: clienttest.c
Log message:
Update regress test to reflect changes in the cipher list.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:41:22
Modified files:
www/ap2-mod_perl: Makefile distinfo
Log message:
update from rc to mod_perl-2.0.9
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2016/04/28 10:42:28
Modified files:
lib/libssl/src/crypto/ui: ui_lib.c
Log message:
don't go into an unbreakable infinite loop during operations such
as reading passwords. allow ^C to break.
the pain was mine, the fix is miod's.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 10:42:29
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
Comment sm_check_an_eg().
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/04/28 10:48:18
Modified files:
usr.sbin/installboot: i386_installboot.c i386_softraid.c
Log message:
Plug a couple of leaks of input buffers.
Pointed out by David Carlier.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 10:48:44
Modified files:
lib/libtls : tls.c tls.h tls_config.c tls_init.3
tls_internal.h
Log message:
Rework the error handling in libtls so that we can associate errors with
both configuration and contexts. This allows us to propagate errors that
occur during configuration, rather than either just failing with no reason
or delaying the failure until it can be propagated via the tls context.
Also provide a tls_config_error() function for retrieving the last error
from a tls_config *.
ok bcook@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:49:42
Modified files:
www/p5-Apache-Test: Makefile distinfo
www/p5-Apache-Test/patches: patch-Makefile_PL
www/p5-Apache-Test/pkg: PLIST
Removed files:
www/p5-Apache-Test/patches: patch-lib_Apache_TestConfig_pm
patch-lib_Apache_TestRun_pm
patch-lib_Apache_TestServer_pm
Log message:
update to p5-Apache-Test-1.39
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:51:12
Modified files:
www/p5-Apache-DB: Makefile
www/p5-Apache-DB/pkg: PLIST
Log message:
switch to mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 10:51:40
Modified files:
www/firefox-i18n: Makefile Makefile.inc
Log message:
Revert, there's no en-US directory and this breaks sqlports.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 10:52:16
Modified files:
www/p5-Apache-DBI: Makefile distinfo
Log message:
update to p5-Apache-DBI-1.12, switch to mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/04/28 10:53:00
Modified files:
www/firefox-i18n: distinfo
Log message:
Revert that as well.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:00:22
Modified files:
www/p5-Apache-Test: Makefile
Added files:
www/p5-Apache-Test/patches: patch-lib_Apache_TestConfig_pm
Log message:
fix /etc/apache2/httpd.conf -> /etc/apache2/httpd2.conf
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:00:48
Modified files:
www/p5-Apache-Reload: Makefile
www/p5-Apache-Reload/pkg: PLIST
Log message:
switch to mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:01:44
Modified files:
www/p5-Apache-MP3: Makefile
Log message:
switch to mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:03:11
Modified files:
www/p5-Catalyst-Engine-Apache: Makefile
Log message:
switch optional mod_perl / mod_perl2 to just mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:03:50
Modified files:
www/blogsum : Makefile
Log message:
switch to mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:04:42
Modified files:
tests/portcheck/t17: Makefile
Log message:
handle USE_SYSTRACE removal; ok zhuk
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 11:05:59
Modified files:
lib/libtls : tls.c tls.h tls_client.c tls_config.c
tls_init.3 tls_internal.h tls_server.c
Log message:
Factor our the keypair handling in libtls. This results in more readable
and self-contained code, while preparing for the ability to handle
multiple keypairs. Also provide two additional functions that allow
a public certificate and private key to be set with a single function
call.
ok beck@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 11:07:07
Modified files:
lib/libtls : shlib_version
lib/libssl/ssl : shlib_version
lib/libcrypto/crypto: shlib_version
Log message:
Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol
additions and functionality changes.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2016/04/28 11:18:06
Modified files:
usr.sbin/httpd : server.c
Log message:
Include the TLS configuration errors in log messages. Also set the
certificate and private key at the same time.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2016/04/28 11:30:28
Modified files:
infrastructure/bin: portcheck
tests/portcheck: t5.sample
Log message:
Stop whining about libiconv port module, and do not talk about
devel/gettext as MODULES item, only as RUN_DEPENDS.
A better solution is in works.
Somewhat prodded by a different patch from tsg@/sthen@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2016/04/28 11:34:49
Modified files:
sbin/dhclient : dhclient.c
Log message:
If the attempt to broadcast a DCHPDISCOVER packet returns EAFNOSUPPORT,
don't bother to keep trying to get a lease. It ain't gonna happen. Just
print and error message and exit.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2016/04/28 11:36:00
Modified files:
devel/subversion: Tag: OPENBSD_5_9 Makefile
Added files:
devel/subversion/patches: Tag: OPENBSD_5_9
patch-subversion_mod_authz_svn_mod_authz_svn_c
patch-subversion_svnserve_cyrus_auth_c
Log message:
For 5.9-stable: Add patches for Subversion security bugs CVE-2016-2167
and CVE-2016-2168 which were just released.
ok sthen@ aja@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:38:01
Modified files:
graphics/p5-Image-BioChrome: Makefile
graphics/p5-Image-BioChrome/pkg: DESCR PLIST
Log message:
rm mod_perl1 bits, not touched upstream since 2004
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:39:53
Modified files:
security/hatchet: Makefile
Log message:
switch to mod_perl2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:43:11
Modified files:
net/p5-RPC-XML : Makefile
net/p5-RPC-XML/pkg: PLIST
Log message:
disable mod_perl bits, upstream haven't ported to mod_perl2 yet
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 11:43:23
Modified files:
www : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
www/mod_perl : Makefile distinfo
www/mod_perl/patches: patch-apaci_configure
patch-src_modules_perl_Connection_xs
patch-src_modules_perl_mod_perl_h
www/mod_perl/pkg: DESCR MESSAGE PLIST UNMESSAGE
Log message:
unhook mod_perl, everything using it has been moved to ap2-mod_perl (mod_perl2)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/04/28 11:44:20
Modified files:
www/firefox-i18n: Makefile Makefile.inc distinfo
Added files:
www/firefox-i18n/en-US: Makefile
Log message:
Revert the revert. I made you a Makefile but CVS ated it.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/04/28 11:47:24
Modified files:
sysutils/ruby-puppet/4/pkg: PLIST
Log message:
don't @sample config.ru
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/04/28 11:48:09
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/04/28 11:55:27
Modified files:
devel/doxygen : Makefile
Log message:
replace libiconv module, sync wantlib
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2016/04/28 11:59:00
Modified files:
usr.bin/mandoc : cgi.c
Log message:
Set the "autofocus" attribute on the query text box.
Patch from Fabian dot Raetz at gmail dot com.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 12:06:34
Modified files:
lang/php : Makefile
Log message:
remove php 5.4, suggested by robert
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 12:06:47
Modified files:
lang/php : Makefile.inc
lang/php/5.5 : Makefile
lang/php/5.5/pkg: PLIST-main
lang/php/5.6 : Makefile
lang/php/5.6/pkg: PLIST-main
lang/php/7.0 : Makefile
Removed files:
lang/php/5.4 : Makefile distinfo
lang/php/5.4/patches: patch-acinclude_m4 patch-configure_in
patch-ext_gd_gdcache_h
patch-ext_gd_libgd_gdcache_h
patch-ext_gd_libgd_gdkanji_c
patch-ext_iconv_iconv_c
patch-ext_imap_config_m4
patch-ext_mysqlnd_config9_m4
patch-ext_odbc_config_m4
patch-ext_openssl_config0_m4
patch-ext_openssl_openssl_c
patch-ext_openssl_xp_ssl_c
patch-ext_spl_php_spl_c
patch-ext_spl_php_spl_h
patch-ext_standard_config_m4
patch-ext_tidy_config_m4
patch-ext_tidy_tidy_c
patch-ext_xmlrpc_libxmlrpc_encodings_c
patch-main_php_h patch-main_php_ini_c
patch-main_php_open_temporary_file_c
patch-php_ini-development
patch-php_ini-production
patch-sapi_apache_mod_php5_c
patch-sapi_cgi_cgi_main_c
patch-sapi_cli_php_cli_c
patch-sapi_fpm_fpm_fpm_atomic_h
patch-sapi_fpm_php-fpm_conf_in
patch-scripts_Makefile_frag
patch-scripts_php-config_in
patch-scripts_phpize_in
lang/php/5.4/pkg: PLIST-bz2 PLIST-curl PLIST-dba PLIST-fastcgi
PLIST-gd PLIST-gmp PLIST-imap PLIST-intl
PLIST-ldap PLIST-main PLIST-mcrypt PLIST-mssql
PLIST-mysql PLIST-mysqli PLIST-odbc
PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql
PLIST-pdo_pgsql PLIST-pgsql PLIST-pspell
PLIST-shmop PLIST-snmp PLIST-soap
PLIST-sybase_ct PLIST-tidy PLIST-xmlrpc
PLIST-xsl PLIST-zip php54_fpm.rc
Log message:
5.4
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 12:09:38
Modified files:
lang/php : Makefile.inc
lang/php/5.5 : Makefile
lang/php/5.5/pkg: PLIST-main
lang/php/5.6 : Makefile
lang/php/5.6/pkg: PLIST-main
lang/php/7.0 : Makefile
Log message:
oops, revert, too soon (the dangers of cvs ci -m)
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/04/28 12:17:32
Modified files:
distrib/miniroot: install.sub
etc : MAKEDEV.common
etc/etc.alpha : MAKEDEV MAKEDEV.md
etc/etc.amd64 : MAKEDEV MAKEDEV.md
etc/etc.armish : MAKEDEV MAKEDEV.md
etc/etc.armv7 : MAKEDEV MAKEDEV.md
etc/etc.hppa : MAKEDEV MAKEDEV.md
etc/etc.hppa64 : MAKEDEV MAKEDEV.md
etc/etc.i386 : MAKEDEV MAKEDEV.md
etc/etc.landisk: MAKEDEV MAKEDEV.md
etc/etc.loongson: MAKEDEV MAKEDEV.md
etc/etc.luna88k: MAKEDEV MAKEDEV.md
etc/etc.macppc : MAKEDEV MAKEDEV.md
etc/etc.octeon : MAKEDEV MAKEDEV.md
etc/etc.sgi : MAKEDEV MAKEDEV.md
etc/etc.socppc : MAKEDEV MAKEDEV.md
etc/etc.sparc : MAKEDEV MAKEDEV.md
etc/etc.sparc64: MAKEDEV MAKEDEV.md
etc/etc.zaurus : MAKEDEV MAKEDEV.md
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.armish: MAKEDEV.8
share/man/man8/man8.armv7: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.hppa64: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.loongson: MAKEDEV.8
share/man/man8/man8.luna88k: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.octeon: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.socppc: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is
unused for now, but I plan to convert all programs in base to use it in
a future diff. /dev/bpf0 is for compatibility with existing binaries
and is to be removed after a transition period.
ok rpe krw, for the installer part
"Let's see it hit the tree." deraadt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 12:19:23
Modified files:
lang/php : Makefile Makefile.inc
lang/php/5.5 : Makefile
lang/php/5.5/pkg: PLIST-main
lang/php/5.6 : Makefile
lang/php/5.6/pkg: PLIST-main
lang/php/7.0 : Makefile
lang/php/files : README-main
Log message:
revert the revert: burn apache1 php modules, @pkgpath is set so that updates
work from -ap2. ok robert
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 12:19:47
Modified files:
www : Makefile
Removed files:
www/apache-httpd-openbsd: Makefile distinfo
www/apache-httpd-openbsd/patches: patch-Makefile_bsd-wrapper
patch-config_layout
patch-src_support_apachectl
www/apache-httpd-openbsd/pkg: DESCR PLIST apache.rc
Log message:
remove, nothing uses it any more
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 12:22:17
Modified files:
www/apache-httpd: Makefile
www/apache-httpd/pkg: PLIST-main
Log message:
replace apache-httpd-openbsd, keeping -common separate for now to avoid pain
with PLISTs
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/04/28 12:23:47
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
replace apache-httpd-openbsd with apache-httpd
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/04/28 12:27:51
Modified files:
lib/libtls : tls_init.3
Log message:
spelling fix;
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2016/04/28 12:49:54
Modified files:
devel/afl : Makefile distinfo
Log message:
as usual, upstream rerolled the tarball,
regen distinfo
found the hard way by aja@
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/04/28 13:07:19
Modified files:
share/man/man4 : bpf.4
Log message:
Only one bpf device is required; pointed out by and ok jmc
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/04/28 13:53:21
Modified files:
lib/libc/arch/hppa/gen: Makefile.inc
Log message:
Don't add setjmp.S twice.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2016/04/28 14:11:20
Modified files:
sys/kern : kern_time.c
Log message:
careful study of the holy scrolls reveals that for pselect (and ppoll)
oversized timespecs should be clamped, not rejected.
ok millert
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/04/28 15:32:11
Modified files:
share/man/man4 : vlan.4
Log message:
provide some examples.
encouragement and reminders from jmc@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2016/04/28 16:16:41
Modified files:
usr.sbin/httpd : httpd.conf.5
Log message:
Avoid unusual Content-Type: even in an example;
people might get hurt when doing copy & paste.
Patch from Hiltjo Posthuma
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/05/18 11:24:14
Modified files:
graphics/p5-Barcode-DataMatrix: Makefile distinfo
Removed files:
graphics/p5-Barcode-DataMatrix/patches:
patch-lib_Barcode_DataMatrix_Engine_pm
patch-lib_Barcode_DataMatrix_pm
Log message:
committed upstream
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/05/18 11:34:01
Modified files:
www/pnp4nagios : Makefile
www/pnp4nagios/pkg: npcd.rc
Log message:
Don't hardcode paths.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/05/18 11:36:24
Modified files:
lib/libfuse : fuse_main.3
Log message:
update links; from ray
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2016/05/18 12:28:58
Modified files:
sys/dev/usb : usb.c usb_subr.c usbdivar.h
Log message:
Cache vendor, product and serial info for each usb device. This allows
ioctl(USB_DEVICEINFO) not to issue any further requests to gather
information. Thus reducing stress on connected usb devices.
This fixes an issue where usbdevs called in a loop causes a USB mass
storage device to halt operation.
Adapted from a similar commit in NetBSD.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2016/05/18 13:06:25
Modified files:
usr.bin/sendbug: sendbug.c
Log message:
Print a user-friendly message if some fields are missing; ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2016/05/18 13:10:26
Modified files:
usr.bin/sendbug: sendbug.c
Log message:
Also print a warning if the user doesn't fill the mail Subject
Alternative diff by Tim (trondd ! kagu-tsuchi . com), ok tedu@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2016/05/18 13:12:22
Modified files:
x11/qt3 : qt3.port.mk
x11/qt4 : qt4.port.mk
x11/qt5 : qt5.port.mk
Log message:
Add an abstraction for the lrelease Qt tool
ok sthen@ zhuk@
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2016/05/18 13:13:02
Modified files:
share/man/man5 : port-modules.5
Log message:
Document MODQT_LRELEASE
ok sthen@ zhuk@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/05/18 14:02:27
Modified files:
graphics/sane-backends: Makefile
graphics/sane-backends/patches: patch-backend_canon-sane_c
Added files:
graphics/sane-backends/patches: patch-backend_genesys_low_c
patch-backend_gt68xx_low_c
patch-backend_p5_device_c
patch-backend_pint_c
patch-backend_plustek-usb_c
patch-backend_sm3600-scanusb_c
patch-backend_snapscan-mutex_c
patch-backend_snapscan-sources_c
patch-backend_snapscan-usb_c
Log message:
Make sure we pull in errno.h for all files in sane-backends that use
errno. This is a requirement on OpenBSD now that errno is stored in the
TIB; most uses have already been taken care of, but this slipped through
the cracks as it only provides a dlopen()'d module rather than object
code which is linked during build. ok guenther@ ajacoutot@
Note to readers, if you see "undefined symbol 'errno'" messages when you
run or use programs on OpenBSD following this change (libc 87.0 etc.),
please report them, even if the program appears to otherwise run normally.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2016/05/18 14:15:14
Modified files:
sys/net : if_ethersubr.c
sys/netinet : if_ether.c if_ether.h
Log message:
Remove some superflous if_get(9)/if_put(9) dances now that ARP input
routines are call directly by ether_input().
ok visa@, dlg@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/05/18 14:21:14
Modified files:
sys/arch/sh/include: frame.h locore.h proc.h tcb.h
sys/arch/sh/sh : db_interface.c sh_machdep.c
lib/libc/arch/sh: Makefile.inc SYS.h
lib/libc/arch/sh/sys: brk.S sbrk.S sigprocmask.S sigsuspend.S
tfork_thread.S
Removed files:
lib/libc/arch/sh/sys: cerror.S
Log message:
Save and restore 'gbr' register when enter/leaving the kernel, and use
it for the TCB pointer. Eliminate __cerror.
"looks good" kettenis@, testing and ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/05/18 14:40:20
Modified files:
libexec/ld.so : tib.c
libexec/ld.so/amd64: archdep.h
libexec/ld.so/arm: archdep.h
libexec/ld.so/hppa: archdep.h
libexec/ld.so/i386: archdep.h
libexec/ld.so/sh: archdep.h
libexec/ld.so/sparc: archdep.h
libexec/ld.so/sparc64: archdep.h
Log message:
fix types for mmap wrappers. A few whitespace cleanups snuck in.
ok guenther
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/05/18 15:48:38
Modified files:
. : crypto.html hackathons.html index.html
lyrics.html
papers : index.html
Log message:
set default background colors for some (parts of) pages that didn't do
it like all the other pages. apparently this improves the appearance on
some browsers like links+.
From Tim tags. from Miquel Gelabert Rossello on bugs@, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2016/06/17 02:14:21
Modified files:
www/py-urllib3 : Makefile distinfo
Log message:
Update to 1.16
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 03:22:24
Modified files:
faq : faq1.html
Log message:
add back "Next" label that is used in several places
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/17 03:43:35
Modified files:
security/cyrus-sasl2: Makefile
Added files:
security/cyrus-sasl2/patches: patch-lib_saslutil_c
patch-plugins_cram_c
patch-plugins_otp_c
patch-pwcheck_pwcheck_getpwnam_c
patch-saslauthd_auth_getpwent_c
Log message:
Unbreak getent LOGIN/PLAIN authentication: getpwnam -> getpwnam_shadow.
Fix a few time_t printf while here.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 04:32:48
Modified files:
faq : faq1.html
Log message:
fix broken link to mandoc manpage. update some links that have permanent
redirects and append trailing slashes if they are required by the spec.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 04:38:36
Modified files:
faq : faq4.html
Log message:
update two links. from validator.w3.org/checklink
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 04:40:41
Modified files:
faq : faq5.html
Log message:
update x.org link
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 04:45:19
Modified files:
faq : faq6.html
Log message:
drop ?query= from man-links and update scribd link to https.
from validator.w3.org/checklink
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/06/17 04:48:25
Modified files:
sys/uvm : uvm_amap.c uvm_anon.c uvm_aobj.c uvm_map.c
Log message:
pool_setipl on all uvm pools.
ok kettenis@ visa@
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 04:51:14
Modified files:
faq : faq13.html
Log message:
get flash videos redirects from github.com to github.io. update.
from validator.w3.org/checklink
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/17 04:53:55
Modified files:
sys/dev/ic : rtwn.c rtwnvar.h
sys/dev/pci : if_rtwn.c
sys/dev/usb : if_urtwn.c
Log message:
Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share code
in the file sys/dev/ic/rtwn.c. This reduces kernel bloat and will make it
easier to have both drivers benefit from future enhancements.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2016/06/17 04:56:28
Modified files:
www/chromium : Makefile distinfo
Log message:
update to 51.0.2704.103
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 04:59:38
Modified files:
faq : faq1.html faq15.html
Log message:
add a missing anchor to faq1.html needed by faq15.html. update
link to mozilla. from validator.w3.org/checklink
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/17 05:24:58
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
No need to hardcode return code.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/17 05:49:33
Modified files:
x11/windowmaker: Makefile distinfo
x11/windowmaker/patches: patch-WINGs_Makefile_in
patch-WINGs_wapplication_c
patch-WPrefs_app_Menu_c
patch-WPrefs_app_Paths_c
patch-WindowMaker_Defaults_WindowMaker_in
patch-WindowMaker_menu
patch-WindowMaker_plmenu
patch-configure
x11/windowmaker/pkg: PLIST-lang PLIST-main
Added files:
x11/windowmaker/patches: patch-WPrefs_app_Appearance_c
patch-WPrefs_app_Makefile_in
patch-WindowMaker_Defaults_Makefile_in
patch-m4_windowmaker_m4
patch-m4_wm_i18n_m4 patch-src_event_c
patch-src_startup_c
Removed files:
x11/windowmaker/patches: patch-WINGs_array_c
patch-WINGs_findfile_c
patch-WINGs_string_c
patch-WINGs_wwindow_c
patch-WindowMaker_Defaults_WMWindowAttributes_in
patch-WindowMaker_Makefile_in
patch-src_actions_c patch-src_dock_c
patch-src_main_c patch-src_moveres_c
patch-src_session_c patch-src_wmspec_c
patch-util_wmaker_inst_in
patch-wrlib_Makefile_in
patch-wrlib_gif_c patch-wrlib_png_c
patch-wrlib_x86_specific_c
Log message:
Update to WindowMaker-0.95.7
OK reyk@, sebastia@
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2016/06/17 07:23:21
Modified files:
share/man/man9 : Makefile
Added files:
share/man/man9 : usbd_ref_wait.9
Log message:
Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9).
ok mpi
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 09:10:06
Modified files:
faq : faq9.html
Log message:
put the long list "tips for users of other unix-like operating systems"
on a diet. remove duplicated or otherwise unneeded info and extra words.
input and ok tj
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 09:12:02
Modified files:
faq : current.html faq5.html faq6.html
Log message:
unify spelling of 'man page'
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 10:02:54
Modified files:
faq : faq1.html faq10.html faq9.html index.html
Log message:
remove faq9:
- merge tips for users of other operating systems to faq1
- the linux password hack is now part of faq10
- reference to ext2 is gone since that's contained in faq14 already
- remove philosophical musings on obsd on the desktop
input and ok tj
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 10:11:45
Modified files:
faq : faq1.html
Log message:
let man.cgi generate the list of links for intro(n), just keep one link
here.
ok tj
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/17 10:12:13
Modified files:
faq : faq8.html index.html
Log message:
remove section on journaling file systems since that's now in faq1.html
ok tj
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/17 12:28:42
Modified files:
graphics/birdfont: Makefile distinfo
Log message:
update to birdfont-2.16.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/17 12:32:29
Modified files:
x11/gnome/grilo: Makefile distinfo
x11/gnome/grilo/pkg: PLIST
Log message:
- update to grilo-0.3.1
- override PORTROACH
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/17 12:32:38
Modified files:
x11/gnome/grilo-plugins: Makefile distinfo
Log message:
- update to grilo-plugins-0.3.2
- override PORTROACH
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/17 12:37:41
Modified files:
lang/datalog : Makefile distinfo
lang/datalog/patches: patch-configure
Log message:
update to datalog-2.6
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/17 12:55:28
Modified files:
lang/lua/5.3 : Makefile distinfo
Log message:
update to lua-5.3.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/17 12:55:42
Modified files:
games/freedroidrpg: Makefile distinfo
games/freedroidrpg/patches: patch-src_Makefile_in
games/freedroidrpg/pkg: PLIST
Log message:
update to freedroidrpg-0.16.1
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2016/06/17 12:56:51
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
Also add missing date or message-id when listening on the submit port
ok gilles@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/17 13:20:19
Modified files:
sys/conf : files
Log message:
urtwn device now needs rtwn.c, even if rtwn device isn't built
ok mpi@ jca@ mglocker@
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/17 19:25:53
Modified files:
usr.sbin/ldpd : kroute.c l2vpn.c lde.c lde.h lde_lib.c
Log message:
Fix small LIB<->LFIB synchronization issue.
ldpd operates only with the best routes of each IP prefix. In other words,
the routes with the lowest priorities.
When a route with a better priority is detected (possibly with a different
nexthop), we should uninstall the labels from the "old" routes and try
to install a new label for the new route (if there's one available in
the LIB).
In this specific case, ldpd was failing to uninstall the labels from the
old routes because it wasn't keeping track of each route's priority in
lde. With this missing bit of information, the parent process had no way
to get the correct label to uninstall when processing a IMSG_KLABEL_DELETE
message.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/17 19:29:05
Modified files:
usr.sbin/ldpd : lde_lib.c labelmapping.c
Log message:
Remove TODO comments about loop detection.
LDP loop detection is only necessary for ATM LSRs running in cell mode. We
are never going to implement this "feature".
Also, add two more comments in lde_check_request().
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/17 19:30:28
Modified files:
usr.sbin/ldpd : ldpd.c
Log message:
Use log_warnx() instead of log_warn() when appropriate.
CVSROOT: /cvs
Module name: src
Changes by: renato@cvs.openbsd.org 2016/06/17 19:33:02
Modified files:
usr.sbin/ldpd : parse.y
Log message:
Do not allow configuring the same interface for both LDP and VPLS.
Configuring an interface for both LDP signaling and as a member of a
VPLS instance doesn't cause any harm as far as ldpd is concerned. But
it certainly doesn't make any sense, so it's better to reject the
configuration and warn the user instead of ignoring this silently.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/17 20:24:33
Modified files:
faq : faq1.html faq15.html faq4.html faq6.html
faq8.html index.html upgrade42.html
Log message:
- shorten a few section titles and fix a title mismatch
- remove "with openbsd" from titles (it should be obvious)
- merge "adding a file set after install" into explanation of file sets
- merge "device not configured" and unsupported hardware sections
- remove invisible
items to
and reclaim some space on the index.
CVSROOT: /cvs
Module name: www
Changes by: tb@cvs.openbsd.org 2016/06/18 17:20:06
Modified files:
faq : faq1.html
Log message:
tighten up some wording and remove some unsolicited advice
input & ok tj
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2016/06/18 18:41:22
Modified files:
www/aria2 : Makefile distinfo
Log message:
Update for Aria2 to 1.24.0
Update and OK juanfra@
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/18 20:05:34
Modified files:
faq : faq1.html
Log message:
use a table for the platform list so the items line up correctly.
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/18 21:31:30
Modified files:
faq : faq1.html
Log message:
- thin out and dedupe some text about mailing lists
- alphabetize list names
- tidy up list of useful man pages for new users
ok tb
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/18 23:59:14
Modified files:
multimedia/mkvtoolnix: Makefile distinfo
Log message:
Update to mkvtoolnix-9.2.0.
from Brad (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/19 00:14:25
Modified files:
textproc/meld : Makefile distinfo
Log message:
Update to meld-3.16.1.
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/06/19 01:48:03
Modified files:
usr.bin/ssh : sshkey.c
Log message:
revert 1.34; causes problems loading public keys
reported by semarie@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/06/19 04:21:56
Modified files:
sys/ufs/ext2fs : ext2fs_vfsops.c
sys/ufs/ffs : ffs_softdep.c ffs_vfsops.c
sys/ufs/ufs : ufs_dirhash.c
Log message:
add pool_setipl on all pools.
ok tedu@ visa@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/19 04:46:08
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
grep(1) /etc/rc.conf instead of /etc/rc to detect whether a particular
rc.d script comes from base of not; it's much faster.
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/19 04:50:27
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Cache result of often used functions (svc_is_{base,meta,special}).
Large speedup when iterating over all rc.d scripts.
with and ok robert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/19 04:54:20
Modified files:
usr.sbin/rcctl : rcctl.8 rcctl.sh
Log message:
Implement rcctl get|getdef all.
With this and the previous 2 commits, we can move from constructs like:
$ for i in $(rcctl ls all); do rcctl get $i; done
to just:
$ rcctl get all
Shrinking the run by a factor of more than 3.5.
prodded by and discussed with reyk@ at BSDcan2016
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/19 05:14:20
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Temporarily turn caching off; there's a small regression when enabling
multiple daemons at once; being worked on.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/19 05:32:25
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Do caching differently.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/19 05:45:16
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: natano@cvs.openbsd.org 2016/06/19 05:54:34
Modified files:
distrib/sets/lists/comp: mi
share/man/man9 : Makefile VOP_LOOKUP.9 mutex.9 rwlock.9 vnsubr.9
sys/isofs/cd9660: cd9660_node.c cd9660_node.h cd9660_vfsops.c
cd9660_vnops.c
sys/isofs/udf : udf.h udf_vfsops.c udf_vnops.c
sys/kern : kern_lock.c vfs_subr.c vfs_vnops.c
sys/miscfs/fuse: fuse_vfsops.c fuse_vnops.c
sys/msdosfs : denode.h msdosfs_denode.c msdosfs_vnops.c
sys/ntfs : ntfs_vfsops.c
sys/sys : lock.h
sys/tmpfs : tmpfs.h tmpfs_subr.c tmpfs_vnops.c
sys/ufs/ext2fs : ext2fs_vfsops.c
sys/ufs/ffs : ffs_vfsops.c
sys/ufs/ufs : inode.h ufs_ihash.c ufs_vnops.c
Removed files:
share/man/man9 : lock.9
Log message:
Remove the lockmgr() API. It is only used by filesystems, where it is a
trivial change to use rrw locks instead. All it needs is LK_* defines
for the RW_* flags.
tested by naddy and sthen on package building infrastructure
input and ok jmc mpi tedu
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/19 06:05:25
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Make some noise in dmesg when iwm(4) fails to bring up the hardware.
ok tb@ earlier version
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/06/19 06:17:06
Modified files:
devel/py-pexpect: Makefile distinfo
devel/py-pexpect/pkg: PLIST
Removed files:
devel/py-pexpect/patches: patch-doc_Makefile
patch-tests_test_maxcanon_py
Log message:
Update to py-pexpect 4.1.0. Take maintainer.
ok danj@
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/06/19 06:27:29
Log message:
Import py-backports 1.0, ok danj@
Namespace for backported Python features.
Status:
Vendor Tag: shadchin
Release Tags: shadchin_20160619
N ports/devel/py-backports/Makefile
N ports/devel/py-backports/distinfo
N ports/devel/py-backports/pkg/DESCR
N ports/devel/py-backports/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/06/19 06:29:41
Log message:
Import py-backports-shutil-get-terminal-size 1.0.0, ok danj@
A backport of the get_terminal_size function from Python 3.3’s shutil.
Unlike the original version it is written in pure Python rather than C,
so it might be a tiny bit slower.
Status:
Vendor Tag: shadchin
Release Tags: shadchin_20160619
N ports/devel/py-backports-shutil-get-terminal-size/Makefile
N ports/devel/py-backports-shutil-get-terminal-size/distinfo
N ports/devel/py-backports-shutil-get-terminal-size/pkg/DESCR
N ports/devel/py-backports-shutil-get-terminal-size/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/06/19 06:31:31
Modified files:
devel/py-backports-ssl-match-hostname: Makefile
devel/py-backports-ssl-match-hostname/pkg: PLIST
Log message:
Unbreak with py-backports.
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2016/06/19 06:37:21
Modified files:
devel : Makefile
Log message:
+py-backports
+py-backports-shutil-get-terminal-size
CVSROOT: /cvs
Module name: src
Changes by: tb@cvs.openbsd.org 2016/06/19 07:42:56
Modified files:
sbin/disklabel : disklabel.c extern.h
Log message:
Split readlabel() into two functions, readlabel() and parselabel(), and
pledge in-between the two funtion calls. The new readlabel() only does
a DIOC*DINFO ioctl, making sure the fd points to a disk, while
parselabel() does the scary string manipulations. In the makelabel()
code path do an early DIOCGDINFO before pledge. This fixes yet another
pledge problem (disklabel -w /dev/tty floppy576).
Some of this was discussed with beck.
ok semarie, earlier version ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/19 08:27:35
Modified files:
sys/arch/armv7/conf: GENERIC RAMDISK
sys/arch/armv7/omap: files.omap omap.c omap_com.c
Log message:
dynamically attach omap uart with fdt
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2016/06/19 08:29:03
Modified files:
security/zaproxy: Makefile distinfo
security/zaproxy/pkg: PLIST
Log message:
update zaproxy to 2.5.0.
maintainer timeout.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2016/06/19 08:38:13
Modified files:
sys/arch/armv7/omap: omap_com.c
Log message:
omap4 uart is compatible with omap3 uart but has it's own compatible string
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/19 09:00:37
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Replace some expensive evals.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/06/19 10:06:18
Modified files:
share/man/man9 : vnsubr.9
Log message:
no more lock(9);
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/06/19 12:43:40
Modified files:
sbin/mount : mount.8
Log message:
a little nicer formatting; from miod
CVSROOT: /cvs
Module name: www
Changes by: tj@cvs.openbsd.org 2016/06/19 13:16:52
Modified files:
faq : faq5.html index.html
Log message:
- merge (a condensed version of) "more on flavors" into main flavor section
- remove "what code was used to build a snapshot?"
- remove a few redundant links
- provide some insight on how to sign releases after building them
input and ok tb
CVSROOT: /cvs
Module name: src
Changes by: martijn@cvs.openbsd.org 2016/06/19 13:29:43
Modified files:
usr.bin/doas : doas.c doas.h env.c
Log message:
Move the RB_ code from doas.h to env.c, and limit the environment interface to a
simple prepenv function.
OK tedu@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2016/06/19 13:30:15
Modified files:
mail/courier-imap: Makefile distinfo
Removed files:
mail/courier-imap/patches: patch-libs_tcpd_libcouriertls_c
Log message:
Update to 4.17.1
patch committed upstream
support to TLS SNI added
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2016/06/19 13:42:26
Modified files:
print/poppler : Makefile distinfo
print/poppler/patches: patch-configure_ac
Log message:
Update to poppler-0.45.0.
Major bump to poppler-cpp because
time_type detail::convert_date(const char *date)
had been removed.
Looks ok to aja@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/19 13:51:01
Removed files:
net/ocserv/patches: patch-src_tun_c
Log message:
missed cvs rm, spotted by kili@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/19 14:03:59
Modified files:
devel/kf5/kdewebkit: Makefile
Log message:
surprise, yet another missing BUILD_DEPENDS=devel/gettext-tools in kf5
CVSROOT: /cvs
Module name: ports
Changes by: danj@cvs.openbsd.org 2016/06/19 14:42:58
Modified files:
net/wget : Makefile distinfo
net/wget/patches: patch-doc_wget_texi
Log message:
update to wget-1.18
This solves CVE-2016-4971.
This introduces a backward-incompatibility for HTTP->FTP redirects and
any script that relies on the old behaviour must use --trust-server-names.
ok shadchin@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/19 15:41:51
Modified files:
share/man/man9 : ktrace.9
Log message:
KTRPOINT() takes a KTR_* value, not a KTRFAC_* value.
problem noted and based on diff by Michal Mazurek (akfaew (at) jasminek.net)
ok jmc@
CVSROOT: /cvs
Module name: www
Changes by: benno@cvs.openbsd.org 2016/06/19 16:04:29
Modified files:
. : lyrics.html
Log message:
fix some names and spelling, as noted by Tae Wong, thanks.
ok deraadt@ martijn@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/19 16:13:07
Modified files:
sys/dev/usb : usb.h
Log message:
Add define for NCM.
ok gerhard@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/19 16:14:46
Modified files:
sys/dev/usb : if_umb.c
Log message:
Rework how umb(4) attaches such that it also works with devices that implement
both NCM 1.0 and MBIM.
ok gerhard@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/19 16:35:43
Modified files:
gnu/usr.bin/binutils-2.17/bfd/doc: bfdio.texi bfdt.texi
Log message:
Update docs to match our local time_t changes
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/19 16:57:53
Modified files:
gnu/usr.bin/binutils-2.17/binutils: readelf.c
gnu/usr.bin/binutils-2.17/include/elf: common.h
Log message:
At least display the DT_GNU_HASH tag nicely
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/20 01:33:34
Modified files:
sys/dev/usb : if_umb.c
Log message:
Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode.
ok mpi deraadt gerhard
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/20 02:11:37
Modified files:
devel/desktop-file-utils: Makefile distinfo
Removed files:
devel/desktop-file-utils/patches: patch-src_mimeutils_c
Log message:
Update to desktop-file-utils-0.23.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2016/06/20 02:36:36
Modified files:
sbin/mount : mount.c
Log message:
Add a bit more verbosity to tmpfs mount(8) output.
ok millert@
feedback/ok natano@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/20 03:03:08
Modified files:
share/man/man4 : umb.4
Log message:
Tweak umb(4) man page, mostly for brevity.
ok gerhard
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/20 03:07:43
Modified files:
databases/mongodb: Makefile distinfo
Log message:
update to mongodb-3.2.7, from Andrew Aldridge
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/20 03:38:28
Modified files:
www/tomcat/v8 : Makefile distinfo
www/tomcat/v8/pkg: PLIST-examples
Log message:
Update to tomcat-8.0.36
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/20 03:44:06
Modified files:
www/php-predis : Makefile distinfo
Log message:
Update to Predis-1.1.1
CVSROOT: /cvs
Module name: ports
Changes by: feinerer@cvs.openbsd.org 2016/06/20 03:45:38
Log message:
Import pgModeler 0.8.2
pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool
designed for PostgreSQL. No more DDL commands written by hand let pgModeler do
the job for you! This software reunites the concepts of entity-relationship
diagrams and the features that PostgreSQL implements as extensions of SQL
standards.
OK landry@
Status:
Vendor Tag: feinerer
Release Tags: feinerer_2016-Jun-20
N ports/databases/pgmodeler/distinfo
N ports/databases/pgmodeler/Makefile
N ports/databases/pgmodeler/pkg/PLIST
N ports/databases/pgmodeler/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: feinerer@cvs.openbsd.org 2016/06/20 03:50:24
Modified files:
databases : Makefile
Log message:
Hook up pgModeler
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/20 04:27:49
Modified files:
converters/dos2unix: Makefile distinfo
Log message:
update to dos2unix-7.3.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/20 04:27:56
Modified files:
graphics/birdfont: Makefile distinfo
Log message:
- update to birdfont-2.16.4
- drop gettext module
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/20 04:49:38
Modified files:
databases/redis: Makefile distinfo
databases/redis/patches: patch-deps_Makefile patch-redis_conf
Removed files:
databases/redis/patches: patch-src_scripting_c
Log message:
Update to redis-3.2.1
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/06/20 05:02:33
Modified files:
sys/arch/sparc/include: psl.h
sys/arch/sparc/sparc: intr.c
Log message:
rework the splfoo implementation so it can provide splraise.
sparc was like sparc64 (or more likely sparc64 was like sparc) in
that the spl api was build with macros that created inline functions
that the spl were implemented as. this rework provides an splraise
that the splfoo macros are defined to.
because the code sequences for spl0, splraise, and splx are relatively
long, ive turned them into functions.
tested by (and thanks go to) miod@ tobiasu@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/20 05:54:36
Modified files:
sys/dev/pci : if_iwm.c
Log message:
In iwm(4), send PHY DB commands as async commands.
This means we won't sleep and wait for the firmware to send an interrupt
when it's done processing the command. For unknown reasons, sometimes the
firmware never wakes the driver after a phy db command so the driver gives
up partway through the hardware init sequence.
We already have a DELAY in place after each phy db command we send to give
the firmware some time for processing, so skipping the sleep is not expected
to cause problems. If it does, we'll have to revisit this change.
For now, this change makes iwm(4) work better in bsd.rd.
Problem reported by Remi Locherer on bugs@, and confirmed by kettenis@.
Lots of help with testing and ok tb@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/20 06:19:33
Modified files:
devel/hs-MissingH: Makefile distinfo
devel/hs-ConfigFile: Makefile
Log message:
Update to MissingH-1.4.0.1
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2016/06/20 07:42:42
Modified files:
sys/dev/i2c : files.i2c
Added files:
sys/dev/i2c : ds1307.c
Log message:
I2C driver for the Maxim DS1307 Real Time Clock chip.
The chip has been found on a Sun Fire V210 as a second RTC hooked up
to the SMU. Setting the time there has the advantage that it remains
after a boot since the internal V210 RTC will be synced by the DS1307
at boot time.
Not linked to sparc64 yet since it will overwrite the internal RTC
handler.
ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/20 09:08:44
Modified files:
comms/conserver: Makefile
comms/conserver/pkg: PLIST
Log message:
fix @sample directory name
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/20 09:12:42
Modified files:
net/librenms : Makefile distinfo
net/librenms/patches: patch-daily_sh patch-includes_common_php
patch-includes_defaults_inc_php
patch-includes_definitions_inc_php
patch-scripts_distro
net/librenms/pkg: PLIST
Removed files:
net/librenms/patches: patch-html_index_php
Log message:
update to LibreNMS 201606
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/06/20 09:40:47
Modified files:
audio/flac : Makefile
audio/flac/pkg : PLIST
Added files:
audio/flac/patches: patch-doc_html_Makefile_in
Log message:
Always install the API documentation. A pre-generated copy is already
included, so we don't need to run doxygen.
CVSROOT: /cvs
Module name: ports
Changes by: millert@cvs.openbsd.org 2016/06/20 10:34:26
Modified files:
security/sudo : Makefile distinfo
Log message:
Update to sudo 1.8.17
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/20 11:44:41
Modified files:
sysutils/virt-manager: Makefile distinfo
sysutils/virt-manager/patches: patch-setup_py
sysutils/virt-manager/pkg: PLIST
Log message:
- update to virt-manager-1.4.0
tested by jiri b.
CVSROOT: /cvs
Module name: ports
Changes by: danj@cvs.openbsd.org 2016/06/20 12:15:40
Modified files:
net/wget : Tag: OPENBSD_5_9 Makefile distinfo
net/wget/patches: Tag: OPENBSD_5_9 patch-doc_wget_texi
Log message:
MFC:
update to wget-1.18
This solves CVE-2016-4971.
This introduces a backward-incompatibility for HTTP->FTP redirects and
any script that relies on the old behaviour must use --trust-server-names.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2016/06/20 12:17:22
Modified files:
security/volatility: Makefile
Log message:
add security/py-crypto to RUN_DEPENDS, bump REVISION.
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2016/06/20 13:13:10
Modified files:
sysutils/sec : Makefile distinfo
Log message:
Update to 2.7.10
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2016/06/20 14:12:52
Modified files:
usr.sbin/bgpd : bgpd.c
Log message:
change the "nexthop 1.2.3.4 now valid: via 192.168.0.1" message to log_debug()
ok deraadt@ florian@ stsp@ phessler@
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2016/06/20 14:26:04
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
with new fork+reexec, in case of failure in init of any child process
causing it to exit, we could end up with a NULL deref in parent.
free commit offered by eric@, ok gilles@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2016/06/20 19:30:00
Modified files:
devel/ruby-rgen/pkg: PLIST
Log message:
Fix incorrect use of GEM_BIN_SUFFIX in PLIST
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2016/06/20 20:55:57
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elflink.c
gnu/usr.bin/binutils-2.17/include: bfdlink.h
gnu/usr.bin/binutils-2.17/ld: ld.texinfo ldmain.c
gnu/usr.bin/binutils-2.17/ld/emultempl: elf32.em
Log message:
Make creation of text-relocations a fatal error by default, with -znotext
to permit it and -ztext to reenable the default of forbidding it.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/06/20 21:56:43
Modified files:
usr.bin/openssl: s_client.c
Log message:
Fix a bug loading the default certificate path locations.
The files would only be loaded if the CAfile or CApath locations were
succesfully loaded first. Original patch from OpenSSL:
https://github.com/openssl/openssl/commit/fe9b85c3cb79f1e29e61f01de105b34ce8177190
ok beck@
CVSROOT: /cvs
Module name: src
Changes by: bcook@cvs.openbsd.org 2016/06/20 22:16:53
Modified files:
lib/libssl/src/crypto/dsa: dsa.h dsa_key.c dsa_ossl.c
Log message:
Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior.
Improved patch from Cesar Pereida. See
https://github.com/libressl-portable/openbsd/pull/61 for more details.
ok beck@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2016/06/21 00:26:50
Modified files:
usr.bin/audioctl: audioctl.c
Log message:
Reimplement audioctl using new api in a simper way.
- group all encoding parameters in a signle string, ex. "s16le",
this way we use the same naming scheme as aucat, sndiod and many
ports.
- remove "properties" as they are not used any longer
- remove the list of encodings as there's no benefit in having it.
We don't have lists for other parameters (sample rates, channel
numbers) either.
- add -q option, to look like sysctl
- remove unused -a option
- stop using symlinks in /dev, most other software doesn't use
them.
ok semarie@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2016/06/21 00:32:00
Modified files:
usr.bin/audioctl: audioctl.1
Log message:
Update manual to "new" audioctl:
- stress that its purpose is to set and get variables, it isn't
a configuration tool (there's nothing to configure anymore)
- document all audio driver variables
- document the difference between /dev/audioctl0 and /dev/audio0
- give an example of how to test hardware capabilities with
audioctl
ok semarie@, with help from jmc@, fix from Michael W. Bombardieri
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2016/06/21 00:38:28
Modified files:
sys/dev : audio.c
Log message:
fix typos in comments and spacing
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/06/21 01:55:21
Modified files:
usr.bin/audioctl: audioctl.1
Log message:
some formatting and comma tweaks; ok ratchov
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/06/21 03:03:45
Modified files:
www/otter-browser: Makefile distinfo
www/otter-browser/pkg: PLIST
Log message:
www/otter-browser 0.9.10 beta 10 => 0.9.11pre129 move to weekly releases
Notable changes since version 0.9.10 (app wise):
* F12 menu now exposes all modes for Images visibility (including
newly added option to show cached images only) and Plugins,
* QtWebEngine backend is now capable of saving pages in MIME HTML
format and as complete set of files,
* new toolbar visibility settings for full screen mode.
OK bmercer@, go ahead sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2016/06/21 04:40:37
Modified files:
usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Subst.pm
Log message:
pass file name thru to Subst for better error messages.
reported by Adam Wolk
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/21 06:22:19
Modified files:
x11/gnome/photos: Makefile distinfo
Log message:
Update to gnome-photos-3.20.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/21 06:26:31
Modified files:
net/py-libcloud: Makefile distinfo
net/py-libcloud/pkg: PLIST
Log message:
Update to py-libcloud-1.0.0.
CVSROOT: /cvs
Module name: src
Changes by: aoyama@cvs.openbsd.org 2016/06/21 06:31:19
Modified files:
sys/arch/m88k/include: signal.h
sys/arch/m88k/m88k: sig_machdep.c subr.S
Log message:
Add sc_cookie in sigcontext, as same as other ports.
From Miod Vallat, tested by him and me.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/21 06:38:07
Modified files:
graphics/shotwell: Makefile distinfo
graphics/shotwell/patches: patch-Makefile
patch-plugins_Makefile_plugin_mk
patch-src_camera_CameraTable_vala
graphics/shotwell/pkg: PLIST
Log message:
Update to shotwell-0.23.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/21 07:22:53
Modified files:
graphics/libgxps: Makefile distinfo
graphics/libgxps/pkg: PLIST
Log message:
Update to libgxps-0.2.4.
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2016/06/21 07:40:43
Modified files:
sbin/pfctl : parse.y
Log message:
the manpage documents that af-to does not work on pass out rules, but
the pf.conf parser allows it, which leads a non working configuration
being loaded.
this changes the parser to make pass out .. af-to an error.
ok henning@ mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/21 09:00:17
Modified files:
devel/libwnck3 : Makefile distinfo
devel/libwnck3/patches: patch-libwnck_tasklist_c
devel/libwnck3/pkg: PLIST
Log message:
Update to libwnck3-3.20.0.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/06/21 09:21:42
Modified files:
libexec/ld.so/hppa: rtld_machine.c
Log message:
Handle textrels like other architectures do.
ok kettenis guenther
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2016/06/21 09:24:55
Modified files:
sys/arch/amd64/include: efifbvar.h
sys/arch/amd64/amd64: efifb.c mainbus.c wscons_machdep.c
Log message:
add support to efifb for drawing a console on a coreboot framebuffer
if coreboot's memory table is found, it has a framebuffer entry, and
there is no previously attached efi, vga, or serial console.
useful on chromebooks that have no legacy vga device to get an early
console before inteldrm(4) attaches or, for newer chipsets, a full
console and X with wsfb(4).
ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/06/21 09:25:38
Modified files:
libexec/ld.so/alpha: rtld_machine.c
libexec/ld.so/amd64: rtld_machine.c
libexec/ld.so/arm: rtld_machine.c
libexec/ld.so/m88k: rtld_machine.c
libexec/ld.so/powerpc: rtld_machine.c
libexec/ld.so/sh: rtld_machine.c
libexec/ld.so/sparc: rtld_machine.c
libexec/ld.so/sparc64: rtld_machine.c
Log message:
When handling DT_TEXTREL only set the mapping to READ+WRITE, ignore
possible EXEC permission for the section, because the proper permission
is set late, and there are no thread concerns here. Avoids W^X issues
in oddball cases.
ok guenther kettenis
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/21 09:39:51
Modified files:
sys/arch/armv7/stand/efiboot: exec.c
Log message:
Remove code to generate uboot tags. It hardcoded information for a single
board and a device tree is required by our kernel now.
ok patrick@, jsg@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2016/06/21 10:45:37
Modified files:
sys/net : pf.c
Log message:
To assist debugging TCP connection reuse with NAT, expand the
existing log in pf_state_key_attach() from the failed to the reuse
case.
OK mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2016/06/21 11:36:18
Modified files:
net/wget : Tag: OPENBSD_5_8 Makefile distinfo
net/wget/patches: Tag: OPENBSD_5_8 patch-doc_wget_texi
Log message:
MFC:
update to wget-1.18
This solves CVE-2016-4971.
This introduces a backward-incompatibility for HTTP->FTP redirects and
any script that relies on the old behaviour must use --trust-server-names.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/21 12:02:36
Modified files:
databases/hs-HDBC-postgresql: Makefile distinfo
Log message:
Update to HDBC-postgresql-2.3.2.4
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/21 12:06:39
Modified files:
productivity/taskwarrior: Makefile
Log message:
Fix license marker, from Frederic Cambus
CVSROOT: /cvs
Module name: ports
Changes by: feinerer@cvs.openbsd.org 2016/06/21 12:21:52
Modified files:
math/R : Makefile distinfo
math/R/pkg : PLIST
Log message:
Update to R 3.3.1
OK dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2016/06/21 12:25:36
Modified files:
databases/gdbm : Makefile distinfo
Removed files:
databases/gdbm/patches: patch-doc_gdbm_info
Log message:
- update to gdbm-1.12
tested in bulk by aja@, thanks!
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2016/06/21 15:16:42
Modified files:
usr.bin/audioctl: audioctl.c
Log message:
Make usage string match the man page.
suggested by jmc@
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2016/06/21 15:35:25
Modified files:
sbin/iked : parse.y
sbin/ipsecctl : parse.y
sbin/pfctl : parse.y
usr.sbin/bgpd : parse.y
usr.sbin/dvmrpd: parse.y
usr.sbin/eigrpd: parse.y
usr.sbin/hostapd: parse.y
usr.sbin/httpd : parse.y
usr.sbin/ifstated: parse.y
usr.sbin/iscsictl: parse.y
usr.sbin/ldapd : parse.y
usr.sbin/ldpd : parse.y
usr.sbin/ospf6d: parse.y
usr.sbin/ospfd : parse.y
usr.sbin/relayd: parse.y
usr.sbin/ripd : parse.y
usr.sbin/smtpd : parse.y
usr.sbin/snmpd : parse.y
usr.sbin/vmd : parse.y
usr.sbin/ypldap: parse.y
Log message:
do not allow whitespace in macro names, i.e. "this is" = "a variable".
change this in all config parsers in our tree that support macros.
problem reported by sven falempin.
feedback from henning@, stsp@, deraadt@
ok florian@ mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/06/21 15:55:08
Modified files:
devel/subversion: Makefile
devel/subversion/pkg: PLIST-main
Log message:
fix user and group
from Johan Huldtgren via czarkoff
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/06/21 15:56:43
Modified files:
devel/git : Makefile
devel/git/pkg : PLIST-main
Log message:
fix user and group
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2016/06/21 15:58:10
Modified files:
mail/opensmtpd-extras: Makefile distinfo
Log message:
update to snapshot from today
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2016/06/21 16:35:39
Modified files:
usr.bin/audioctl: audioctl.c
Log message:
use the same argument name for -f in usage() as in SYNOPSIS;
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2016/06/21 19:12:38
Modified files:
sys/arch/amd64/amd64: intr.c lapic.c locore.S vector.S
sys/arch/amd64/include: i82489var.h intrdefs.h
Log message:
Setup Hyper-V hypercall page and an IDT vector.
ok mlarkin, kettenis, deraadt
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2016/06/21 19:13:07
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/pv : files.pv
Added files:
sys/dev/pv : hyperv.c hypervreg.h hypervvar.h
Log message:
Main Hyper-V nexus driver, work in progress.
ok mlarkin, deraadt
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2016/06/21 21:48:24
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.octeon md.sgi
md.socppc md.sparc md.sparc64 md.zaurus
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2016/06/22 00:20:19
Modified files:
geo/josm : Makefile distinfo
Log message:
Update to josm r10448, from maintainer Holger Mikolon.
Fixes the lsb_release issue, and set MODJAVA_VER to 1.8+ while here.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/06/22 00:32:32
Modified files:
sys/net : art.c rtable.c
Log message:
rework art_walk so it will behave in an mpsafe world.
art_walk now explicitly takes the same lock used to serialise change
made via rtable_insert and _delete, so it can safely adjust the
refcnts on tables while it recurses into them. they need to still
exist when returning out of the recursion.
it uses srps to access nodes and drops the lock before calling the
callback function. this is because some callbacks sleep (eg, copyout
in the sysctl code that dumps an rtable to userland), which you
shouldnt hold a lock accross. other callbacks attempt to modify
the rtable (eg, marking routes as down when then interface theyre
on goes down), which tries to take the lock again, which probably
wont work in the future.
ok jmatthew@ mpi@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2016/06/22 00:34:35
Modified files:
sys/arch/sparc/sparc: intr.c
Log message:
dont need a traliing \ on a line in c code, it's not a macro definition.
from patrick keshishian
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2016/06/22 01:22:00
Modified files:
sys/arch/amd64/amd64: identcpu.c
sys/arch/amd64/include: specialreg.h
sys/arch/i386/i386: machdep.c
sys/arch/i386/include: specialreg.h
Log message:
Identify UMIP feature, if available.
ok millert, kettenis, deraadt
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/22 01:29:02
Modified files:
www/tomcat/v7 : Makefile distinfo
Log message:
Update to tomcat-7.0.70
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/22 02:27:07
Modified files:
www/apache-httpd: Makefile
www/apache-httpd/pkg: apache2.rc
Log message:
So, mod_perl will reset $0 to argv[0] which will break the rc.d script
functionality. So let's use apachectl2 for start and stop, disable rc_reload
(which should have been done anyway) and relax the default pexp (workaround).
breakage reported by Michael Lechtermann
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 03:31:30
Modified files:
net/scamper : Makefile distinfo
Log message:
update to scamper-cvs-20141211e
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/22 03:51:34
Modified files:
sysutils/ntfs-3g: Makefile distinfo
sysutils/ntfs-3g/patches: patch-ntfsprogs_Makefile_in
patch-src_Makefile_in
sysutils/ntfs-3g/pkg: PLIST
Log message:
Update to ntfs_3g-2016.2.22
From Rafael Sadowski
OK giovanni@, pirofti@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/22 03:54:45
Modified files:
x11/lumina : Makefile.inc
x11/lumina/i18n: distinfo
x11/lumina/lumina: Makefile distinfo
x11/lumina/lumina/pkg: PLIST
Log message:
Update to lumina-0.9.0.1.
based on a submission from Bryan Everly
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2016/06/22 04:05:28
Modified files:
x11/windowmaker: Makefile
Added files:
x11/windowmaker/patches: patch-src_appicon_c patch-src_dock_c
patch-src_icon_c patch-src_icon_h
patch-src_switchmenu_c
patch-src_switchpanel_c
patch-src_window_c
patch-util_getstyle_c
patch-util_wmmenugen_c
Log message:
Merge multiple fixes from upstream:
Avoid create again a docked application cache icon
Avoid recreate Cached Icon moving between docks
Fix infinite loop in switching within group
Maintain sorting of windows by workspace in switch menu
New applications do not create Cached Icon
Remove cache icon when detached
Save the icon filename instead of the full path
Use window placement settings on other workspaces
create_appicon_from_dock checks if no_appicon flag is set
getstyle: fix wcopy_file paths
wmmenugen: Fix segfault; argv[argc] doesn't exist
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/22 04:13:14
Modified files:
sbin/pfctl : parse.y
Log message:
Add curly braces that were missed in rev 1.651. Add parenthesis to make the
condition in the if statement more readable while I'm there.
ok phessler@, benno@, florian@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/22 04:13:17
Modified files:
infrastructure/bin: make-plist
infrastructure/man/man1: make-plist.1
infrastructure/mk: bsd.port.mk
Log message:
Remove references to SHARED_ONLY; it's unused nowadays.
Not touching make-plist too much because espie@ already has local changes in that file.
ok espie@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/22 05:28:27
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Make iwm(4) explicitly send multicast frames at the lowest rate, instead of
picking a rate from the firmware RS table. This matches what other drivers do.
Also, pass the correct Tx rate to BPF (tcpdump) for 5GHz, and don't loop over
CCK rates when building the Link-Quality command's RS table for 5GHz.
tested by myself and jcs@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/22 05:30:00
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Remove code from iwm(4) which sends DTIM and TSF information to the
firmware based on information from the wireless stack. Letting the
firmware deal with these details by itself seems to work better.
Fixes association issues with 8260 hardware for me and Bryan Vyhmeister.
Also tested by jcs@.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2016/06/22 05:32:12
Modified files:
sys/dev/pci : if_iwm.c
Log message:
In iwm(4), clear the in_assoc flag when going down. This flag affects behaviour
early during startup, e.g. where the BSSID for the MAC context is copied from.
Pointed out by Imre Vadasz.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2016/06/22 06:18:21
Modified files:
usr.sbin/pkg_add/OpenBSD: PkgInfo.pm
Log message:
have a consistent exit code when looking for stuff
CVSROOT: /cvs
Module name: src
Changes by: visa@cvs.openbsd.org 2016/06/22 07:09:35
Modified files:
sys/arch/octeon/dev: cn30xxgmx.c cn30xxgmxreg.h cn30xxipd.c
if_cnmac.c octeon_iobus.c
sys/arch/octeon/include: octeonvar.h
Log message:
Add support for the second GMX interface on Octeon II. This enables
ports eth[0-3] on 8-port EdgeRouters. Currently, port eth0 maps to
network interface cnmac4, eth1 to cnmac5 etc.
ok dlg@, tested by martijn@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/22 07:29:14
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elflink.c
Log message:
Don't make the DT_TEXTREL warning fatal. Hopefully this will be temporary,
but we first have to make sure that our tree is clean.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/06/22 08:02:09
Modified files:
net/p5-Net-IMP : Makefile distinfo
Log message:
update p5-Net-IMP to 0.633
CVSROOT: /cvs
Module name: www
Changes by: juanfra@cvs.openbsd.org 2016/06/22 11:32:55
Modified files:
. : donations.html
Log message:
Tsvetan Usunov (Olimex) sent me a LIME2 board + some accessories.
CVSROOT: /cvs
Module name: ports
Changes by: awolk@cvs.openbsd.org 2016/06/22 11:53:14
Modified files:
www/libwebsockets: Makefile distinfo
Log message:
Update www/libwebsockets 1.7.8 => 2.0.2
OK abieber@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2016/06/22 12:33:07
Modified files:
security/p5-Net-SSLGlue: Makefile distinfo
Log message:
update p5-Net-SSLGlue to 1.058
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/22 12:52:16
Modified files:
www/apache-httpd: Makefile
Log message:
Properly bump REVISION.
spotted by Markus Lude
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2016/06/22 13:29:30
Modified files:
regress/usr.sbin/syslogd: Syslogd.pm args-ttymsg-delay.pl
Log message:
Syslogd can send messages to a user, test what happens if the
terminal is blocking to receive messages. Stop the fake user
terminal and look for a delayed write debug message from syslogd.
This makes the test more reliable.
CVSROOT: /cvs
Module name: www
Changes by: jca@cvs.openbsd.org 2016/06/22 13:35:52
Modified files:
. : want.html
Log message:
My x240 died so I'm now back to an almost unusable NC10. A thinkpad
X (x201 or newer) would be much appreciated.
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2016/06/22 13:44:26
Modified files:
sys/net : if_ppp.c
Log message:
No modules thus no need for extra space for additional ppp compressions.
ok deraadt@ mikeb@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/06/22 14:05:41
Modified files:
usr.sbin/unbound: Makefile.in acx_nlnetlabs.m4 config.h.in
configure configure.ac
usr.sbin/unbound/daemon: daemon.c daemon.h remote.c unbound.c
worker.c
usr.sbin/unbound/dns64: dns64.c
usr.sbin/unbound/dnstap: dnstap.c
usr.sbin/unbound/doc: Changelog README example.conf.in
libunbound.3.in unbound-anchor.8.in
unbound-checkconf.8.in
unbound-control.8.in unbound-host.1.in
unbound.8.in unbound.conf.5.in
usr.sbin/unbound/iterator: iter_fwd.c iter_hints.c iter_utils.c
iter_utils.h iterator.c iterator.h
usr.sbin/unbound/libunbound: context.h libunbound.c libworker.c
libworker.h ubsyms.def
unbound-event.h worker.h
usr.sbin/unbound/services: listen_dnsport.c listen_dnsport.h
localzone.c localzone.h mesh.c
modstack.c outside_network.c
outside_network.h
usr.sbin/unbound/services/cache: dns.c
usr.sbin/unbound/sldns: keyraw.c parseutil.c rrdef.h str2wire.c
wire2str.c
usr.sbin/unbound/smallapp: unbound-checkconf.c unbound-control.c
worker_cb.c
usr.sbin/unbound/util: config_file.c config_file.h
configlexer.lex configparser.y
fptr_wlist.c fptr_wlist.h iana_ports.inc
module.h net_help.c netevent.c netevent.h
tube.c tube.h
usr.sbin/unbound/util/data: dname.c msgencode.c msgparse.c
msgparse.h msgreply.c msgreply.h
usr.sbin/unbound/validator: autotrust.c val_anchor.c
val_secalgo.c val_secalgo.h
Added files:
usr.sbin/unbound/cachedb: cachedb.c cachedb.h
usr.sbin/unbound/util: ub_event.c ub_event.h
ub_event_pluggable.c
Log message:
update to unbound-1.5.9. (there will be a follow-up commit to cherrypick a
couple of post-1.5.9 patches).
tests from Mark Patruck, danj, matthieu, millert. reads ok to jung, ok florian.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/06/22 14:09:55
Modified files:
usr.sbin/unbound/daemon: unbound.c
usr.sbin/unbound/doc: Changelog
Log message:
backport r3781, fix segfault in -h
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2016/06/22 14:11:09
Modified files:
usr.sbin/unbound/doc: Changelog
usr.sbin/unbound/iterator: iterator.c iterator.h
Log message:
backport r3782, fixing qname-minimisation with various broken DNS servers,
often found at CDNs.
- Use QTYPE=A for QNAME minimisation.
- Keep track of number of time-outs when performing QNAME minimisation.
Stop minimising when number of time-outs for a QNAME/QTYPE pair is
more than three.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2016/06/22 14:15:31
Modified files:
sys/arch/armv7/imx: if_fec.c
Log message:
Fetch MAC address from FDT.
ok jsg@, patrick@
CVSROOT: /cvs
Module name: ports
Changes by: millert@cvs.openbsd.org 2016/06/22 14:40:13
Modified files:
security/sudo : Makefile distinfo
Log message:
Update to sudo 1.8.17p1
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 15:02:13
Modified files:
net/icinga : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
net/icinga/icinga2-migration: Makefile distinfo
net/icinga/icinga2-migration/pkg: DESCR PLIST
Log message:
drop icinga2-migration, it's not maintained upstream any more, only provides
a skeleton conversion rather than something ready-to-run, and it's less work
to write a new config using the full scope of the config language than to fix
up a migrated one.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2016/06/22 15:10:27
Modified files:
shells/bash : Makefile distinfo
Log message:
update to 4.3 patchlevel 46
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 15:18:33
Modified files:
lang/php : Makefile.inc
lang/php/5.5 : Makefile distinfo
lang/php/5.6 : Makefile distinfo
lang/php/5.6/patches: patch-php_ini-development
lang/php/7.0 : Makefile distinfo
Added files:
lang/php/5.5/patches: suhosin-ext_suhosin_execute_c
lang/php/5.6/patches: suhosin-ext_suhosin_execute_c
Removed files:
lang/php/5.5/patches: patch-ext_suhosin_execute_c
lang/php/5.6/patches: patch-ext_suhosin_execute_c
Log message:
fix no_suhosin build problem reported by Devin Ceartas
update to php-5.5.36, 5.6.22, 7.0.7
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 15:33:56
Modified files:
net/icinga/web2: Makefile
net/icinga/web2/pkg: PLIST
Log message:
symlink icingacli from /var/www/icinga2-web/bin to /usr/local/bin
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 15:42:49
Modified files:
net/icinga/core2: Makefile distinfo
net/icinga/core2/patches: patch-CMakeLists_txt
Log message:
update to icinga2 2.4.10
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 15:43:00
ports/net/icinga/web2-module-director
Update of /cvs/ports/net/icinga/web2-module-director
In directory cvs.openbsd.org:/tmp/cvs-serv70073/web2-module-director
Log Message:
Directory /cvs/ports/net/icinga/web2-module-director added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 15:43:08
ports/net/icinga/web2-module-director/pkg
Update of /cvs/ports/net/icinga/web2-module-director/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv19821/web2-module-director/pkg
Log Message:
Directory /cvs/ports/net/icinga/web2-module-director/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 15:49:53
Modified files:
net/icinga : Makefile
Added files:
net/icinga/web2-module-director: Makefile distinfo
net/icinga/web2-module-director/pkg: DESCR PLIST
Log message:
add director module (config management/deployment) for icinga-web2
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2016/06/22 16:00:25
Modified files:
faq/ports : guide.html
Log message:
scripts/configure support in ports went away long ago, noted by Taylor Stearns.
While there clean up some PERMIT_* parts and add a request to check output
of "configure --help" to look for hidden dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 16:49:42
Modified files:
mail/p5-Mail-Milter-Authentication/patches:
patch-lib_Mail_Milter_Authentication_Client_pm
Log message:
committed upstream
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2016/06/22 17:25:57
Modified files:
infrastructure/man/man8: bulk.8
Log message:
fulk->full
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/06/22 21:59:34
Modified files:
www/sblg : Makefile distinfo
Log message:
Update to sblg-0.3.4.
From trondd@kagu-tsuchi.com.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2016/06/22 22:07:49
Modified files:
editors/nano : Makefile distinfo
editors/nano/patches: patch-doc_man_nano_1
patch-doc_man_nanorc_5
patch-src_Makefile_in
Removed files:
editors/nano/patches: patch-src_files_c
Log message:
Update to nano-2.6.0.
Release notes:
http://git.savannah.gnu.org/cgit/nano.git/commit/?id=9536edfcc6826d42e99bdb24c1d501bd50a21f1a
ok naddy@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2016/06/22 23:17:51
Modified files:
usr.bin/ssh : servconf.c
Log message:
fix AuthenticationMethods during configuration re-parse;
reported by Juan Francisco Cantero Hurtado
CVSROOT: /cvs
Module name: src
Changes by: semarie@cvs.openbsd.org 2016/06/23 00:37:36
Modified files:
bin/pax : pax.c
Log message:
allow creation of devices or fifo without -p (as it is already allowed with -p)
diff from trondd at kagu-tsuchi com, enhanced by me for reordering promises
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/23 01:02:47
Modified files:
misc/hwdata : Makefile distinfo
Log message:
Update to hwdata-0.290.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/23 01:09:45
Modified files:
sysutils/google-cloud-sdk: Makefile distinfo
sysutils/google-cloud-sdk/pkg: PLIST
Log message:
Update to google-cloud-sdk-115.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/23 01:34:07
Modified files:
graphics/cairo : Makefile
Added files:
graphics/cairo/patches: patch-src_cairo-xlib-surface_c
Log message:
xlib: Fix double free in _get_image_surface() - from upstream
ok eric@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/23 01:41:05
Modified files:
net/py-botocore: Makefile distinfo
Log message:
Update to py-botocore-1.4.30.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2016/06/23 01:41:24
Modified files:
sysutils/awscli: Makefile distinfo
sysutils/awscli/pkg: PLIST
Log message:
Update to awscli-1.10.40.
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2016/06/23 02:27:48
Modified files:
net/owncloudclient: Makefile distinfo
Log message:
minor bygfix update to owncloud-2.2.2
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2016/06/23 03:08:56
Modified files:
sys/netinet : ip_output.c
Log message:
when pf_test returns something but PF_PASS, set error to EACCES
instead of EHOSTUNREACH. On the latter, ip_forward can generate undesired
icmp errors - either pf generates those itself (block return), or there
shouldn't be any.
Bizarrely enough, ip_forward has EACCES handling with a comment specifically
pointing to packets blocked by pf, but the code in ip_output used EHOSTUNREACH
from day #1 on.
found & analyzed by Kristof Provost